aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/fileapiparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Allow loading of projects that do not have any targetsCristian Adam2021-09-161-7/+0
* CMake: correctly track remote cmake filesDavid Schulz2021-09-131-1/+1
* CMake: parse remote json filesDavid Schulz2021-09-091-5/+1
* Utils: Rename FilePath::absolutePath(FilePath) to resolvePathhjk2021-09-091-1/+1
* CMakePM: Do not treat generated files as project filesCristian Adam2021-09-021-2/+2
* CMakePM: Fix build library search path with CMake 3.20+Cristian Adam2021-08-201-0/+7
* CMake: Simplify CMakeConfigItem::toBool() usehjk2021-07-211-1/+1
* CMake: Use FilePath::dirEntries file api parserhjk2021-06-291-7/+3
* CMake: Use FilePath::ensureExistingFile in file APIhjk2021-06-291-8/+2
* CMake: Use local paths with file system watcherhjk2021-06-291-1/+1
* CMake: Use FilePath in FileApi{Reader,Parser}hjk2021-06-161-12/+8
* CMake: Use Utils::FilePath in fileapi parser and readerhjk2021-06-091-29/+37
* CMake: cancel file api parsingEike Ziller2021-06-011-3/+21
* CMakePM: Better error message when CMake file-api config is missingCristian Adam2021-03-231-1/+15
* CMakePM: Use case insensitive search for file-api configurationCristian Adam2021-03-051-1/+3
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-10/+25
* CMake: Use new MessageManager APIEike Ziller2020-12-041-4/+5
* CMakePM: Start integrating ctestChristian Stenger2020-11-091-0/+1
* Use IDE_DISPLAY_NAMERobert Loehning2020-08-031-1/+3
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-151-1/+1
|\
| * CMake: Do not treat project with the empty string as a name as invalidTobias Hunger2020-06-111-1/+1
* | CMake: Improve debugging output when parsing projects from file-apiTobias Hunger2020-06-111-2/+3
* | CMake: Move notification on outside cmake runs into FileApiReaderTobias Hunger2020-05-151-27/+0
* | CMake: Clean up API of FileApiParserTobias Hunger2020-05-151-34/+27
* | CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-2/+0
|/
* CMake: Fix UI text according to the guidelinesLeena Miettinen2020-03-111-1/+1
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* CMake: Fix UI textLeena Miettinen2019-10-281-18/+18
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-3/+4
* CMake: Make fileapi not race against its own reply file detectionTobias Hunger2019-07-251-11/+6
* CMake: Update code to decide whether to run cmake in fileapi modeTobias Hunger2019-07-231-1/+14
* CMake: Add initial fileapireader classTobias Hunger2019-06-201-0/+947