aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/extracompiler.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: De-QObject-ify ExtraCompilerFactoryhjk2024-04-121-4/+3
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-4/+4
* Solutions: Long live Solutions!Jarek Kobus2023-05-171-1/+1
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-3/+3
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* All Plugins: Use global future synchronizerJarek Kobus2023-04-251-5/+1
* ExtraCompiler: Use QPromise for async callsJarek Kobus2023-02-211-2/+2
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-271-0/+3
* ExtraCompiler: Get rid of setCompileIssues()Jarek Kobus2023-01-111-2/+0
* ExtraCompiler: Expose TaskItem for compile taskJarek Kobus2023-01-111-25/+20
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* ExtraCompiler: Hide some methods in protected sectionJarek Kobus2023-01-031-8/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Use QtcProcess for running extra compilersJarek Kobus2021-08-311-5/+2
* Don't update extra compilers individually after project loadEike Ziller2021-07-051-3/+5
* Remove ExtraCompilerFactoryObserverEike Ziller2021-06-301-18/+0
* Remove unneeded includesJarek Kobus2020-11-121-1/+7
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-6/+6
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Utils: Rename FileName to FilePathhjk2019-05-281-22/+22
* ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-281-2/+2
* Observe the cration of extra compilerMarco Bubke2019-02-181-2/+22
* ProjectExplorer: Modernize even moreTobias Hunger2018-07-241-1/+2
* ProjectExplorer: Use override consistentlyTobias Hunger2018-05-071-2/+2
* ProjectExplorer: Remove target/BC listeners from ExtraCompilerUlf Hermann2018-01-091-2/+0
* ProjectExplorer: Use more concise code to register extra compilershjk2017-02-031-1/+1
* ProjectExplorer: Gracefully abort process upon ExtraCompiler deleteOrgad Shaneh2016-04-071-3/+5
* ExtraCompiler: Remove stored targets listOrgad Shaneh2016-03-151-5/+11
* ExtraCompiler: Run extra compiler in a threadTobias Hunger2016-03-111-3/+56
* ExtraCompiler: Store contents as Utf8Orgad Shaneh2016-02-181-2/+2
* ProjectExplorer: Allow extra compilers to post compile issuesUlf Hermann2016-02-161-0/+2
* Generalize support for extra compilersUlf Hermann2016-02-161-0/+94