summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeconfigitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Use cleaned paths for CMake parameter valuesCristian Adam2023-03-031-4/+12
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add sorted() functionChristian Kandeler2022-10-251-3/+1
* CMake: Move to Tr::trhjk2022-09-301-2/+3
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Collapse most of porting,hhjk2022-07-131-1/+1
* CMake: Replace parseCMakeCacheDotTxt() functionhjk2022-05-051-1/+0
* CMakePM: Filter out (more) empty key configuration itemsCristian Adam2022-04-011-1/+2
* CMakePM: Use the right type for the few kit CMake variablesCristian Adam2022-02-091-0/+4
* CMakePM: Rename "Additional CMake parameters" to "... options"Cristian Adam2022-02-031-2/+2
* CMakePM: Refactor "Initial Parameters" as a tab bar itemCristian Adam2022-01-171-4/+11
* CMakePM: Remove UNINITIALIZED SOFT_ASSERTCristian Adam2021-11-171-1/+0
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+1
* CMakePM: Fix build on WindowsChristian Stenger2021-07-221-0/+5
* CMake: Make CMakeConfig a proper classhjk2021-07-211-11/+10
* CMake: Simplify CMakeConfigItem::toBool() usehjk2021-07-211-2/+2
* CMakeProjectManager: Use "cooked types" in DirectoryDatahjk2021-07-211-0/+12
* CMake: Simplify CMakeConfigItem::sortOperatorhjk2021-07-131-3/+3
* CMakePM: Save cmake parameters in qtcsettings.cmake also for initial runCristian Adam2021-06-011-1/+1
* CMakePM: Use UNINITIALIZED for -D<var>=<val> in Batch EditCristian Adam2021-03-041-3/+10
* CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-0/+48
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-1/+2
* Cmake: Avoid warning about reaching the end of a non-void functionhjk2019-10-251-0/+2
* CMakePM: Fix compile for gcc 5.3Christian Stenger2019-10-211-6/+6
* CMake: Write creators settings into build directoryTobias Hunger2019-10-181-0/+30
* Android multi arch supportBogDan Vatra2019-09-161-2/+3
* CMake: Implement cmake true/false semanticsTobias Hunger2019-06-071-0/+19
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* CMake: Fix inconsistent copy ctor/operator=Orgad Shaneh2019-05-071-6/+0
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-251-1/+1
* Fix: member initializer for 'm_fooBar' is redundantAlessandro Portale2018-07-121-1/+1
* CMake: Allow to unset configuration valuesTobias Hunger2017-10-171-2/+8
* CMake: Only handle strings at start of lineTobias Hunger2017-06-201-8/+13
* Remove spaces in initializer listsTim Jenssen2017-02-221-13/+13
* CMake: Move code to read CMakeCache.txt into CMakeItem classTobias Hunger2016-11-171-0/+87
* CMake: Do not warn about UNINITIALIZED variablesTobias Hunger2016-11-041-1/+1
* CMake: Unify mapping of type strings to CMakeConfigItem::TypeTobias Hunger2016-10-311-13/+18
* CMake: Turn CMakeConfigItem into a CMake argumentTobias Hunger2016-10-171-0/+5
* CMake: CMakeConfigItem uses macroexpander when turning into StringTobias Hunger2016-10-171-2/+4
* CMake: Make configitem optionally use a macroexpander instead of a kitTobias Hunger2016-10-171-1/+6
* CMakeProjectManager: Support drop down selector for optionsAlexander Drozdov2016-10-101-1/+1
* CMake: Add a helper method to split a ;-separated listTobias Hunger2016-09-291-0/+129
* BuildInfo: Fix operator == to work better with subtypesTobias Hunger2016-09-151-0/+6
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-271-0/+18
|\
| * CMake: Warn if kit settings are overridden by the projectTobias Hunger2016-05-201-0/+10
| * CMake: Make it easier to get the expanded value of a CMake configurationTobias Hunger2016-05-201-0/+8
* | CMake: Handle STATIC types in CMakeCache.txtTobias Hunger2016-04-191-1/+3
|/
* CMake: Small improvements to the CMakeConfigItemTobias Hunger2016-03-111-1/+10
* CMake: Fix missing includeChristian Stenger2016-02-151-0/+2