aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/builddirmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-2/+2
* ProjectExplorer: Pass extra project files as QSethjk2020-03-031-2/+2
* ProjectManager: Add convenience Task subclasseshjk2020-01-201-3/+2
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* CMake: More logging of parsing starting/stoppedTobias Hunger2019-12-101-0/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-21/+21
* CMake: Write creators settings into build directoryTobias Hunger2019-10-181-0/+24
* CMake: Polish configuration check dialogTobias Hunger2019-10-101-7/+15
* CMake: Make BuildDirManager a bit more robustTobias Hunger2019-10-101-1/+4
* CMake: Do not clear the reader needlesslyTobias Hunger2019-10-101-2/+0
* CMake: Wire up the readers only onceTobias Hunger2019-10-081-11/+22
* CMake: Add some more categorized loggingTobias Hunger2019-10-081-3/+13
* Cmake: Replace connect/disconnect of builddirmanagerhjk2019-09-161-19/+6
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-1/+1
* ProjectExplorer: Add BuildSystem classTobias Hunger2019-08-291-12/+45
* CMake: Simplify based on Project::projectFileIsDirty signalTobias Hunger2019-08-161-0/+27
* CMake: Fix CMakeCache.txt file detectionTobias Hunger2019-08-091-2/+3
* CMake: Simplify setting up a new readerTobias Hunger2019-08-091-15/+4
* CMake: More logging of cmake parsing flagsTobias Hunger2019-08-091-2/+37
* CMake: Move code from CMakeProject into CMakeBuildConfigurationTobias Hunger2019-08-051-2/+4
* CMake: Move builddirmanager into CMakeBuildConfigurationTobias Hunger2019-08-051-4/+10
* CMake: Request filesystem scan when cmake files changeTobias Hunger2019-07-301-1/+1
* CMake: Simplify reparsing logicTobias Hunger2019-07-301-11/+4
* CMake: Extract and show more CMake location information for targetsTobias Hunger2019-07-291-2/+4
* CMake: Remember file location of CMake target definitionsTobias Hunger2019-07-241-7/+16
* CMake: Fix inverted logic bugTobias Hunger2019-07-221-1/+1
* CMake: Add initial fileapireader classTobias Hunger2019-06-201-6/+5
* CMake: Unify error reporting for builddirmanager's information retrievalTobias Hunger2019-06-131-9/+15
* CMake: Make sure to run cmake when that is requestedTobias Hunger2019-06-121-3/+7
* CMake: Run cmake with all arguments when no CMakeCache.txt file is foundTobias Hunger2019-06-121-1/+3
* CMake: Store pointer to CMakeProject in BuildDirManagerTobias Hunger2019-06-071-12/+18
* CMake: Make all readers use isReadyNow() signalTobias Hunger2019-06-071-14/+11
* CMake: Use unique_ptr to manage builddirreaderTobias Hunger2019-06-061-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* Some more FileName::appendPath -> pathAppended() changeshjk2019-05-151-2/+3
* CMake: Clear up confusion in "Configuration has changed" message boxCristian Adam2019-02-271-2/+2
* CMakeProject: Prefer assignment to out parameterBernhard Beschow2019-01-271-4/+4
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-281-2/+0
|\
| * server-mode: Always try to read CMakeCache, even after errorTobias Hunger2018-05-221-2/+0
* | CMake: Do not crash when deleting cmake toolsTobias Hunger2018-05-281-4/+4
|/
* CMake: Report an error when project can not get parsedTobias Hunger2018-05-181-0/+6
* CMake: Enable switching between different temporary CMake configurationsTobias Hunger2017-10-241-17/+30
* CMake: Fix "CMake settings have changed on disk"Tobias Hunger2017-10-241-24/+23
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-135/+108
* CMake: Quieten soft-assert on small project loadsTobias Hunger2017-09-261-12/+3
* CMake: Add option to auto-create build directoriesTobias Hunger2017-09-201-3/+14
* CMake: Fix "CMake configuration changed on disk" dialogClaus Steuer2017-07-191-3/+4
* CMake: Do not check for changes if config was changed by the userClaus Steuer2017-07-191-3/+14
* CMake: Return an empty project tree if parsing failedTobias Hunger2017-06-231-4/+0
* CMake: Fix logic for target filteringTobias Hunger2017-06-211-4/+4