aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/fileapiparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix translatable stringEike Ziller2024-05-171-3/+4
* CMake: Add hint about additional error messagesMarcus Tillmanns2024-04-041-0/+1
* CMakePM: Refactor CMakeLists|Cache.txt as constantsCristian Adam2024-01-291-2/+3
* CMake: Fall back to reading CMakeCache.txtMarcus Tillmanns2024-01-081-1/+6
* CMakePM: clang-tidy fix for 'move-const-arg'Cristian Adam2023-10-201-2/+2
* CMakePM: clang-tidy fix for 'performance-implicit-conversion-in-loop'Cristian Adam2023-10-201-9/+9
* CMakePM: Add "[cmake] " prefix to all output messagesCristian Adam2023-10-051-3/+5
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-08-251-3/+2
|\
| * CMakePM: Only set cmake reply fileWatcher after CMake has runCristian Adam2023-08-241-3/+2
* | Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-08-231-1/+0
|\|
| * CMake: Remove outdated checkMarcus Tillmanns2023-08-221-1/+0
* | Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-08-031-15/+25
|\|
| * CMake/macOS: Fix framework paths with CMake >= 3.27Eike Ziller2023-08-021-15/+25
* | Reduce usage of app_version headerEike Ziller2023-06-261-5/+4
|/
* CMakeProjectManager: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-3/+4
* 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