Skip to content
Snippets Groups Projects
  1. Nov 17, 2010
    • Oswald Buddenhagen's avatar
      replace env variable injection with pervasive expando support · 79be54ed
      Oswald Buddenhagen authored
      do not inject SOURCEDIR and BUILDDIR into the environment of
      build steps and run configurations any more.
      instead, all custom executable paths, argument lists and working
      directories now support the %{sourceDir} and %{buildDir} macros.
      this approach is more elegant and more scalable.
      79be54ed
    • 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
    • Oswald Buddenhagen's avatar
      refactor VariableManager · dc3ab5bf
      Oswald Buddenhagen authored
      make it provide a macroExpander() instead of a resolve() function.
      this detaches the actual variable management from the string
      manipulation.
      dc3ab5bf
  2. Nov 03, 2010
  3. Nov 02, 2010
  4. Nov 01, 2010
  5. Oct 08, 2010
  6. Oct 07, 2010
  7. Oct 04, 2010
  8. Sep 30, 2010
    • hjk's avatar
      version bump 2.0.91 -> 2.1.81 · e6dd3ff5
      hjk authored
      Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1
      days, and we'd like to have odd subminor for 'working' and even subminor
      numbers for pure cherry-picking release branches anyway.
      e6dd3ff5
  9. Sep 27, 2010
  10. Sep 24, 2010
  11. Sep 23, 2010
  12. Sep 17, 2010
  13. Sep 16, 2010
    • Friedemann Kleint's avatar
      Further header cleanup. · bb13b69e
      Friedemann Kleint authored
      Introduce some more private classes for the coreplugin,
      use header include convention
      <QtModule/QClass>, de-qobjectify VariableManager.
      bb13b69e
  14. Sep 15, 2010
  15. Sep 13, 2010
  16. Sep 02, 2010
  17. Aug 30, 2010
  18. Aug 26, 2010
  19. Aug 25, 2010
  20. Aug 24, 2010
  21. Aug 11, 2010
  22. Aug 02, 2010
    • Tobias Hunger's avatar
      Refactor deployment · ee4a04a2
      Tobias Hunger authored
       * Add a DeployConfiguration class to hold settings related
         to deployment.
       * Add BuildStepsList to hold a list of buildsteps
       * Update BuildConfiguration to use BuildStepLists instead of
         manageing lists of buildsteps itself.
       * Update BuildManager to use BuildStepLists in its interfaces
       * Fix fallout introduced by API changes
       * Update .user file to new way of storing settings
      
      Task-number: QTCREATORBUG-1427
      Task-number: QTCREATORBUG-1428
      Task-number: QTCREATORBUG-1811
      Task-number: QTCREATORBUG-1930
      ee4a04a2
  23. Jul 22, 2010
  24. Jul 07, 2010
  25. Jul 06, 2010
  26. Jul 02, 2010
  27. Jun 25, 2010
  28. Jun 11, 2010
  29. Jun 07, 2010
  30. May 18, 2010
  31. May 17, 2010
Loading