aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/fileapiparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CMakePM: Update configuration failure messageCristian Adam2022-12-201-1/+3
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-1/+1
* CMakeProjectManager: Pass context object to lambda connectionsJarek Kobus2022-12-081-1/+1
* Remove a few now-unnecessary cleanPath in conjunction with resolvePathhjk2022-11-301-2/+2
* UI text: Fix UI text to follow the guidelinesLeena Miettinen2022-10-201-1/+1
* CMakeProjectManager: Limit the usage of std::make_pairJarek Kobus2022-09-301-2/+2
* CMake: Move to Tr::trhjk2022-09-301-45/+28
* FilePath: Return optional bytearray for file contentsEike Ziller2022-09-121-1/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Wrap various file system iteration flags and filtershjk2022-01-261-4/+1
* Utils: Add optional recursion for file system iterationhjk2022-01-181-1/+4
* 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