summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/fileapidataextractor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | CMakeProjectManager: Add File System virtual folderDmitriy Purgin2020-11-091-0/+24
|/
* CMake: Fix nested source groupsAaron Barany2020-06-241-1/+1
* Fix clang warnings about copies in range-for constructsChristian Kandeler2020-06-151-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-06-151-28/+43
|\
| * CMake: Do not treat project with the empty string as a name as invalidTobias Hunger2020-06-111-0/+2
| * CMake: Filter out non-directories from LD_LIBRARY_PATH/PATHTobias Hunger2020-06-101-28/+41
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-211-22/+6
|\ \ | |/
| * Revert "CMake: Pass on extra files to code model"Tobias Hunger2020-04-201-22/+6
* | CMake: Fix includes all over the CMake pluginTobias Hunger2020-04-201-3/+1
* | CMake: Rename some constantsTobias Hunger2020-04-171-1/+1
|/
* CMake: Pass on extra files to code modelTobias Hunger2020-04-161-6/+22
* CMakeProjectManager: (re)Fix clang code model when CMake PCHs are usedCristian Adam2020-04-091-9/+3
* CMake: Add LD_LIBRARY supportTobias Hunger2020-01-221-8/+34
* CMake: Support nested source_groupsTobias Hunger2020-01-141-16/+29
* CMake: Improve handling of source_groupsTobias Hunger2020-01-141-24/+35
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-01-031-1/+1
|\
| * CMake: Nest nodes below SourceGroups in Project treeTobias Hunger2019-12-201-1/+1
* | CMake: Add heuristics to set "Run in Terminal" flagTobias Hunger2019-12-121-0/+11
|/
* CMakeProjectManager: Fix clang code model when CMake PCHs are usedCristian Adam2019-10-221-8/+19
* CMake: Fileapi: Make ids unique per compile groupTobias Hunger2019-09-191-1/+5
* CMake: Support pre-compiled headers in CMake fileapi readerTobias Hunger2019-09-191-0/+13
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-6/+6
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-2/+2
* CMake: Extract and show more CMake location information for targetsTobias Hunger2019-07-291-68/+95
* ProjectNodes: Use QVector instead of QList for LocationInfoTobias Hunger2019-07-291-1/+1
* CMake: Fix working directory for targets in fileapi modeTobias Hunger2019-07-261-39/+37
* CMake: Report absolute paths to executables in fileapi modeTobias Hunger2019-07-251-4/+10
* CMake: Remember file location of CMake target definitionsTobias Hunger2019-07-241-0/+11
* Replace remaining Utils::FileName occurrences by Utils::FilePathhjk2019-07-231-1/+1
* CMake: Do not treat "Source Files" source file group specialTobias Hunger2019-06-211-1/+1
* CMake: Fix warning about unsigned expressionNikolai Kosjar2019-06-211-5/+5
* CMake: Simplify buildkey generationTobias Hunger2019-06-201-1/+1
* CMake: Avoid a bit of useless processing when updating the project treeTobias Hunger2019-06-201-6/+6
* CMake: Add initial fileapireader classTobias Hunger2019-06-201-0/+558