aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrind
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Handle CRLF appropriateChristian Stenger2019-06-131-1/+6
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-131-1/+1
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Fix warning: "Don't call QList::last() on temporary"Alessandro Portale2019-01-171-1/+1
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-132-10/+9
* Valgrind: ModernizeAlessandro Portale2018-12-1013-50/+29
* Callgrind: Support opening last results in KCachegrindOrgad Shaneh2018-12-033-7/+19
* Valgrind: Strip QLatin1*Orgad Shaneh2018-12-035-45/+45
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-091-3/+3
|\
| * Callgrind: Avoid an extra call to QDir::entryList()Orgad Shaneh2018-11-081-3/+3
* | Callgrind: Use member initializers and nullptrOrgad Shaneh2018-11-082-43/+21
|/
* Remove ApplicationLauncher::Modehjk2018-06-051-1/+0
* Finish merging Runnable and StandardRunnablehjk2018-05-232-5/+4
* Valgrind: Consistently use nullptrTobias Hunger2018-05-083-3/+3
* Valgrind: Use override consistentlyTobias Hunger2018-05-074-18/+18
* Valgrind: Fix callgrind parsing with git versionOrgad Shaneh2017-11-171-1/+3
* Valgrind: Init members of CallgrindControllerRobert Loehning2017-07-181-2/+2
* Valgrind: Remove CallgrindController's use of ValgrindProcesshjk2017-06-292-69/+96
* Valgrind: Fix Memcheck startup on remote linuxhjk2017-06-281-9/+9
* Valgrind: Dissolve CallGrindRunnerhjk2017-06-223-195/+1
* Valgrind: Check function early to avoid nullptr derefRobert Loehning2017-04-041-2/+5
* Valgrind: De-slotOrgad Shaneh2017-03-205-11/+4
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-3/+2
* Valgrind: Mark destructor of base class as virtualTobias Hunger2016-11-292-9/+5
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-1/+1
* Wholesale conversion to #pragma oncehjk2016-03-3015-60/+15
* Valgrind: Do not open a terminal for callgrind controlOrgad Shaneh2016-03-111-1/+1
* Valgrind: Clean up tools interface a bithjk2016-03-024-41/+14
* Valgrind: Remove unneeded 'slot' markup in CallgrindRunnerhjk2016-02-021-9/+4
* Valgrind: Simplify device setup and handlinghjk2016-02-021-4/+1
* Valgrind: Postpone the decision on whether its a local runhjk2016-02-021-1/+1
* Valgrind: Use StandardRunnable in ValgrindRunner and ValgrindProcesshjk2016-01-261-2/+0
* Valgrind: Prevent division by zeroOrgad Shaneh2016-01-262-4/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1928-476/+336
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-06-172-6/+4
|\
| * Valgrind: Fix possible crashesChristian Stenger2015-06-152-6/+4
* | Callgrind: avoid rude warningsNikita Baryshnikov2015-06-112-3/+3
|/
* Valgrind: Fix memory leakOrgad Shaneh2015-03-091-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1228-168/+168
|\
| * Update LicenseEike Ziller2015-01-1628-168/+168
* | Valgrind: Port to Qt5-style connectOrgad Shaneh2015-02-092-16/+16
* | Valgrind: Replace QDir::separator with slashOrgad Shaneh2015-02-021-3/+3
|/
* Adapt bugtracker URLEike Ziller2014-12-191-1/+1
* Valgrind: Do not reset events on pauseOrgad Shaneh2014-11-041-3/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1428-196/+224
|\
| * License updateEike Ziller2014-10-0928-196/+224
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-291-1/+1
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
|/
* Valgrind: Fix early deletion of processOrgad Shaneh2014-07-031-1/+1