aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmaketool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-5/+5
* CMake: Fix GCC warningsOrgad Shaneh2020-05-041-0/+2
* CMake: Remove servermode supportTobias Hunger2020-04-291-140/+20
* CMake: Do not crash without a supported CMakeTobias Hunger2020-04-221-19/+18
* CMake: Fix WS in cmaketool.cppTobias Hunger2020-04-211-1/+1
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-5/+3
* CMake: Fix build with older GCCEike Ziller2020-02-211-1/+1
* CMake: Remove tealeaf reader modeTobias Hunger2020-02-191-8/+2
* CMake: Fix snap-ed CMake installations on ubuntuTobias Hunger2020-01-221-1/+8
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-211-42/+41
|\
| * CMake: Do not make the CMake tool invalid on timeoutTobias Hunger2019-11-141-39/+36
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-10-171-2/+1
|\|
| * CMake: Properly reset CMakeTool on file path changeCristian Adam2019-10-091-2/+1
* | CMake: Make use of CMake-provided .qch filesTobias Hunger2019-10-161-0/+40
* | CMake: Run CMake less oftenTobias Hunger2019-10-101-7/+5
|/
* CMake: Do not run GUI CMake tool on macOSEike Ziller2019-08-121-6/+21
* Run CMake via canonical path instead of warningEike Ziller2019-08-121-23/+9
* CMake: Better warnings for strange/invalid CMake binariesTobias Hunger2019-08-051-0/+19
* CMake: Fix fileApi detectionTobias Hunger2019-07-251-5/+15
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-121-2/+1
|\
| * Cmake: Fix deprecation warninghjk2019-07-051-2/+1
* | CMake: Fix compile for gcc5.3Christian Stenger2019-06-211-3/+3
* | CMake: Add an option to override cmake reader typeTobias Hunger2019-06-201-7/+63
* | CMake: Fix WSTobias Hunger2019-06-201-7/+7
* | CMakeTool: Update cmake fileapi detectionTobias Hunger2019-06-121-3/+45
* | Use Utils::FilePath in SynchronousProcesshjk2019-06-111-1/+1
* | CMake: Detect fileapi in cmakeTobias Hunger2019-06-061-0/+7
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-5/+5
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-2/+1
* CMakeTool: Move introspection data into separate classTobias Hunger2018-07-121-45/+76
* CMakeTool: Split parsing out of data retrievel methodsTobias Hunger2018-07-111-4/+16
* CMake: Fix cmake version detectionJosé Tomás Tocino2018-05-231-1/+1
* CMake: Add option to auto-create build directoriesTobias Hunger2017-09-201-0/+17
* Remove spaces in initializer listsTim Jenssen2017-02-221-7/+7
* Merge remote-tracking branch 'origin/4.2'Orgad Shaneh2016-11-281-1/+2
|\
| * Cmake: Don't take QStringRefs of a temporary QStringUlf Hermann2016-11-281-1/+2
| * Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-1/+1
* | CMake: Use Utils::FileName where appropriateTobias Hunger2016-10-171-1/+1
* | CMake: Only pass the path mapper to the cbp-parserTobias Hunger2016-10-171-3/+3
|/
* CMake: Report version information on cmake toolTobias Hunger2016-09-301-10/+62
* CMake: Add method to query server mode support to CMakeToolTobias Hunger2016-09-301-0/+8
* CMake: Parse Generators out of new cmake -E capabilities outputTobias Hunger2016-09-301-13/+36
* CMake: Improve generator selection in kitsTobias Hunger2016-09-301-29/+64
* CMake: Polish cmaketool a bitTobias Hunger2016-09-271-32/+32
* CMake: Work around bug in cmake documentation when extracting keywordsTobias Hunger2016-09-151-1/+3
* CMake: Remove some QLatin1StringsTobias Hunger2016-09-151-7/+7
* CMake: Improve cmake setup on AppleTobias Hunger2016-09-141-0/+6
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-5/+5
* CMake: Add per-cmake option to not automatically run cmakeTobias Hunger2016-06-281-0/+17
* Use SynchronousProcess::runBlockingTobias Hunger2016-05-261-1/+1