aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/valgrindmemcheckparsertest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Valgrind: Move test object creation closer to tested codehjk2024-01-191-6/+46
* Valgrind: Rename valgrindrunner.{cpp,h} -> valgrindprocess.{cpp.h}Jarek Kobus2023-08-171-1/+1
* Valgrind: Rename ValgrindRunner -> ValgrindProcessJarek Kobus2023-08-171-9/+9
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-3/+3
* ValgrindRunner: Employ task tree internallyJarek Kobus2023-08-161-4/+2
* Valgrind: Refactor ParserJarek Kobus2023-08-141-16/+16
* Valgrind test: Use Utils::Process instead of QProcessJarek Kobus2023-08-101-10/+6
* Valgrind: Make Parser's API similar to the ThreadedParser's APIJarek Kobus2023-08-091-15/+16
* ValgrindMemcheckParserTest: Fix const correctnessJarek Kobus2023-08-081-12/+13
* ValgrindPlugin: Use QList instead of QVectorJarek Kobus2023-08-081-10/+10
* Valgrind test: Hide Recorder and Dumper in cpp fileJarek Kobus2023-08-081-22/+58
* Valgrind: Use QMetaEnum for parsing enum valuesJarek Kobus2023-07-251-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-0/+1
* Various plugins: Limit the usage of qMakePairJarek Kobus2022-09-301-7/+5
* Various: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-301-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+2
* ValgrindRunner: Remove ValgrindRunner::setDevicehjk2022-06-201-7/+0
* Valgrind: Remove expect to fail of a testChristian Stenger2022-04-051-1/+0
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-2/+2
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-3/+3
* ProjectExplorer: Document source of test data for testAbiOfBinary_dataAlessandro Portale2020-09-231-0/+1
* Utils: Add CommandLine convenience constructorshjk2019-07-231-3/+3
* Valgrind: Move to Utils::FilePath in some placeshjk2019-07-231-6/+5
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-2/+3
* Valgrind: Use external test data if availableChristian Stenger2019-05-101-13/+33
* Valgrind: ModernizeAlessandro Portale2018-12-101-2/+2
* Finish merging Runnable and StandardRunnablehjk2018-05-231-3/+3
* Valgrind: Fix unit testChristian Stenger2018-05-091-1/+2
* Valgrind: Fix plugin unit testsChristian Stenger2017-07-041-0/+1
* Valgrind: Make the (threaded) parser a proper member of the runnerhjk2017-06-231-9/+2
* Valgrind: Merge MemCheckRunner and ValgrindRunner basehjk2017-06-231-12/+7
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* Fix linkage on msvc2015Thomas Hartmann2017-02-091-0/+6
* Valgrind: Modernize codeChristian Stenger2017-02-091-78/+72
* Valgrind: Fix Qbs buildChristian Stenger2016-12-191-0/+4
* Valgrind: Move some memcheck auto tests into pluginChristian Stenger2016-12-161-0/+543