Skip to content
Snippets Groups Projects
  1. Nov 03, 2010
  2. Oct 04, 2010
  3. Mar 30, 2010
  4. Mar 23, 2010
  5. Mar 12, 2010
    • Thorbjørn Lindeijer's avatar
      Move build environment customization down to BuildConfiguration · 2a93b540
      Thorbjørn Lindeijer authored
      The functionality was duplicated between the Qt4 and CMake build
      configurations and their configuration widgets. This change moves it
      down to BuildConfiguration, in addition also making it available for the
      Generic Project.
      
      Also provides an upgrade path for the configuration.
      
      Task-number: QTCREATOR-24
      Reviewed-by: dt
      Reviewed-by: Tobias Hunger
      2a93b540
  6. Feb 09, 2010
    • Tobias Hunger's avatar
      Integrate target support · d1bdfcc3
      Tobias Hunger authored
       * Ease cross device development by introducing 'targets' which
         group build- and runsettings that are valid for this one target
      
       Most of the kudos for the code review go to dt. Con, thorbjorn,
       ckandler and others did also review parts of this patch.
      
      Reviewed-by: dt
      d1bdfcc3
  7. Jan 29, 2010
  8. Nov 30, 2009
    • dt's avatar
      Add BuildConfiguration classes · ae633c19
      dt authored
      Each project has it's own BuildConfiguarion * classes, they'll get a
      decent type safe interface and the setValue/value stuff will be removed.
      ae633c19
  9. Jul 10, 2009
  10. May 27, 2009
  11. May 08, 2009
  12. Apr 22, 2009
  13. Mar 09, 2009
    • dt's avatar
      Fixes: Add a smarter cmake open project wizard. · ef1693e9
      dt authored
      Details:  That fixes a few bugs, while still having a few missing
      things. Don't allow the user to set a shadow build directory, if there
      is already a in source build. Detect if a cbp file is already existing
      and recent enough, don't rerun cmake then. Ensure that the user runs
      cmake with the cbp generator on opening the project. Show the output of
      the cmake generator while running. Remove the unecessary cmake step.
      ef1693e9
  14. Jan 23, 2009
    • dt's avatar
      Fixes: Progress to the cmake plugin · e8e2e4f4
      dt authored
      Details:  Add a dialog asking for command line options and build
      directory. This dialog pops up if you don't have a .user file. Note,
      though that it also pops up if there is already a in source build.
      (The build directory lineedit should be read only then.)
      The cmake button in that dialog and the output pane need more polish to
      make them better. With those changes you can now build and run marble
      from Qt Creator. (For marble you need to pass a few options to cmake.)
      
      Also add a configuration page to the Tools/Options dialog, where you can
      specify the cmake executable path.
      
      And add a class which runs cmake in the background to find out which
      version and wheter that cmake version has Qt Creator generator. (Which I
      did begin to write.)
      e8e2e4f4
  15. Jan 22, 2009
  16. Jan 21, 2009
  17. Dec 09, 2008
    • dt's avatar
      Fixes: Some running support for cmake · 7d4dab15
      dt authored
      Task:     -
      RevBy:    -
      AutoTest: -
      Details:  Note: I need to refactor the code significantly, i'm more or
      less convinced that one build configuration per target is wrong.
      We probably want one build configuration per build directory and instead
      build all targets that we are interested then in the makestep.
      This means we won't have any cmake support for the beta.
      7d4dab15
  18. Dec 04, 2008
    • dt's avatar
      Fixes: Added stub makestep for cmake. · a10019ea
      dt authored
      Details:  Also add copyright headers and some initial code for the
      CMakeStep and MakeStep. Soon it will actially build something.
      a10019ea
  19. Dec 02, 2008
Loading