aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/fileapireader.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-27/+43
* CMake: Move notification on outside cmake runs into FileApiReaderTobias Hunger2020-05-151-10/+33
* CMake: Clean up API of FileApiParserTobias Hunger2020-05-151-5/+5
* CMake: Remove BuildDirManagerTobias Hunger2020-04-301-0/+2
* CMake: Disable switching between different readersTobias Hunger2020-04-301-9/+2
* CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-13/+0
* CMake: Fix typo in symbol namesTobias Hunger2020-03-191-1/+1
* ProjectExplorer: Pass extra project files as QSethjk2020-03-031-2/+2
* CMakeBuildSystem: Don't re-update code model on CMakeLists.txt savesCristian Adam2020-02-201-12/+1
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* CMake: Fix build directory location in fileapi and tealeaf readerTobias Hunger2019-10-181-1/+1
* CMake: Write creators settings into build directoryTobias Hunger2019-10-181-2/+2
* CMake: Reset process in fileapi reader once it is doneTobias Hunger2019-10-081-0/+2
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-2/+2
* CMakeProjectManager: Work around deprecation warninghjk2019-08-301-1/+1
* CMake: Simplify based on Project::projectFileIsDirty signalTobias Hunger2019-08-161-0/+5
* CMake: More logging of cmake parsing flagsTobias Hunger2019-08-091-1/+1
* CMake: Make fileapi not race against its own reply file detectionTobias Hunger2019-07-251-0/+2
* CMake: Update code to decide whether to run cmake in fileapi modeTobias Hunger2019-07-231-5/+16
* CMake: Add an option to override cmake reader typeTobias Hunger2019-06-201-1/+1
* CMake: Add initial fileapireader classTobias Hunger2019-06-201-0/+283