summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/fileapidataextractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMakePM: Display presets as part of the project outlineCristian Adam2023-05-121-0/+3
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-04-241-1/+1
|\
| * CMakePM: Add .h header files to .c source filesCristian Adam2023-04-191-1/+1
* | CMakePM: Only parse CMake files with the CMake parserCristian Adam2023-04-201-9/+14
* | CMakePM: Add new / existing source files to projectCristian Adam2023-04-201-0/+15
* | Avoid creation of temporary lists of ProjectNodeshjk2023-04-171-5/+2
* | CMakePM: Fix passing library search pathsChristian Stenger2023-04-171-1/+1
* | Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* | CMakeProjectManager: Add lib and app binaries to project treeChristian Kandeler2023-03-211-0/+23
* | Utils: More explicit host os use to make it stand outhjk2023-03-071-2/+2
|/
* CMake: Move settings storage closer to class implementationhjk2023-01-231-3/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Remove a few now-unnecessary cleanPath in conjunction with resolvePathhjk2022-11-301-3/+3
* RemoteLinux: Allow adding Qt to LD_LIBRARY_PATHhjk2022-10-181-5/+4
* CMakeProjectManager: Limit the usage of std::make_pairJarek Kobus2022-09-301-1/+1
* CMake: Move to Tr::trhjk2022-09-301-16/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* cmake: Add option to disable subfoldersMarcus Tillmanns2022-07-041-3/+15
* CMakePM: Treat .h files as compile group language header typesCristian Adam2022-06-191-9/+15
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-04-071-1/+12
|\
| * CMake: Add paths from target_link_directories to ((DY)LD_LIBRARY_)PATHEike Ziller2022-04-041-1/+12
* | Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
|/
* Don't call DocumentManager::addDocument() from non-main threadJarek Kobus2021-10-201-1/+1
* CMakePM: Add headers only on compiler groups without PCH sourcesCristian Adam2021-10-111-21/+37
* Optimize addTargets() methodJarek Kobus2021-10-081-2/+13
* Optimize setupLocationInfoForTargets()Jarek Kobus2021-10-081-2/+9
* CMakePM: Do not treat generated source files as project source filesCristian Adam2021-10-051-3/+18
* CMakePM: Scan files only on CMake configuration failureCristian Adam2021-10-011-26/+0
* CMakePM: Remove <Headers> virtual project nodeCristian Adam2021-09-271-27/+13
* CMakePM: Treat header files as project filesCristian Adam2021-09-231-2/+15
* CMake: use FilePaths to parse source and build dirDavid Schulz2021-09-131-21/+11
* CMake: correctly track remote cmake filesDavid Schulz2021-09-131-7/+3
* Utils: Rename FilePath::absolutePath(FilePath) to resolvePathhjk2021-09-091-4/+4
* CMakePM: Do not treat generated files as project filesCristian Adam2021-09-021-5/+7
* CMakePM: Fix build library search path with CMake 3.20+Cristian Adam2021-08-201-4/+12
* CMakePM: Add support for qtc_runnable featureCristian Adam2021-06-251-0/+2
* Avoid expanding QRC nodes in main threadEike Ziller2021-06-231-0/+3
* CMake: Collect also remote filenames from generateBuildTargets()hjk2021-06-141-13/+8
* Fix a copy-paste typoJarek Kobus2021-06-091-1/+1
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-2/+2
* Projects: Create QIcons in the UI threadEike Ziller2021-04-091-1/+2
* CMake: Don't add standard Linux paths to LD_LIBRARY_PATHEike Ziller2021-03-051-10/+30
* Fix various warnings about unused variables and functionsChristian Kandeler2021-01-261-0/+2
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-22/+4
* CMakeProjectManager: Fix issues with precompiled headersCristian Adam2021-01-141-10/+38
* Fix some warnings about unused parametersChristian Kandeler2020-12-141-0/+2
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-251-1/+0
|\
| * Remove unused variablesJarek Kobus2020-11-201-1/+0
* | CMakePM: Start integrating ctestChristian Stenger2020-11-091-0/+2