Skip to content
Snippets Groups Projects
  1. Feb 27, 2014
  2. Feb 19, 2014
    • Fawzi Mohamed's avatar
      qml: moving most of ModelManager logic to ModelManageInterface · d24cb60d
      Fawzi Mohamed authored
      
      Currently ModelManager contains lot logic, but as it sits in QmlJSTools
      it is not possible to use it in standalone tests.
      Moving most of the logic to ModelManagerInterface (and cleanup)
      to allow better testing, and refactoring.
      This introduces a dependency of the qmljs lib on the cplusplus lib
      Also a (small) part of the CppTool::ModelManagerInterface has been
      moved to CPlusPlus::CppModelManagerBase to remove the dependency on
      CppTools to gather the Qml types exposed from C++.
      
      Change-Id: Icad7fe96dfd0f1a2b1058d82bd98c77c40aa5e9d
      Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@digia.com>
      d24cb60d
  3. Jan 08, 2014
  4. Dec 10, 2013
  5. Oct 22, 2013
  6. Oct 01, 2013
  7. Sep 10, 2013
  8. Aug 13, 2013
    • Nikolai Kosjar's avatar
      CppTools: Rework handling of ProjectInfo changes · 8ea14767
      Nikolai Kosjar authored
      
      (a) The code model manager figures out by itself which files were added
          or removed from the project.
      
          If this was done successfully, check also the timestamp of the
          common files and reindex if necessary.
      
      (b) A full reindexing is only triggered if the project configuration
          changes (defines, includes, framework paths).
      
      (c) If project files were removed, the garbage collector is called.
      
      Task-number: QTCREATORBUG-9730
      Change-Id: Ib855614b070880576233a3525813617c967a72f3
      Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@digia.com>
      8ea14767
  9. Jul 31, 2013
  10. Jul 25, 2013
  11. Jun 24, 2013
  12. May 29, 2013
  13. May 13, 2013
  14. Apr 30, 2013
  15. Apr 10, 2013
  16. Apr 08, 2013
  17. Apr 03, 2013
  18. Mar 21, 2013
  19. Jan 29, 2013
  20. Dec 12, 2012
  21. Dec 04, 2012
  22. Nov 28, 2012
  23. Oct 05, 2012
  24. Jul 19, 2012
  25. Mar 14, 2012
  26. 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
  27. Jan 26, 2012
  28. Nov 03, 2011
  29. May 06, 2011
  30. Apr 13, 2011
  31. Jan 12, 2011
  32. Jan 04, 2011
  33. Dec 17, 2010
  34. Nov 11, 2010
  35. Sep 27, 2010
  36. Sep 23, 2010
  37. Jul 08, 2010
  38. Jun 10, 2010
  39. Mar 05, 2010
  40. Feb 15, 2010
Loading