aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings about several unused variablesArtur Shepilko2020-06-251-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
* CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-230/+91
* CMake: Inject special build targets into list of extracted targetsTobias Hunger2020-06-031-1/+12
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* CMake: Remove BuildDirManagerTobias Hunger2020-04-301-73/+408
* CMake: Simplify CMake Build System states a bitTobias Hunger2020-04-301-21/+9
* CMake: Make sure a CMakeBuildConfiguration always has a CMakeBuildSystemTobias Hunger2020-04-221-89/+114
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-5/+103
* CMake: Rename some constantsTobias Hunger2020-04-171-2/+2
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-141-4/+0
|\
| * CMake: Do not create .cmake directories in source dirTobias Hunger2020-04-091-4/+0
* | BuildSystem: Add buildConfiguration() methodTobias Hunger2020-03-231-8/+2
* | BuildSystem: Clean up use of BuildSystem::(kit|target|project)Tobias Hunger2020-03-201-45/+48
* | CMake: Fix typo in symbol namesTobias Hunger2020-03-191-1/+1
|/
* ProjectExplorer: Pass extra project files as QSethjk2020-03-031-1/+1
* CMake: Compile fixhjk2020-03-021-1/+1
* CMake: Check parseGuard.guardsProject()hjk2020-02-271-3/+14
* CMake: Use buildConfiguration() instead of target()->activeBchjk2020-02-241-1/+1
* CMakeBuildSystem: Don't re-update code model on CMakeLists.txt savesCristian Adam2020-02-201-4/+8
* CMake: Do not start several parsing runs in parallelTobias Hunger2020-02-111-1/+1
* CMakePM: Fix handling of qml debuggingChristian Stenger2020-02-071-0/+3
* CMake/Qbs: Do not emit Project::fileListChanged()Christian Kandeler2020-02-071-2/+0
* CMake: Add LD_LIBRARY supportTobias Hunger2020-01-221-6/+15
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-2/+2
* CMake: Add heuristics to set "Run in Terminal" flagTobias Hunger2019-12-121-0/+1
* CMake: More logging of parsing starting/stoppedTobias Hunger2019-12-101-0/+13
* ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-0/+2
* ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-1/+1
* ProjectExplorer: Use a Kit to initialize KitInfohjk2019-11-201-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-55/+359
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-011-2/+0
|\
| * CMake: SimplifyNikolai Kosjar2019-11-011-2/+0
* | ProjectExplorer: Use a functor for BuildSystem creationhjk2019-10-251-4/+4
* | BuildSystem: Fix move semantics of ParseGuard and related codeTobias Hunger2019-10-081-0/+1
|/
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-2/+2
* ProjectExplorer: Add BuildSystem classTobias Hunger2019-08-291-110/+4
* CMake: Simplify based on Project::projectFileIsDirty signalTobias Hunger2019-08-161-0/+2
* CMake: Fix marking the parsing run as successfulTobias Hunger2019-08-141-0/+1
* CMake: Move code from CMakeProject into CMakeBuildSystemTobias Hunger2019-08-131-0/+483