Skip to content
Snippets Groups Projects
  1. Mar 18, 2010
  2. Mar 15, 2010
  3. Mar 10, 2010
  4. Mar 09, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-745. · 417a1c9f
      Erik Verbruggen authored
      Fixed crash in FindUsages on a dirty file in a large project, which is saved
      while the FindUsages is still running.
      417a1c9f
  5. Mar 05, 2010
  6. Feb 23, 2010
  7. Feb 22, 2010
    • Friedemann Kleint's avatar
      Fix code model indexing crash on Mac. · 7d3d9cad
      Friedemann Kleint authored
      Introduce multithread-locking to Core::MimeDatabase as it is
      invoked from the indexer thread to sort apart headers and sources.
      Add a convenience to operate on a sequence to avoid locking for each
      file.
      7d3d9cad
  8. Feb 03, 2010
  9. Feb 01, 2010
  10. Jan 19, 2010
  11. Dec 21, 2009
  12. Dec 18, 2009
  13. Dec 15, 2009
  14. Dec 10, 2009
  15. Dec 07, 2009
  16. Nov 27, 2009
  17. Nov 13, 2009
  18. Nov 10, 2009
  19. Nov 09, 2009
  20. Nov 05, 2009
  21. Oct 26, 2009
  22. Oct 13, 2009
  23. Oct 12, 2009
  24. Oct 09, 2009
  25. Oct 07, 2009
  26. Oct 05, 2009
  27. Oct 01, 2009
  28. Sep 30, 2009
  29. Sep 29, 2009
  30. Sep 25, 2009
    • Christian Kamm's avatar
      Track more macro uses. · 22ed0255
      Christian Kamm authored
      
      In particular macros that are only checked for definition or are
      expanded during the evaluation of an #if or #elif directive are now also
      added to the list available through Document::macroUses().
      
      The names of undefined macros that are interesting (because they're used
      in an #ifdef or a defined(...)) are now available through
      Document::undefinedMacroUses().
      
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      22ed0255
Loading