summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakecbpparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FileName to FilePathhjk2019-05-281-15/+15
* Cmake: Use FileName::pathAppended()hjk2019-05-161-2/+1
* CMake: Remove CMakeBuildTarget::clear()hjk2019-05-141-1/+1
* ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-5/+4
* Fix warning: "Use midRef() instead of mid()"Alessandro Portale2019-01-171-2/+2
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* ProjectExplorer: Add FolderNode::addNestedNodes taking unique_ptrsTobias Hunger2018-05-041-18/+14
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-9/+9
* CMake: Fix clean targetTobias Hunger2017-04-031-9/+0
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* ProjectExplorer: Shorten space needed to store a FileTypeTobias Hunger2016-11-031-3/+3
* CMake: Use Utils::FileName where appropriateTobias Hunger2016-10-171-23/+25
* CMake: Cleanup CMakeCbpParserTobias Hunger2016-10-171-50/+46
* CMake: Only pass the path mapper to the cbp-parserTobias Hunger2016-10-171-34/+19
* CMake: Remove unnecessary members from CMakeTargetsTobias Hunger2016-10-061-7/+0
* CMake: Handle files being in multiple targets when parsing cbp filesTobias Hunger2016-08-251-11/+18
* CMake: Do not map all unknown build target types to "ExecutableType"Tobias Hunger2016-08-251-3/+12
* CMake: Improve parsing of unix makefile-based projectsTobias Hunger2016-03-071-1/+1
* CMakeCbpParser: Small cleanupsTobias Hunger2016-02-121-4/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CMake: Make sure there is a "clean" targetTobias Hunger2016-01-071-0/+10
* Consistently use Utils::FileNameListTobias Hunger2015-11-161-3/+1
* ProjectNode: Rename path() to filePath()Tobias Hunger2015-11-031-1/+1
* CMake: Reapply fix for finding the corresponding source directory.Tom Deblauwe2015-10-261-4/+22
* CodeBlocks: Take into account file target when explicitly specifiedwonder.mice2015-06-151-5/+17
* CMakeProjectManager: Support mapping chroot include pathsBenjamin Zeller2015-04-211-4/+32
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-04-131-23/+7
* CMakeProjectManager: Split up cmakeproject source filesBenjamin Zeller2015-03-101-0/+489