aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/builddirmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Use generator arguments, not generatorTobias Hunger2016-09-301-15/+8
* CMake: Make sure top level CMakeLists.txt file is listed exactly onceTobias Hunger2016-08-171-1/+4
* CMake: Only start parsing when creator gets focus againTobias Hunger2016-06-281-38/+29
* CMake: Add per-cmake option to not automatically run cmakeTobias Hunger2016-06-281-2/+8
* Merge remote-tracking branch 'origin/4.0' into 4.1Eike Ziller2016-06-221-2/+6
|\
| * cmake: resolve symlinks when comparing source directories.David Faure2016-06-201-2/+6
* | CMake: Pass STATIC types on cmake executionOrgad Shaneh2016-06-031-0/+3
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-311-23/+23
|\|
| * Revert "CMake: Pass STATIC types on cmake execution"Tobias Hunger2016-05-301-3/+0
| * CMake: Pass STATIC types on cmake executionOrgad Shaneh2016-05-301-0/+3
| * CMake: Unindent a lambdaOrgad Shaneh2016-05-301-23/+23
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-271-31/+110
|\|
| * CMake: WS-only fixTobias Hunger2016-05-231-2/+2
| * CMake: Fix warning about empty filename after persisting cmake configTobias Hunger2016-05-231-4/+2
| * CMake: Fix race between persisting cmake configuration and parsingTobias Hunger2016-05-231-1/+2
| * CMake: Check CMakeCache.txt for changesTobias Hunger2016-05-231-1/+65
| * CMake: Do not parse that oftenTobias Hunger2016-05-231-1/+1
| * CMake: Cache CMakeCache.txtTobias Hunger2016-05-231-15/+14
| * CMake: Make it easier to get the expanded value of a CMake configurationTobias Hunger2016-05-201-1/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-131-2/+2
|\|
| * CMake: Fix Clear Cache when builddir is not persistent yet.Tobias Hunger2016-05-121-2/+2
* | Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-2/+3
* | CMake: Reuse code to turn CMakeConfigItems into stringsTobias Hunger2016-04-191-24/+7
|/
* CMake: Do not purge the configuration to change the EXTRA_GENERATORTobias Hunger2016-04-131-1/+1
* CMake: WS-only changeTobias Hunger2016-04-121-1/+1
* CMake: Make cache clean detection betterTobias Hunger2016-04-121-18/+28
* CMake: Force a cmake run if no data is available yetTobias Hunger2016-03-301-1/+3
* CMake: Normalize file paths before comparing themTobias Hunger2016-03-291-1/+3
* Cmake: Use double quote marks in a status messagehjk2016-03-171-1/+1
* CMake: Only reparse cmake build directory for active buildconfigurationsTobias Hunger2016-03-171-0/+3
* CMake: Make sure processes are dead before cleaning temporary directoryTobias Hunger2016-03-171-0/+1
* CMake: Improve handling of cmake configuration in kitsTobias Hunger2016-03-161-4/+4
* CMake: Avoid needless cmake runs after kit changesTobias Hunger2016-03-141-0/+53
* CMake: Export internal cmake cache valuesTobias Hunger2016-03-141-15/+4
* CMake: Improve method namesTobias Hunger2016-03-141-4/+4
* CMake: Fix crash when changing build directory several times in a rowOrgad Shaneh2016-03-141-0/+2
* CMake: Add ability to force CMake cache clearTobias Hunger2016-03-101-0/+15
* CMake: Make parsing of CMakeCache.txt files availableTobias Hunger2016-03-011-8/+22
* CMake: Keep cmake state in a temporary directory till first buildTobias Hunger2016-02-261-25/+81
* CMake: Move BuildDirManager from the project into the buildconfigurationTobias Hunger2016-02-261-63/+94
* CMake: Register files with the locator againTobias Hunger2016-02-151-4/+10
* CMake: Handle deletion of builddir betterTobias Hunger2016-02-151-2/+11
* CMake: Disable BC if there is an error during initial cmake runTobias Hunger2016-02-151-0/+8
* CMake: Add UI to display and edit cmake configurationTobias Hunger2016-02-151-0/+6
* CMake: Read CMakeCache.txtTobias Hunger2016-02-151-0/+92
* CMake: Report progress during project configurationTobias Hunger2016-02-151-0/+21
* CMake: Parse cmake errors during project setupTobias Hunger2016-02-151-35/+53
* CMake: Do not run a cmake wizard all the timeTobias Hunger2016-02-151-0/+332