Skip to content
Snippets Groups Projects
  1. Nov 25, 2010
  2. Nov 22, 2010
  3. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      overhaul process argument handling · 1e362b0f
      Oswald Buddenhagen authored
      get away from argument stringlists. instead, use native shell command
      lines which support quoting/splitting, environment variable expansion
      and redirections with well-understood semantics.
      
      Task-number: QTCREATORBUG-542
      Task-number: QTCREATORBUG-1564
      1e362b0f
  4. Nov 12, 2010
  5. Nov 10, 2010
  6. Nov 03, 2010
  7. Nov 02, 2010
  8. Nov 01, 2010
  9. Oct 29, 2010
    • Kai Koehne's avatar
      QmlProject: Don't use RegExp for simple wildcard matching · c4ca0060
      Kai Koehne authored
      QRegExp matching is quite expensive, and has to be done for every file
      in the project directory tree against all possible suffixes. Optimize
      for the common case that the pattern is "*.suffix" by doing a
      fileName.endsWidth(suffix) in this case.
      
      This speeds up loading of examples/declarative/declarative.qmlproject by
      about 30%.
      
      Reviewed-by: Christian Kamm
      c4ca0060
  10. Oct 26, 2010
  11. Oct 18, 2010
  12. Oct 13, 2010
  13. Oct 11, 2010
  14. Oct 08, 2010
  15. Oct 07, 2010
  16. Oct 06, 2010
  17. Oct 05, 2010
  18. Oct 04, 2010
  19. Sep 30, 2010
  20. Sep 29, 2010
Loading