Skip to content
Snippets Groups Projects
  1. Oct 10, 2013
  2. Oct 01, 2013
  3. Sep 11, 2013
  4. Sep 10, 2013
  5. Sep 09, 2013
  6. Aug 19, 2013
  7. 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
  8. Jul 31, 2013
  9. Jul 25, 2013
  10. Jul 22, 2013
  11. Jun 24, 2013
  12. Jun 17, 2013
  13. May 24, 2013
  14. May 13, 2013
  15. Apr 30, 2013
  16. Apr 26, 2013
  17. Apr 10, 2013
  18. Apr 08, 2013
  19. Apr 03, 2013
  20. Mar 25, 2013
  21. Mar 21, 2013
  22. Jan 29, 2013
  23. Jan 04, 2013
  24. Jan 01, 2013
    • Daniel Teske's avatar
      Use C++11 parsing mode for CMake, AutoTools and Generic project managers · f320426c
      Daniel Teske authored
      
      Those 3 project managers can't easily figure out the right mode for code
      parsing. The code we are parsing is predominantly C++98 code. But for
      those using C++98 toolchains having valid C++11 code not be marked as a
      error is probably not much of a problem, whereas the reverse, using a
      C++11 toolchain and having valid code being marked as a error is
      annoying.
      
      Change-Id: I8dcc172029045cf591b3ba0adef1585f3f94fd39
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      f320426c
  25. Dec 20, 2012
  26. Dec 04, 2012
  27. Nov 28, 2012
  28. Nov 26, 2012
  29. Oct 23, 2012
  30. Oct 05, 2012
  31. Sep 25, 2012
  32. Jul 19, 2012
  33. Jun 06, 2012
  34. Jun 05, 2012
    • Francois Ferrand's avatar
      CppHighlighter: highlight all functions/methods. · 809611f3
      Francois Ferrand authored
      
      - Highlight all function/methods (not just virtual methods).
      - Highlight as a function even if number of arguments does not match. In
        that case, add a diagnostic message to indicate there are too many/too
        few arguments.
      - Fix highlighting of parameters in function declarations.
        These used to be handled indiferently, and they could be mistaken for
        type or field references.
      - Properly highlight template method calls.
      
      Change-Id: I6e61c9ee47763db95c62314f9cc1c4d398df38b3
      Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
      809611f3
  35. Mar 29, 2012
Loading