Skip to content
Snippets Groups Projects
  1. Feb 26, 2016
  2. Jan 19, 2016
  3. Jan 13, 2016
  4. May 13, 2015
  5. Apr 24, 2015
    • Nikolai Kosjar's avatar
      CppTools: Remove separate indexing revision · d4bb5033
      Nikolai Kosjar authored
      
      For indexing we used a custom revision that was updated on each
      modelManager BuiltinIndexingSupport::refreshSourceFiles() call. This
      could lead to rejection of updated documents triggered by refactoring
      actions, like for the following case:
      
       1. Open a project containing a.h and a.cpp
       2. Open a.cpp, insert some new lines, save and close the document
       3. Open a.h and rename a function that is defined in a.cpp
          --> The refactoring action modifies a.h and a.cpp, so re-indexing
              of those is triggered. Since a.cpp has already a higher revision
              (step 2) than the updated document, the updated document is
              discarded. As a consequence find usages and follow symbol fails
              for the renamed function.
      
      Now the document call back provided to CppSourceProcessor is responsible
      for updating the document revision based on the latest revision in the
      global snapshot.
      
      Change-Id: I4dfa0a4d34991655acfa749109f00c47b0fbfdbe
      Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@theqtcompany.com>
      Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
      d4bb5033
  6. Apr 02, 2015
  7. Feb 20, 2015
  8. Jan 16, 2015
  9. Dec 15, 2014
  10. Nov 03, 2014
  11. Oct 15, 2014
  12. Sep 04, 2014
  13. Aug 22, 2014
  14. Aug 20, 2014
  15. Jul 24, 2014
    • Nikolai Kosjar's avatar
      CppTools: Auto-include pre-compiled headers · 6a9ae7e2
      Nikolai Kosjar authored
      
      So far the pre-compiled headers were processed (thus defines from those
      headers were visible), but the actual includes for the documents were
      not added, which is necessary for lookup/completion.
      
      Note that this will be only done if pre-compiled headers are not ignored
      (Options > C++ > Code Model > [] Ignore pre-compiled headers).
      
      Change-Id: I54a8e6b00597af164d958e3e9f2a1075ea187788
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      6a9ae7e2
  16. Jul 04, 2014
  17. Jun 18, 2014
  18. Jun 04, 2014
  19. May 23, 2014
  20. Mar 27, 2014
  21. Mar 10, 2014
  22. Feb 24, 2014
  23. Nov 18, 2013
  24. Oct 29, 2013
  25. Oct 23, 2013
  26. Oct 01, 2013
  27. Sep 23, 2013
  28. Sep 11, 2013
  29. Aug 30, 2013
  30. Aug 22, 2013
  31. Jul 25, 2013
  32. Jul 17, 2013
  33. Jul 02, 2013
  34. Jun 11, 2013
Loading