aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmaketoolmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+4
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-3/+1
* CMake: Make use of CMake-provided .qch filesTobias Hunger2019-10-161-1/+18
* CMake: Remove unused functionEike Ziller2019-08-121-14/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* CMakePM: Fix order of initializationChristian Stenger2019-03-201-1/+1
* CMake: Use SettingsAccessor to read/write CMakeTools fileTobias Hunger2018-07-101-203/+8
* CMake: Use unique_ptr to store CMakeTools in CMakeToolManagerTobias Hunger2018-07-101-67/+65
* CMake: Make handling of default CMakeTool more consistentTobias Hunger2018-07-031-27/+24
* CMake: Simplify CMakeTool registration in CMakeToolManagerTobias Hunger2018-07-021-10/+9
* CMake: Remove CMakeTool::addCMakeTool methodTobias Hunger2018-07-021-15/+9
* CMake: Fix header-related issues in CMakeToolManagerTobias Hunger2018-06-291-4/+4
* CMake: Remove handling of legacy settings for CMakeTobias Hunger2018-06-291-31/+0
* CMake: Move CMakeTool merging into separate functionTobias Hunger2018-06-291-36/+44
* CMake: Simplify restoration of CMakeTools a bitTobias Hunger2018-06-291-13/+15
* CMake: Move code around a bitTobias Hunger2018-06-291-5/+17
* CMake: Small simplificationTobias Hunger2018-06-291-2/+2
* CMake: Remove cmake autodetectionhelpersTobias Hunger2018-06-271-10/+0
* CMake: Simplify codeTobias Hunger2018-06-011-13/+13
* Do not construct settings/resource paths from QSettings objectEike Ziller2018-01-111-6/+4
* Environment: Use Utils::FileName for path() and related methodsTobias Hunger2017-09-271-20/+15
* CMake: Fix auto-detection on WindowsOrgad Shaneh2017-09-141-2/+8
* Auto-detect CMake in standard paths on Windows and macOSJake Petroules2017-06-231-0/+11
* CMake: Remove "Prefer Ninja" checkbox on CMake Tool pageTobias Hunger2016-02-151-25/+4
* CMake: Delay initialization of CMakeToolsTobias Hunger2016-01-271-3/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CMake: Semi-automatic cleanupsTobias Hunger2016-01-081-9/+5
* Consistently use Utils::FileNameListTobias Hunger2015-11-161-1/+1
* Cmake: Fix autodetection of cmake on WindowsDaniel Teske2015-07-171-11/+20
* Fix leaking of CMakeToolsDaniel Teske2015-07-151-0/+1
* CMakeProjectManager: Support mapping chroot include pathsBenjamin Zeller2015-04-211-0/+1
* CMakeSettings: Do not break most of other settingsEike Ziller2015-03-161-16/+15
* CMakeProjectManager: Provide way for plugins to autodetect cmake toolsBenjamin Zeller2015-03-091-2/+14
* Make CMakeTool known to the KitsBenjamin Zeller2015-03-031-6/+38
* Make it possible to register multiple cmake instancesBenjamin Zeller2015-02-241-0/+392