aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* QRegExp include cleanupSamuel Gaist2017-03-134-0/+5
* CMake: Allow CodeBlocks for NMake Makefiles JOMKonstantin Podsvirov2017-01-041-1/+2
* CMake: CMakeConfigurationKitInformation::setup fixTobias Hunger2016-12-211-1/+1
* CMake: Do not forget cmake generator information on loadTobias Hunger2016-12-021-2/+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: Do not auto-run cmake if that was disabledTobias Hunger2016-11-081-1/+2
* CMake: Use QT_INSTALL_PREFIX for CMAKE_PREFIX_PATHTobias Hunger2016-11-081-4/+4
* Don't shout in text messagesJarek Kobus2016-11-041-1/+1
* CMake: Fix UI text capitalizationLeena Miettinen2016-11-012-3/+3
* ClangStaticAnalyzer: Tests: Rely on projects telling when they finished parsingNikolai Kosjar2016-10-311-0/+2
* CMake: Fix warnings about cmake configuration modelTobias Hunger2016-10-271-7/+2
* CMake: forward-declare QDialogØystein Walle2016-10-201-0/+1
* CMakeProjectManager: Support drop down selector for optionsAlexander Drozdov2016-10-1011-10/+158
* CMake: Move more code into BuildDirManagerTobias Hunger2016-10-106-130/+154
* CMake: Trigger cmake run *before* build when files changedTobias Hunger2016-10-075-6/+42
* CMake: Fix warningTobias Hunger2016-10-071-1/+1
* CMake: Encapsulate BuildDirManager in CMakeBCTobias Hunger2016-10-064-29/+48
* CMake: Properly split QML_IMPORT_PATHTobias Hunger2016-10-061-2/+1
* CMake: De-noise CMakeProjectTobias Hunger2016-10-061-69/+54
* CMake: Remove unnecessary members from CMakeTargetsTobias Hunger2016-10-063-9/+0
* CMake: Keep buildTargets privateTobias Hunger2016-10-062-4/+5
* CMake: Move code from CMakeProject into BuildDirManagerTobias Hunger2016-10-068-106/+90
* Add helper code to generate trees of project nodesTobias Hunger2016-10-054-103/+8
* CMakeProjectManager: Fix compile with Qt5.6 / gcc 4.8Christian Stenger2016-10-041-2/+2
* CMake: Polish cmakelocatorfilterTobias Hunger2016-09-302-32/+18
* CMake: Clean up CMakeProjectTobias Hunger2016-09-302-20/+11
* CMake: Switch generator/extraGeneratorTobias Hunger2016-09-301-1/+1
* CMake: Rename methodTobias Hunger2016-09-303-3/+3
* CMake: Fix possible crashTobias Hunger2016-09-301-2/+2
* CMakeProjectManager: Compile fix for gcc 5.4hjk2016-09-301-1/+1
* CMake: Hint at Qt version to be usedTobias Hunger2016-09-301-3/+22
* CMake: Warn on kits using unsupported cmake versionsTobias Hunger2016-09-301-2/+11
* CMake: Report version information on cmake toolTobias Hunger2016-09-302-11/+84
* CMake: Add method to query server mode support to CMakeToolTobias Hunger2016-09-302-0/+9
* CMake: Parse Generators out of new cmake -E capabilities outputTobias Hunger2016-09-302-14/+43
* CMake: Improve generator selection in kitsTobias Hunger2016-09-306-89/+250
* CMake: Use generator arguments, not generatorTobias Hunger2016-09-303-17/+15
* CMake: Handle more information on the generator being used in a kitTobias Hunger2016-09-302-26/+176
* CMake: Add a helper method to split a ;-separated listTobias Hunger2016-09-293-0/+133
* CMake: Use final for KitInformation specializationsTobias Hunger2016-09-271-20/+20
* CMake: Polish cmaketool a bitTobias Hunger2016-09-272-37/+36
* CMake: Report cmake versionTobias Hunger2016-09-271-0/+1
* Massively speed up CMakeProject::buildTreeFlorian Apolloner2016-09-231-4/+13
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* CMake: Work around bug in cmake documentation when extracting keywordsTobias Hunger2016-09-151-1/+3
* CMake: Remove some QLatin1StringsTobias Hunger2016-09-151-7/+7
* BuildInfo: Fix operator == to work better with subtypesTobias Hunger2016-09-153-0/+18
* CMake: Improve cmake setup on AppleTobias Hunger2016-09-141-0/+6
* CMake: Add tooltip to autorun cmake checkboxTobias Hunger2016-08-291-0/+1