Skip to content
Snippets Groups Projects
  1. Jan 14, 2014
  2. Jan 10, 2014
  3. Jan 09, 2014
  4. Jan 08, 2014
  5. Jan 06, 2014
  6. Dec 18, 2013
  7. Dec 12, 2013
  8. Dec 10, 2013
  9. Nov 25, 2013
  10. Nov 14, 2013
  11. Nov 13, 2013
  12. Nov 04, 2013
  13. Oct 24, 2013
  14. Oct 22, 2013
  15. Oct 16, 2013
  16. Oct 14, 2013
  17. Oct 10, 2013
  18. Oct 09, 2013
  19. Oct 01, 2013
  20. Sep 27, 2013
    • hjk's avatar
      Use the canonical version of defining string literals · f17d9f01
      hjk authored
      
      Change-Id: If36658de6f68f552f93830ba4f1cfa9994a2e44c
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
      f17d9f01
    • Tobias Hunger's avatar
      TargetSetupPage: Generalize the page · 921f86df
      Tobias Hunger authored
      
      Generalize the target setup page and move it into projectexplorer
      
      Move the qmake specific code into a projectimporter class with
      a specialization for qmake projects in the qt4projectmanager.
      
      This change depends heavily on the BuildConfigurationFactory cleanups
      done earlier and completes that change in such a way that generic
      build configuration factories are now in theory possible. The
      remaining problem is how to select the best factory of several that
      claim to be able to handle a kit and that is left for the next patch.
      
      Change-Id: I47134cb1938c52adebcdc1ddfe8dbf26abbbbeee
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      921f86df
  21. Sep 20, 2013
  22. Sep 17, 2013
    • Tobias Hunger's avatar
      BuildConfigurationFactory: Refactor code · d2adc303
      Tobias Hunger authored
      
      Refactor the code of the build configuration factories. The idea is to
      generalize the code so much that we can allow plugins to install
      custom build configuration factories for the platforms they support.
      
      To support this use case the following changes where done here:
       * BuildInfo class was introduced to describe one build configuration that
         can be created by a factory.
       * Factories report a list of BuildInfo to describe what they can produce.
         This fixes the need for factories to implicitly create one buildconfiguration
         and then create another one 'officially' to support debug and release build
         configurations to be set up for projects.
       * Do no longer work around factories to create build configurations.
      
      Change-Id: Ic372e4a9b5c582633b467d130538948472b89d91
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      d2adc303
  23. Sep 16, 2013
    • Oleksii Serdiuk's avatar
      CMake: Make CMake plugin work with RemoteLinux plugin. · 328a24ed
      Oleksii Serdiuk authored
      
      Modified CMake plugin to work correctly with RemoteLinux plugin.
      Because of not being able to extract files to be installed from CMake
      project, only executable targets are automatically added to deployment
      files. All other files have to be specified in CMakeDeployment.txt file
      which should be placed into root of CMake project. The file format is:
      > deployment/prefix
      > relative/source/file1:relative/destination/dir1
      > ...
      > relative/source/filen:relative/destination/dirn
      
      Where:
      - deployment/prefix is (absolute) path prefix to which files will be
        deployed on the remote machine.
      - relative/source/file is file path relative to CMake project root.
        Plain files - no directories or wildcards supported.
      - relative/destination/dir is destination directory path relative to
        deployment/prefix.
      
      Change-Id: I0831636c1b9aac3ff16bb6293104c512d2abfb5a
      Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
      328a24ed
  24. Sep 12, 2013
  25. Sep 09, 2013
  26. Sep 05, 2013
  27. Sep 04, 2013
  28. Sep 03, 2013
Loading