Skip to content
Snippets Groups Projects
  1. Feb 21, 2012
  2. Feb 20, 2012
  3. Feb 16, 2012
    • Erik Verbruggen's avatar
      Supply c++11 flags and per-project info to c++ code model. · 3aab8bea
      Erik Verbruggen authored
      
      A manual squash/merge of the changes below, plus a couple of subsequent
      code fixes.
      
      59085aa5fbb99e2d786cd2c1a06c24a111ccb49f:
          Modify CppModel::ProjectInfo
      
          Adding per project node information, to pass on the correct
          defines/includes for each file, instead of aggregating them incorrectly.
      
          Also split up SOURCES and OBJECTIVE_SOURCES.
      
          Also ask the toolchain to convert the compilerflags to flags the
          codemodel understands, for now only gcc and only c++11.
      
          Also make the toolchain aware of the flags used to compile, so that it
          can emit the correct defines.
      
          Note: No header files are passed on.
      
      74028802314cd4e75b41b46407433e07090a304d:
          GCC: Evaluate cxxflags when checking for predefined macros
      
      ebaaa4957e4c02cc9637a998eddae1d0acd74f83:
          MSVC: Take cxxflags into account when checking for predefined macros
      
      9bfce7e889bcf7bcc47bf880e3ea25945ca7d0d7:
          Compile fixes
      
      Change-Id: I9de94ad038dfc5dc1987732e84b13fb4419c96f5
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@nokia.com>
      3aab8bea
  4. Feb 15, 2012
  5. Feb 13, 2012
  6. Feb 09, 2012
  7. Feb 08, 2012
  8. Jan 31, 2012
  9. Jan 26, 2012
  10. Jan 24, 2012
  11. Jan 13, 2012
  12. Nov 03, 2011
  13. Oct 26, 2011
  14. Sep 08, 2011
  15. Sep 06, 2011
  16. Aug 31, 2011
  17. Aug 30, 2011
  18. Aug 25, 2011
  19. Aug 24, 2011
  20. Jul 05, 2011
  21. May 30, 2011
  22. May 18, 2011
  23. May 06, 2011
  24. Apr 13, 2011
  25. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  26. Feb 10, 2011
  27. Jan 24, 2011
  28. Jan 12, 2011
  29. Jan 06, 2011
  30. Jan 05, 2011
  31. Jan 04, 2011
  32. Dec 17, 2010
  33. Oct 03, 2010
    • Alessandro Portale's avatar
      Do not scan "/" for include files · 493710c2
      Alessandro Portale authored
      The scanning phase was in some cases insanely long.
      Reason was that Creator feeds wrong paths to the
      CppModelManager, for example "/".
      
      The scanning phase did what it was told to: scan that whole
      Harddrive.
      
      This patch makes sure that the scanning is not done for "/"
      
      Done-With: Roberto
      493710c2
Loading