summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/builddirmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove BuildDirManagerTobias Hunger2020-04-301-567/+0
* CMake: Disable switching between different readersTobias Hunger2020-04-301-50/+20
* CMake: Do not crash without a supported CMakeTobias Hunger2020-04-221-0/+7
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-10/+1
* Utils: Introduce FilePath::operator/(const QString &)hjk2020-04-091-2/+2
* BuildConfiguration: Add helper to create a build directoryTobias Hunger2020-03-201-4/+3
* CMake: Fix typo in symbol namesTobias Hunger2020-03-191-8/+9
* 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