aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/tealeafreader.h
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove tealeaf reader modeTobias Hunger2020-02-191-92/+0
* Add final specifies to classesIgor Sidorov2020-02-051-1/+1
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-1/+1
* CMake: Simplify based on Project::projectFileIsDirty signalTobias Hunger2019-08-161-3/+1
* CMake: Add initial fileapireader classTobias Hunger2019-06-201-4/+3
* CMake: Unify error reporting for builddirmanager's information retrievalTobias Hunger2019-06-131-4/+5
* CMake: Make sure to run cmake when that is requestedTobias Hunger2019-06-121-1/+1
* CMake: Factor out code to run cmake from tealeafreaderTobias Hunger2019-06-071-8/+3
* CMake: Make all readers use isReadyNow() signalTobias Hunger2019-06-071-0/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* CMakeProject: Prefer assignment to out parameterBernhard Beschow2019-01-271-4/+4
* ProjectExplorer: Add FolderNode::addNestedNodes taking unique_ptrsTobias Hunger2018-05-041-1/+1
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-6/+3
* CMake: Use a CMakeProjectNode as top level cmake nodeTobias Hunger2017-03-151-1/+1
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-1/+1
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-3/+3
* CMake: Pass const QList<const FileNode *> to Directory ReadersTobias Hunger2016-12-211-1/+1
* CMake: Cache cmake configuration only onceTobias Hunger2016-12-021-2/+1
* CMake: separate processing C and C++ flags in TeaLeafReaderAlexander Drozdov2016-11-251-3/+12
* CMake: Move code to read CMakeCache.txt into CMakeItem classTobias Hunger2016-11-171-2/+0
* CMake: Project tree for server mode dataTobias Hunger2016-11-141-1/+1
* CMake: Pass scanned files on to builddirreadersTobias Hunger2016-11-141-1/+2
* CMake: Implement different backends to run cmakeTobias Hunger2016-10-311-0/+93