summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-3/+1
* CMake: Fix typoRobert Loehning2016-04-221-1/+1
* ProjectExplorer: Add some more functions to buildsteplistTobias Hunger2016-04-201-12/+3
* CMake: Do not warn if there is no cmake but a generator is selectedTobias Hunger2016-04-201-6/+1
* CMake: Handle STATIC types in CMakeCache.txtTobias Hunger2016-04-193-3/+8
* CMake: Make sure null-configuration items do not end up in outputTobias Hunger2016-04-191-0/+1
* CMake: Reuse code to turn CMakeConfigItems into stringsTobias Hunger2016-04-191-24/+7
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-1/+1
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-153-22/+38
|\
| * CMake: Do not purge the configuration to change the EXTRA_GENERATORTobias Hunger2016-04-131-1/+1
| * CMake: Improve parent selection for dialog to kit options pageTobias Hunger2016-04-131-1/+1
| * CMake: Make fromMap more robust for CMakeBuildConfigurationsTobias Hunger2016-04-121-2/+3
| * CMake: Add VariableChooser to cmake configuration setup widgetTobias Hunger2016-04-121-0/+5
| * CMake: WS-only changeTobias Hunger2016-04-121-1/+1
| * CMake: Make cache clean detection betterTobias Hunger2016-04-121-18/+28
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-126-44/+53
|\ \ | |/
| * CMake: Add a reset button to the CMake Configuration edit in KitsTobias Hunger2016-04-083-4/+20
| * CMake: Mark cmake as imperfect and disable RunConfigurations as necessaryTobias Hunger2016-04-072-35/+25
| * CMake: Simplify cmakeproject code a bitTobias Hunger2016-04-061-3/+6
| * CMake: Fix capitalization of "CMake Tool"Leena Miettinen2016-04-051-2/+2
* | Set LC_MESSAGES instead of LC_ALL for parsing the error outputJarek Kobus2016-04-112-4/+2
* | Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-04-017-148/+137
|\ \ | |/
| * CMake: Simplify reparsing codeTobias Hunger2016-04-013-15/+10
| * CMake: Trigger reparse when target changedTobias Hunger2016-03-302-7/+12
| * CMake: Force a cmake run if no data is available yetTobias Hunger2016-03-301-1/+3
| * CMake: Do not crash when cloning cmake buildconfigurationsTobias Hunger2016-03-302-29/+35
| * CMake: Only allow one target in cmake build stepTobias Hunger2016-03-304-105/+84
| * CMake: Normalize file paths before comparing themTobias Hunger2016-03-291-1/+3
* | Wholesale conversion to #pragma oncehjk2016-03-301-1/+0
* | Remove unnecessary Q_OBJECT from IDocument subclassesOrgad Shaneh2016-03-241-1/+0
* | Merge remote-tracking branch 'origin/4.0'Oswald Buddenhagen2016-03-226-72/+20
|\ \ | |/
| * CMake: Show build progress in compile outputOrgad Shaneh2016-03-221-0/+2
| * CMake: omit configuration dropping on cache clearAlexander Drozdov2016-03-171-1/+0
| * 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
| * Core: Make IDocument concreteOrgad Shaneh2016-03-172-33/+0
| * CMake: Improve handling of cmake configuration in kitsTobias Hunger2016-03-162-37/+13
* | CMake: Fix compile for gcc 4.7.3Christian Stenger2016-03-211-1/+1
* | CMakeKitInformation: Expose cmake path to MacroExpanderTobias Hunger2016-03-182-0/+11
|/
* CMake: Remove usused member variableTobias Hunger2016-03-161-1/+0
* Don't use quoting for additional tool arguments...Alexander Drozdov2016-03-161-1/+1
* CMake: Use pragma onceTobias Hunger2016-03-141-4/+1
* CMake: Do not try to parse progress information linesTobias Hunger2016-03-141-0/+2
* CMake: Avoid needless cmake runs after kit changesTobias Hunger2016-03-143-1/+61
* CMake: Export internal cmake cache valuesTobias Hunger2016-03-143-17/+7
* CMake: Improve method namesTobias Hunger2016-03-143-7/+7
* CMake: Fix crash when changing build directory several times in a rowOrgad Shaneh2016-03-141-0/+2
* CMake: Small improvements to the CMakeConfigItemTobias Hunger2016-03-112-2/+13
* CMake: Add ability to force CMake cache clearTobias Hunger2016-03-105-7/+53