aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Introduce createDebuggerWorker and reuse itJarek Kobus2025-04-171-4/+7
* AutoTest: Replace a use of Target with BuildSystemChristian Kandeler2025-03-111-8/+8
* ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-18/+14
* AutoTest: Make RunConfigurationSelectionDialog more localhjk2025-02-131-8/+25
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-201-2/+2
* Debugger: Transform DebuggerRunParameters::displayNameJarek Kobus2025-01-101-1/+1
* Debugger: Transform DebuggerRunParameters::inferiorJarek Kobus2025-01-101-1/+1
* ProjectExplorer: Introduce a RunControl::start()hjk2024-12-201-1/+1
* TaskTree: Refactor For loopsJarek Kobus2024-09-161-2/+1
* Autotest: Replace occurrences of FilePath::toStringAndrii Semkiv2024-09-061-6/+9
* AutoTest: Support durations for all frameworksChristian Stenger2024-09-031-2/+2
* AutoTest: Display duration inside summary if availableChristian Stenger2024-08-291-0/+2
* TaskTree: Introduce For elementJarek Kobus2024-07-101-3/+3
* CommandLine: Use more 1-arg c'torJarek Kobus2024-05-161-1/+1
* AutoTest: Disable timeout by defaultChristian Stenger2024-04-231-2/+4
* ProjectExplorer: Make settings access more directhjk2024-04-121-6/+3
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* AutoTest: Reuse LoopListJarek Kobus2024-01-261-7/+6
* Use std::chrono for TaskProgress::setHalfLifeTimePerTaskEike Ziller2024-01-221-1/+2
* AutoTest: Reuse TaskTreeRunner for test runnerJarek Kobus2024-01-171-22/+19
* AutoTest: Merge group setup with process setupJarek Kobus2024-01-171-11/+6
* AutoTest: Reindent properly runTestsHelper() [part 2]Jarek Kobus2024-01-161-58/+58
* AutoTest: Reindent properly runTestsHelper() [part 1]Jarek Kobus2024-01-161-38/+38
* AutoTest: Use LoopRepeat for test runnerJarek Kobus2024-01-161-12/+17
* AutoTest: Hide plugin class definition in the .cpphjk2024-01-121-5/+5
* TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-1/+1
* TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-2/+2
* TaskTree: Rename workflow policiesJarek Kobus2023-11-071-2/+2
* TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-1/+0
* TaskTree: Get rid of unneeded done handlers' argumentsJarek Kobus2023-11-071-1/+1
* TaskTree: Use common done handlerJarek Kobus2023-11-061-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-1/+1
* Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-161-1/+1
* Autotest: Adapt to changed settings access pattern againhjk2023-07-101-6/+6
* RunControl: Remove initiateFinish() / finished()Jarek Kobus2023-07-041-2/+0
* TaskTree: Rename TaskAction into SetupResultJarek Kobus2023-06-211-3/+3
* AutoTest: Fix special handling for boost exitChristian Stenger2023-06-201-0/+3
* Translations: Call Tr::tr() where it shouldAlessandro Portale2023-06-091-1/+1
* TaskTree: Rename TaskItem into GroupItemJarek Kobus2023-06-061-1/+1
* TaskTree: Rename optional into finishAllAndDoneJarek Kobus2023-05-301-2/+2
* TaskTree: Replace usages of OnGroup... with onGroup... functionsJarek Kobus2023-05-191-1/+1
* TaskTree: Prepare for OnGroup... -> onGroup... renamingJarek Kobus2023-05-191-5/+5
* AutoTests: Aspectify parts of main settingshjk2023-05-121-6/+6
* TaskTree: Prepare for de-utils-ization - part 2Jarek Kobus2023-05-121-1/+1
* Remove unused includes of QFutureInterfaceJarek Kobus2023-05-041-2/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Tasking::Process: Rename Process into ProcessTaskJarek Kobus2023-05-031-1/+1