aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/memchecktool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* Valgrind: Use new setup patternhjk2023-12-041-54/+50
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-2/+2
* Utils, all: Standardize on QtcSettingshjk2023-09-271-9/+10
* Replace QFile::exists by QFileInfo::existshjk2023-09-011-2/+2
* Valgrind: Rename valgrindrunner.{cpp,h} -> valgrindprocess.{cpp.h}Jarek Kobus2023-08-171-1/+1
* Valgrind: Rename ValgrindRunner -> ValgrindProcessJarek Kobus2023-08-171-5/+5
* Valgrind: Fix includesJarek Kobus2023-08-171-21/+13
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-1/+1
* Debugger: Rename debuggerkitinformation.{cpp,h}hjk2023-08-161-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Valgrind: Refactor ParserJarek Kobus2023-08-141-11/+10
* Valgrind: Split parse() into setIODevice() and start()Jarek Kobus2023-08-081-1/+2
* Valgrind: Merge parsers' finished() and internalError() signalsJarek Kobus2023-08-081-6/+6
* ValgrindPlugin: Use QList instead of QVectorJarek Kobus2023-08-081-3/+3
* ValgrindRunner: Hide ThreadedParserJarek Kobus2023-08-081-4/+3
* MemcheckToolRunner: Remove unused suppressionCount() signalJarek Kobus2023-08-081-3/+0
* Valgrind: Collapse project and global settings classeshjk2023-07-251-7/+7
* Valgrind: Fix valgrind settings persistencehjk2023-07-251-0/+3
* Valgrind: Save a few cycles in updateFromSettings()hjk2023-07-251-1/+4
* Valgrind: Move global settings handling closer to current patternhjk2023-07-241-5/+5
* ProjectExplorerPlugin: Use expected_str for canRunStartupProject()Jarek Kobus2023-07-071-8/+9
* Utils: Rework aspect implementationhjk2023-06-291-7/+6
* Valgrind: Add toolargs to command, not to a string listhjk2023-05-261-12/+10
* Valgrind: Adapt to recent Aspect changeshjk2023-05-251-11/+11
* Utils: Rework CheckableMessageBoxhjk2023-05-221-2/+1
* Valgrind: Do not start valgrind if it does not existChristian Stenger2023-05-171-1/+0
* Utils: Unify CheckableMessageBox and make it look more nativeMarcus Tillmanns2023-05-171-5/+5
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-1/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-5/+5
* Valgrind: Tr::tr()Alessandro Portale2023-02-101-58/+54
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Valgrind: Use named classes for run worker factorieshjk2023-01-061-8/+14
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-5/+5
* Utils: Replace FilePath part settershjk2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+2
* Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverloadJarek Kobus2022-07-201-6/+4
* Valgrind: Use Tr::trhjk2022-07-111-43/+44
* Code cosmeticshjk2022-06-241-0/+1
* Valgrind: Inline ValgrindToolRunner::executablehjk2022-05-311-1/+1
* ProjectExplorer: Derive RunControl::displayName from exectuablehjk2022-05-311-3/+1
* Dissolve RunControl::setRunnablehjk2022-05-311-3/+4
* Valgrind: Replace one use of Runnable::devicehjk2022-05-301-9/+4
* Debugger: Remove DebuggerRunTool::setInferiorDevice()hjk2022-05-301-1/+0