Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. Oct 01, 2013
  3. Sep 13, 2013
  4. Sep 10, 2013
  5. Sep 09, 2013
  6. Aug 19, 2013
  7. Aug 14, 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. Aug 08, 2013
  10. Jul 31, 2013
  11. Jul 22, 2013
  12. Jun 24, 2013
  13. Jun 11, 2013
  14. May 24, 2013
  15. Apr 26, 2013
  16. Apr 22, 2013
  17. Apr 10, 2013
  18. Apr 09, 2013
  19. Apr 08, 2013
  20. Apr 03, 2013
  21. Mar 21, 2013
  22. Mar 08, 2013
  23. Feb 27, 2013
  24. Feb 19, 2013
  25. Jan 30, 2013
  26. Jan 29, 2013
  27. Jan 18, 2013
    • Erik Verbruggen's avatar
      C++: add include-guard tracking. · dada2614
      Erik Verbruggen authored
      
      Track the typical #ifndef/#define/#endif usage in header files to see if
      the macro is an include guard. If so, store it in the Document. No
      behavioural change, just recording the name.
      
      This can be used in the future to track if a file needs to be re-parsed
      when a macro changes: if it was used in the file, and not defined in it
      nor being the include-guard, a file should be re-preprocessed and
      re-parsed.
      
      It can also be used to check if two files have the same include guard.
      
      Change-Id: I2715f529997a7b24a11bdbc6150652e2669f1a46
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      dada2614
  28. Dec 20, 2012
  29. Nov 26, 2012
  30. Nov 06, 2012
  31. Oct 23, 2012
  32. Oct 16, 2012
  33. Oct 05, 2012
  34. Sep 07, 2012
Loading