Skip to content
Snippets Groups Projects
  1. Oct 03, 2010
    • Alessandro Portale's avatar
      Do not scan "/" for include files · 493710c2
      Alessandro Portale authored
      The scanning phase was in some cases insanely long.
      Reason was that Creator feeds wrong paths to the
      CppModelManager, for example "/".
      
      The scanning phase did what it was told to: scan that whole
      Harddrive.
      
      This patch makes sure that the scanning is not done for "/"
      
      Done-With: Roberto
      493710c2
    • Alessandro Portale's avatar
      No Samba while including files · b9d3c1f5
      Alessandro Portale authored
      (The other Samba is meant. The slow one, not the nice one.)
      
      Creator manages to feed the CppModelManager with all kinds of
      wrong include paths. That is usually not a big issue as long
      as that path is not a simple "/".
      
      CppManager appended a separator to all incoming include paths.
      And when the above "/" was passed in, we had (on my machine)
      7 seconds of Samba Network lookup, multiple times during a
      parse. And the sad thing was that my dear colleagues in the
      Intranet did not even have the searched-for header files on
      their shared folders.
      
      This patch makes sure that a separator is only appended if
      the path does not already end with one.
      
      The real core of the issue (wrong include paths from Creator)
      still needs to be fixed.
      
      Done-with: Roberto Raggi
      b9d3c1f5
  2. Sep 02, 2010
  3. Aug 13, 2010
  4. Jul 20, 2010
  5. Jul 05, 2010
  6. Jul 02, 2010
  7. Jun 25, 2010
  8. Jun 14, 2010
  9. Jun 04, 2010
  10. May 31, 2010
  11. May 26, 2010
  12. May 25, 2010
  13. May 10, 2010
  14. May 07, 2010
  15. May 05, 2010
  16. Apr 26, 2010
  17. Apr 23, 2010
  18. Apr 14, 2010
  19. Apr 13, 2010
  20. Mar 18, 2010
  21. Mar 15, 2010
  22. Mar 10, 2010
  23. 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
  24. Mar 05, 2010
  25. Feb 23, 2010
  26. 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
  27. Feb 03, 2010
  28. Feb 01, 2010
  29. Jan 19, 2010
  30. Dec 21, 2009
  31. Dec 18, 2009
Loading