aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Android: Prevent crash in case there is no Qt version sethjk2020-07-061-1/+1
* Merge remote-tracking branch 'origin/4.12' into 4.13Eike Ziller2020-07-061-2/+5
|\
| * CMake: Fix handling of setting for Ninja pathEike Ziller2020-06-301-2/+5
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-0617-82/+81
* | CMake: Fix UI text capitalization and punctuationLeena Miettinen2020-07-022-3/+3
* | CMake: Fix compiler warning about unused lambda captureChristian Kandeler2020-06-261-1/+1
* | Fix compiler warnings about several unused variablesArtur Shepilko2020-06-251-1/+1
* | CMake: Fix changing build directoryEike Ziller2020-06-251-1/+2
* | CMake: Fix nested source groupsAaron Barany2020-06-241-1/+1
* | Fix filtering in various hierarchical viewsEike Ziller2020-06-221-3/+8
* | CMake: Update log output of CMake Project ImporterTobias Hunger2020-06-181-18/+18
* | CMake: Make import of build directories using Qt 6 workTobias Hunger2020-06-181-7/+18
* | Move Id from Core to UtilsEike Ziller2020-06-181-2/+0
* | All: Use Utils::SkipEmptyPartshjk2020-06-171-7/+3
* | CMakePM: Replace some QRegExp by QRegularExpressionChristian Stenger2020-06-162-21/+22
* | Fix clang warnings about copies in range-for constructsChristian Kandeler2020-06-151-1/+1
* | CMake: Be more paranoid about running several cmakes at the same timeTobias Hunger2020-06-151-38/+32
* | CMake: Add some debug outputTobias Hunger2020-06-151-0/+2
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-152-29/+44
|\|
| * CMake: Do not treat project with the empty string as a name as invalidTobias Hunger2020-06-112-1/+3
| * CMake: Filter out non-directories from LD_LIBRARY_PATH/PATHTobias Hunger2020-06-101-28/+41
* | CMake: Add a command to trigger parsing of CMake reply fileTobias Hunger2020-06-112-5/+45
* | CMake: Improve debugging output when parsing projects from file-apiTobias Hunger2020-06-111-2/+3
* | CMake: Remove some now-unused codehjk2020-06-101-16/+0
* | CMakePM: Fix compileChristian Stenger2020-06-101-1/+7
* | CMake: Remove magic configuration from CMakeTobias Hunger2020-06-0917-504/+431
* | CMake: Inject special build targets into list of extracted targetsTobias Hunger2020-06-032-5/+13
* | CMake: Support building several targets with cmake --buildTobias Hunger2020-06-034-97/+87
* | CMake: Add a way to provide options to CMake --buildTobias Hunger2020-06-032-5/+33
* | Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* | CMake: Split build output into lines before parsingChristian Kandeler2020-05-262-24/+36
* | CMake: Move notification on outside cmake runs into FileApiReaderTobias Hunger2020-05-154-61/+42
* | CMake: Clean up API of FileApiParserTobias Hunger2020-05-153-52/+41
* | ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-6/+5
* | CMake: Fix GCC warningsOrgad Shaneh2020-05-041-0/+2
* | CMake: Warn on build directory changesTobias Hunger2020-04-301-1/+22
* | CMake: Remove BuildDirManagerTobias Hunger2020-04-3012-816/+475
* | CMake: Simplify CMake Build System states a bitTobias Hunger2020-04-303-39/+26
* | CMake: Document interactions around CMakeBuildSystemTobias Hunger2020-04-301-0/+167
* | CMake: Disable switching between different readersTobias Hunger2020-04-309-219/+50
* | CMake: Remove servermode supportTobias Hunger2020-04-2914-1912/+36
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-242-1/+30
|\|
| * CMake: fixup env if jom is missingDavid Schulz2020-04-232-0/+11
| * CMake: honor use jom instead of nmake settingDavid Schulz2020-04-231-2/+19
* | Merge output formatters and output parsersChristian Kandeler2020-04-238-40/+37
* | CMake: Remove some unnecessary codeTobias Hunger2020-04-221-5/+0
* | CMake: Make sure a CMakeBuildConfiguration always has a CMakeBuildSystemTobias Hunger2020-04-223-102/+118
* | CMake: Update minimum CMake version to 3.7Tobias Hunger2020-04-221-3/+5
* | CMake: Do not crash without a supported CMakeTobias Hunger2020-04-224-23/+30
* | PathChooser: Allow for chooser-only selection of files/directoriesTobias Hunger2020-04-211-0/+3