aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/extracompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-141-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-4/+4
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Enable macro editing for the Clang indexerMarco Bubke2019-06-131-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-19/+19
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-4/+4
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-02-191-2/+21
|\
| * Observe the cration of extra compilerMarco Bubke2019-02-181-2/+21
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
|/
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-5/+2
* ProjectExplorer: Remove target/BC listeners from ExtraCompilerUlf Hermann2018-01-091-38/+0
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-2/+2
* ProjectExplorer: Use more concise code to register extra compilershjk2017-02-031-6/+3
* Fix up QProcess::waitForFinished()Tobias Hunger2016-05-111-2/+2
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-2/+1
* ProjectExplorer: Gracefully abort process upon ExtraCompiler deleteOrgad Shaneh2016-04-071-9/+31
* ExtraCompiler: Remove stored targets listOrgad Shaneh2016-03-151-21/+23
* ExtraCompiler: Parent extra compilers to pluginsUlf Hermann2016-03-141-1/+5
* ExtraCompiler: Run extra compiler in a threadTobias Hunger2016-03-111-17/+134
* ExtraCompiler: Use a hash for contentsOrgad Shaneh2016-02-291-14/+9
* ExtraCompiler: Store contents as Utf8Orgad Shaneh2016-02-181-7/+6
* ProjectExplorer: Allow extra compilers to post compile issuesUlf Hermann2016-02-161-0/+43
* Generalize support for extra compilersUlf Hermann2016-02-161-0/+321