summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/fileapidataextractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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