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
/
valgrindrunner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Valgrind: Move to Utils::FilePath in some places
hjk
2019-07-23
1
-13
/
+8
*
Replace remaining Utils::FileName occurrences by Utils::FilePath
hjk
2019-07-23
1
-1
/
+1
*
ProjectExplorer: Use Utils::FileName for Runnable::executable
hjk
2019-06-21
1
-3
/
+3
*
Valgrind: Use more Utils::CommandLine
hjk
2019-06-17
1
-14
/
+13
*
Valgrind: Sanitize commandline parameter construction
hjk
2019-06-05
1
-9
/
+8
*
Valgrind: Shuffle code
hjk
2019-06-04
1
-41
/
+41
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-1
/
+1
*
Fix warning: "Missing emit keyword on signal call"
Alessandro Portale
2019-01-17
1
-2
/
+2
*
Valgrind: Modernize
Alessandro Portale
2018-12-10
1
-1
/
+1
*
Remove ApplicationLauncher::Mode
hjk
2018-06-05
1
-1
/
+5
*
Finish merging Runnable and StandardRunnable
hjk
2018-05-23
1
-4
/
+4
*
Valgrind: Show full command-line on valgrind execution
Orgad Shaneh
2018-01-24
1
-0
/
+2
*
Make ApplicationLauncher report QStrings, not QByteArray
hjk
2017-07-14
1
-9
/
+9
*
Valgrind: Keep tool names in the *ToolRunners only
hjk
2017-06-30
1
-8
/
+0
*
Valgrind: Merge ValgrindRunner and ValgrindProcess
hjk
2017-06-30
1
-121
/
+203
*
Valgrind: Remove CallgrindController's use of ValgrindProcess
hjk
2017-06-29
1
-21
/
+23
*
Valgrind: Fix Memcheck startup on remote linux
hjk
2017-06-28
1
-26
/
+38
*
Valgrind: Make the (threaded) parser a proper member of the runner
hjk
2017-06-23
1
-6
/
+5
*
Valgrind: Merge MemCheckRunner and ValgrindRunner base
hjk
2017-06-23
1
-6
/
+103
*
Valgrind: Dissolve CallGrindRunner
hjk
2017-06-22
1
-1
/
+12
*
Fix valgrind with remote Linux hosts.
Christian Kandeler
2016-04-26
1
-0
/
+7
*
Valgrind: Do not open a terminal for callgrind control
Orgad Shaneh
2016-03-11
1
-1
/
+1
*
Debugger: Merge debug mode and analyze mode
hjk
2016-03-07
1
-2
/
+2
*
Valgrind: Remove MemcheckRunner::localHostAddressRetrieved() etc
hjk
2016-02-03
1
-7
/
+0
*
Valgrind: Simplify ValgrindRunner::Private setup
hjk
2016-02-02
1
-41
/
+21
*
Valgrind: Simplify device setup and handling
hjk
2016-02-02
1
-18
/
+6
*
Valgrind: Postpone the decision on whether its a local run
hjk
2016-02-02
1
-1
/
+1
*
Valgrind: Remove unused ValgrindRunner::Private:workingDirectory
hjk
2016-01-29
1
-1
/
+0
*
Valgrind: Use StandardRunnable in ValgrindRunner and ValgrindProcess
hjk
2016-01-26
1
-63
/
+15
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Analyzer: Slim down AnalyzerStartParameters
hjk
2016-01-07
1
-5
/
+0
*
Analyzer: Replace StartMode with a useStartupProject boolean
hjk
2015-06-17
1
-13
/
+14
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
Valgrind: Port to Qt5-style connect
Orgad Shaneh
2015-02-09
1
-16
/
+11
*
|
ProjectExplorer/Valgrind: Disambiguate signal name
Orgad Shaneh
2015-02-09
1
-1
/
+1
|
/
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
Valgrind: Support console applications
Orgad Shaneh
2014-05-08
1
-1
/
+14
*
Valgrind: Remove dialog asking for IP address.
Christian Kandeler
2014-05-08
1
-8
/
+23
*
Valgrind: Use QString for processOutput signal
Orgad Shaneh
2014-05-05
1
-2
/
+2
*
Incremented year in copyright info
Robert Loehning
2014-01-08
1
-1
/
+1
*
Analyzer: Merge Valgrind process classes
hjk
2013-07-11
1
-4
/
+1
*
Merge remote-tracking branch 'origin/2.6'
Oswald Buddenhagen
2013-01-31
1
-1
/
+1
|
\
|
*
Incremented year in copyright info
v2.6.2
Robert Loehning
2013-01-29
1
-1
/
+1
*
|
Valgrind: Compile with QT_NO_CAST_FROM_ASCII
Orgad Shaneh
2012-11-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/2.6'
Eike Ziller
2012-10-05
1
-22
/
+20
|
\
|
|
*
Adjust license headers
hjk
2012-10-05
1
-22
/
+20
*
|
Utils: Introduce HostOsInfo class.
Christian Kandeler
2012-08-27
1
-5
/
+5
|
/
*
Contact -> qt-project.org
Eike Ziller
2012-07-19
1
-3
/
+1
*
Move SSH support into a dedicated library.
Christian Kandeler
2012-05-22
1
-5
/
+5
[next]