aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/extracompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: De-QObject-ify ExtraCompilerFactoryhjk2024-04-121-2/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Tasking: Fix some C++20 warnings about [=] capturesJarek Kobus2024-02-071-2/+2
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* ExtraCompiler: Reuse TaskTreeRunnerJarek Kobus2024-01-181-6/+4
* TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-5/+3
* TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-3/+3
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Simplify return statementsJarek Kobus2023-08-021-2/+2
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-2/+2
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-3/+4
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Tasking::Async: Rename Async into AsyncTaskJarek Kobus2023-05-031-3/+3
* FutureSynchronizer: Change the default value of cancelOnWait to trueJarek Kobus2023-04-261-0/+1
* All Plugins: Use global future synchronizerJarek Kobus2023-04-251-7/+3
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* ExtraCompiler: Use QPromise for async callsJarek Kobus2023-02-211-32/+30
* DiffEditor: Fix a crash when "No difference"Jarek Kobus2023-02-031-1/+1
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-271-7/+30
* ExtraCompiler: Start a task tree when modifying ui fileJarek Kobus2023-01-171-0/+1
* ExtraCompiler: Get rid of setCompileIssues()Jarek Kobus2023-01-111-40/+0
* ExtraCompiler: Expose TaskItem for compile taskJarek Kobus2023-01-111-73/+72
* 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
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-6/+10
* ProjectExplorer: FilePathify extracompiler.cpphjk2022-11-241-9/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: ProjectExplorer: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Get rid of no-op calls to QtcProcess::kill()Jarek Kobus2022-03-241-4/+1
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-1/+1
* Remove unneeded includes of QProcess from cpp filesJarek Kobus2021-11-011-2/+1
* Use QtcProcess for running extra compilersJarek Kobus2021-08-311-42/+38
* Don't update extra compilers individually after project loadEike Ziller2021-07-051-8/+10
* Remove ExtraCompilerFactoryObserverEike Ziller2021-06-301-19/+1
* Utils: Simplify FilePath::toFileInfo().lastModified() callshjk2021-06-221-2/+2
* ProjectExplorer: Use qAsConst w/ non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* remove pointless process state checkingOswald Buddenhagen2021-02-081-1/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
* Remove unneeded includesJarek Kobus2020-11-121-0/+1
* 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
|\