aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* CommandLine: Reuse new c'torJarek Kobus2 days2-7/+4
* Remove PluginManager::futureSynchronizer()Eike Ziller3 days1-3/+1
* CommandLine: Use more 1-arg c'torJarek Kobus8 days1-1/+1
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-286-6/+6
* Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-161-1/+1
* Valgrind: Keep multiple arg()Jarek Kobus2024-01-291-1/+1
* 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
* ProgressManager: Use std::chrono for timed tasksEike Ziller2024-01-221-1/+3
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* Valgrind: Move test object creation closer to tested codehjk2024-01-195-97/+106
* ValgrindProcess: Reuse TaskTreeRunnerJarek Kobus2024-01-151-11/+10
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-061-0/+3
|\
| * Valgrind: Fix stopping the Valgrind processJarek Kobus2023-11-271-0/+3
* | Valgrind: Use new setup patternhjk2023-12-045-148/+120
* | ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-241-1/+1
|\|
| * Valgrind: Fix accessing empty optionalChristian Stenger2023-11-241-1/+1
* | TaskTree: Rename TreeStorage<> -> Storage<>Jarek Kobus2023-11-201-1/+1
* | TaskTree: Get rid of Storage subclass of GroupItemJarek Kobus2023-11-201-2/+2
* | TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-175-11/+12
* | Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-1/+1
* | TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-1/+1
* | TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-5/+3
* | TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-1/+1
|/
* Valgrind: Fix QColor warningChristian Stenger2023-10-261-4/+3
* Fix UI text capitalization, punctuation, and phrasingLeena Miettinen2023-10-201-4/+4
* Utils, all: Standardize on QtcSettingshjk2023-09-272-10/+11
* Valgrind: Add missing error typeChristian Stenger2023-09-121-1/+2
* Replace QFile::exists by QFileInfo::existshjk2023-09-012-3/+3
* Plugins: And more Store and Keyhjk2023-08-251-1/+1
* Utils: Rename the new Storage to Storehjk2023-08-242-4/+4
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-232-4/+4
* TaskTree: Get rid of registration macrosJarek Kobus2023-08-172-4/+4
* Valgrind: Squash nested namespacesJarek Kobus2023-08-1746-191/+95
* ValgrindProcess: Make it taskableJarek Kobus2023-08-171-0/+13
* Valgrind: Rename valgrindrunner.{cpp,h} -> valgrindprocess.{cpp.h}Jarek Kobus2023-08-178-7/+7
* Valgrind: Rename ValgrindRunner -> ValgrindProcessJarek Kobus2023-08-179-52/+52
* Valgrind: Fix includesJarek Kobus2023-08-1722-126/+51
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-176-16/+16
* ValgrindRunner: Employ task tree internallyJarek Kobus2023-08-164-95/+137
* ValgrindRunner: Get rid of errorString()Jarek Kobus2023-08-162-7/+0
* Valgrind: Make socket parentless when passed to ParserJarek Kobus2023-08-161-0/+1
* ValgrindRunner: Rename finished() into done()Jarek Kobus2023-08-164-6/+7
* ValgrindRunner: Add valgrindCommand() helperJarek Kobus2023-08-161-26/+35
* ValgrindRunner: Add setupValgrindProcess() helperJarek Kobus2023-08-161-34/+39
* ValgrindRunner: Inline some slotsJarek Kobus2023-08-161-23/+15
* ValgrindRunner: Store the input data outside of the processJarek Kobus2023-08-161-11/+14
* ValgrindRunner: Get rid of valgrindExecuted() signalJarek Kobus2023-08-163-10/+2
* ValgrindRunner: Establish connections in private c'torJarek Kobus2023-08-161-9/+10