aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/builddirparameters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-021-1/+0
|\
| * CMakePM: Only set CMAKE_COLOR_DIAGNOSTICS for new projectsCristian Adam2024-12-201-1/+0
* | ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
|/
* CMakePM: Allow using CMakeCache.txt as project fileCristian Adam2024-10-091-0/+1
* CMakePM: Use FilePath::path() instead of toString()Cristian Adam2024-07-101-1/+1
* CMakePM: Detect CMAKE_PREFIX_PATH from qmake's path when emptyCristian Adam2024-07-051-0/+42
* CMakePM: Add project CMake settings supportCristian Adam2024-05-281-3/+3
* CMakePM: Allow usage of custom output parsers for CMake outputCristian Adam2023-12-111-0/+18
* CMakePM: Enable ANSI codes colored outputCristian Adam2023-10-161-0/+2
* CMake: Rename cmakekitinformation.{h,cpp} to cmakekitaspect.{h,cpp}hjk2023-08-221-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* CMake: Move some functions from build system to build confighjk2023-07-101-1/+1
* CMake: Pass CMakeBuildConfig to the settings widgethjk2023-07-101-1/+1
* CMakePM: Add QTC_RUN environment variable for the CMake runCristian Adam2023-02-211-0/+2
* CMakePM: Copy auto package-manager to ${buildDir}/.qtc/ directoryCristian Adam2023-02-081-4/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMake: Move to Tr::trhjk2022-09-301-4/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CMakePM: Add configure environment widgetCristian Adam2022-08-161-1/+1
* CMakePM: remove unused headers, enforce sorting of headersCristian Adam2022-07-111-2/+0
* CMake: Fix missing path to ninja for ExternalProject_AddEike Ziller2022-06-171-6/+0
* CMake: Drop some unneeded includeshjk2022-06-161-4/+0
* CMake: Shift remaining data to buildsystemhjk2022-05-051-4/+4
* CMake: Pass BuildSystem instead of BuildConfig to BuildDirParamshjk2022-05-021-2/+5
* CMakePM: Refactor "Initial Parameters" as a tab bar itemCristian Adam2022-01-171-5/+8
* Utils: FilePathify Environment::{ap,pre}pendOrSetPath etchjk2021-11-101-2/+1
* CMake: Fix remote search of non-standard ninja installationshjk2021-07-211-3/+3
* CMake: Code cosmeticshjk2021-03-301-2/+2
* CMakePM: Make "Build type" aspect visibleCristian Adam2021-03-191-10/+0
* CMakeProjectManager: Make backup of CMake configuration before starting CMakeCristian Adam2021-02-181-1/+1
* Add signing options to CMake/iOS build configurationEike Ziller2021-02-161-4/+6
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-0/+12
* CMakeProjectManager: Use CMAKE_HOME_DIRECTORY as source directoryCristian Adam2021-01-081-1/+4
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-0/+1
* Merge remote-tracking branch 'origin/4.12' into 4.13Eike Ziller2020-07-061-2/+5
|\
| * CMake: Fix handling of setting for Ninja pathEike Ziller2020-06-301-2/+5
* | CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-17/+11
* | CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-3/+2
* | Fix buildEike Ziller2020-04-091-0/+1
* | CMake: Simplify BuildDirParametersTobias Hunger2020-04-091-5/+10
* | CMake: Remove dead code from BuildDirParametersTobias Hunger2020-04-081-1/+0
* | ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-2/+2
|/
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-211-0/+6
|\
| * CMakeProjectManager: Add ability to specify path to ninjaCristian Adam2019-11-201-0/+6
* | ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-2/+2
|/
* CMake: Fix inconsistent copy ctor/operator=Orgad Shaneh2019-05-071-0/+1
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-9/+9
* CMake: Do not try to use icecream for cmake configuration runsTobias Hunger2018-09-051-0/+7
* CMake: Do not crash when deleting cmake toolsTobias Hunger2018-05-281-2/+8
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-0/+82