aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/tealeafreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid more deprecation warningshjk2019-07-051-1/+1
* More Utils::toSet/toListhjk2019-07-041-1/+1
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-1/+1
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-34/+34
* CMake: Avoid a temporary QFileInfohjk2019-05-281-1/+1
* CMake: Set the correct build system target to the project partChristian Stenger2019-05-271-1/+1
* More FileName::pathAppended()hjk2019-05-201-1/+1
* Utils: Make FileName::canonicalPath a memberhjk2019-05-201-2/+2
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-4/+2
* ProjectExplorer: Remove FileNode's isGenerated constructor boolhjk2019-02-251-2/+2
* CMakeProject: Prefer assignment to out parameterBernhard Beschow2019-01-271-5/+8
* CMakeProjectManager: ModernizeAlessandro Portale2018-11-251-1/+1
* ProjectExplorer: Rename compiler includes from System to BuiltInIvan Donchevskii2018-09-171-1/+1
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-1/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-05-281-2/+2
|\
| * Remove some lambdas from Utils::transform callsEike Ziller2018-05-281-2/+2
* | CMake: Do not crash when deleting cmake toolsTobias Hunger2018-05-281-9/+11
|/
* CMake: Do not sort nodesTobias Hunger2018-05-041-2/+0
* ProjectExplorer: Add FolderNode::addNestedNodes taking unique_ptrsTobias Hunger2018-05-041-13/+18
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-1/+1
* CMake: Fix build directoryTobias Hunger2017-10-271-9/+9
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-20/+19
* CppTools: Add target type information to project partChristian Stenger2017-09-181-0/+3
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-1/+1
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* AutoTest: Avoid guessing run configurationChristian Stenger2017-07-311-1/+1
* CMake: Fix cmake config can't be changed by user in tealeaf modeClaus Steuer2017-07-191-3/+2
* CMake: Set project file location in tealeaf modeClaus Steuer2017-07-191-2/+2
* CMake: Return an empty project tree if parsing failedTobias Hunger2017-06-231-0/+3
* CMake: The first build of a cmake project always fails in tealeaf modeClaus Steuer2017-06-201-0/+4
* AutoTest: Fix handling of multiple build targetsChristian Stenger2017-06-191-1/+1
* CMake: Filter duplicate files from tree in tealeaf modeTobias Hunger2017-05-191-1/+10
* ProjectNodes: Do not define a copy constructor for FileNodeTobias Hunger2017-05-041-1/+1
* CppTools: Add target information to ProjectPartTobias Hunger2017-03-151-0/+1
* CMake: Use a CMakeProjectNode as top level cmake nodeTobias Hunger2017-03-151-1/+1
* ProjectExplorer: Add a FolderNode::addNestedNode() functionhjk2017-03-141-1/+1
* CppTools: De-duplicate and rename function in ProjectPartNikolai Kosjar2017-03-091-1/+1
* CMake: Move CMakeProjectManager::findCbpFile to tealeafreader.cpphjk2017-02-281-3/+22
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-17/+18
* CMake: Reimplement CMakeCache.txt parsing in BuildDirManagerTobias Hunger2017-02-101-5/+8
* ProjectExplorer: Further tree node related simplificationhjk2017-01-301-5/+1
* CMake: Set project file information (when available)Tobias Hunger2017-01-271-0/+1
* ProjectExplorer: Slim down user side ProjectNode handlinghjk2017-01-261-15/+0
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-21/+12
* CMake: Pass const QList<const FileNode *> to Directory ReadersTobias Hunger2016-12-211-28/+21
* Cmake: Fix regular expressionChristian Stenger2016-12-131-3/+3
* CMake: Tealeafreader: Emit start signal before actually startingTobias Hunger2016-12-051-1/+1
* CMake: Cache cmake configuration only onceTobias Hunger2016-12-021-4/+3
* CMake: Check result of file openTobias Hunger2016-11-301-2/+4