index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
valgrind
/
valgrindmemcheckparsertest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use more std::chrono and std::chrono_literals namespaces
Jarek Kobus
2024-01-23
1
-1
/
+2
*
Process: Change signature of waitForXxx() functions
Jarek Kobus
2024-01-23
1
-1
/
+1
*
Valgrind: Move test object creation closer to tested code
hjk
2024-01-19
1
-6
/
+46
*
Valgrind: Rename valgrindrunner.{cpp,h} -> valgrindprocess.{cpp.h}
Jarek Kobus
2023-08-17
1
-1
/
+1
*
Valgrind: Rename ValgrindRunner -> ValgrindProcess
Jarek Kobus
2023-08-17
1
-9
/
+9
*
Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunData
Jarek Kobus
2023-08-17
1
-3
/
+3
*
ValgrindRunner: Employ task tree internally
Jarek Kobus
2023-08-16
1
-4
/
+2
*
Valgrind: Refactor Parser
Jarek Kobus
2023-08-14
1
-16
/
+16
*
Valgrind test: Use Utils::Process instead of QProcess
Jarek Kobus
2023-08-10
1
-10
/
+6
*
Valgrind: Make Parser's API similar to the ThreadedParser's API
Jarek Kobus
2023-08-09
1
-15
/
+16
*
ValgrindMemcheckParserTest: Fix const correctness
Jarek Kobus
2023-08-08
1
-12
/
+13
*
ValgrindPlugin: Use QList instead of QVector
Jarek Kobus
2023-08-08
1
-10
/
+10
*
Valgrind test: Hide Recorder and Dumper in cpp file
Jarek Kobus
2023-08-08
1
-22
/
+58
*
Valgrind: Use QMetaEnum for parsing enum values
Jarek Kobus
2023-07-25
1
-1
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Get rid of unneeded includes of RunControl
Jarek Kobus
2022-10-25
1
-0
/
+1
*
Various plugins: Limit the usage of qMakePair
Jarek Kobus
2022-09-30
1
-7
/
+5
*
Various: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*
Eike Ziller
2022-08-30
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-25
/
+2
*
ValgrindRunner: Remove ValgrindRunner::setDevice
hjk
2022-06-20
1
-7
/
+0
*
Valgrind: Remove expect to fail of a test
Christian Stenger
2022-04-05
1
-1
/
+0
*
Utils: Introduce a FilePath constructor from char arrays
hjk
2021-08-17
1
-2
/
+2
*
ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnable
hjk
2021-08-13
1
-3
/
+3
*
ProjectExplorer: Document source of test data for testAbiOfBinary_data
Alessandro Portale
2020-09-23
1
-0
/
+1
*
Utils: Add CommandLine convenience constructors
hjk
2019-07-23
1
-3
/
+3
*
Valgrind: Move to Utils::FilePath in some places
hjk
2019-07-23
1
-6
/
+5
*
ProjectExplorer: Use Utils::FileName for Runnable::executable
hjk
2019-06-21
1
-2
/
+3
*
Valgrind: Use external test data if available
Christian Stenger
2019-05-10
1
-13
/
+33
*
Valgrind: Modernize
Alessandro Portale
2018-12-10
1
-2
/
+2
*
Finish merging Runnable and StandardRunnable
hjk
2018-05-23
1
-3
/
+3
*
Valgrind: Fix unit test
Christian Stenger
2018-05-09
1
-1
/
+2
*
Valgrind: Fix plugin unit tests
Christian Stenger
2017-07-04
1
-0
/
+1
*
Valgrind: Make the (threaded) parser a proper member of the runner
hjk
2017-06-23
1
-9
/
+2
*
Valgrind: Merge MemCheckRunner and ValgrindRunner base
hjk
2017-06-23
1
-12
/
+7
*
Remove spaces in initializer lists
Tim Jenssen
2017-02-22
1
-2
/
+2
*
Fix linkage on msvc2015
Thomas Hartmann
2017-02-09
1
-0
/
+6
*
Valgrind: Modernize code
Christian Stenger
2017-02-09
1
-78
/
+72
*
Valgrind: Fix Qbs build
Christian Stenger
2016-12-19
1
-0
/
+4
*
Valgrind: Move some memcheck auto tests into plugin
Christian Stenger
2016-12-16
1
-0
/
+543