summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/tealeafreader.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Remove tealeaf reader modeTobias Hunger2020-02-191-528/+0
* CMake: Fix build directory location in fileapi and tealeaf readerTobias Hunger2019-10-181-1/+1
* CMake: Write creators settings into build directoryTobias Hunger2019-10-181-1/+2
* CppTools: Move RawProjectPart to ProjectExplorerEike Ziller2019-09-111-5/+5
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-2/+2
* CMake: Simplify based on Project::projectFileIsDirty signalTobias Hunger2019-08-161-66/+5
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-121-1/+1
|\
| * Avoid more deprecation warningshjk2019-07-051-1/+1
* | Make the project managers tell the code model about include pathsChristian Kandeler2019-07-121-1/+3
* | Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-041-1/+1
|\ \ | |/
| * More Utils::toSet/toListhjk2019-07-041-1/+1
* | CMake: Simplify buildkey generationTobias Hunger2019-06-201-1/+1
* | CMake: Add an option to override cmake reader typeTobias Hunger2019-06-201-3/+1
* | CMake: Add initial fileapireader classTobias Hunger2019-06-201-5/+7
* | CMake: Unify error reporting for builddirmanager's information retrievalTobias Hunger2019-06-131-8/+11
* | CMake: Make sure to run cmake when that is requestedTobias Hunger2019-06-121-2/+2
* | CMake: Factor out code to run cmake from tealeafreaderTobias Hunger2019-06-071-147/+14
* | CMake: Make all readers use isReadyNow() signalTobias Hunger2019-06-071-0/+6
* | Utils: Encourage marking of raw command line parametershjk2019-06-061-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