aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Fix lupdate issuesEike Ziller2019-06-271-18/+28
* Valgrind: Handle CRLF appropriateChristian Stenger2019-06-131-1/+6
* Valgrind: Sanitize commandline parameter constructionhjk2019-06-051-9/+8
* Valgrind: Shuffle codehjk2019-06-041-41/+41
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-286-8/+8
* ExtensionSystem: Move away from QListEike Ziller2019-05-272-3/+3
* CMake build: Add ability to disable building of individual pluginsEike Ziller2019-05-231-9/+9
* Qt Creator CMake portCristian Adam2019-05-171-0/+63
* Valgrind: Use external test data if availableChristian Stenger2019-05-101-13/+33
* Fix build after 741950a3aadc199ca2f4491d66b04438001b6f59David Schulz2019-03-261-1/+1
* Valgrind: Restructure plugin setuphjk2019-03-2510-261/+286
* ProjectExplorer: Replace RunControl::producerhjk2019-03-202-4/+2
* Valgrind: Compile fix with Heobhjk2019-03-141-2/+3
* ProjectExplorer: Move RunControl related classes to separate file pairhjk2019-03-133-3/+3
* ProjectExplorer: Add RunControl accessor to configuration settingshjk2019-03-132-4/+5
* ProjectExplorer: Split RunControl constructorhjk2019-03-122-2/+4
* Avoid some visible uses of RunControl::runConfiguration()hjk2019-03-121-1/+1
* Squash more deprecation warningshjk2019-02-271-3/+3
* Replace static_casts by QOverload where possiblehjk2019-02-263-9/+9
* Fix Qt 5.13 deprecation warning about QFontMetrics::width()Friedemann Kleint2019-02-152-2/+2
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-3/+3
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* Don't detach temporariesAlessandro Portale2019-02-061-38/+38
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-285-10/+11
* fix compile after 0345bcb7ccb4d42bfa8544075c72d022a1ac8ffaDavid Schulz2019-01-251-1/+1
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-174-6/+6
* Fix warning: "Don't call QList::last() on temporary"Alessandro Portale2019-01-171-1/+1
* Callgrind: Fix enabling of KCachegrind actionOrgad Shaneh2019-01-031-4/+2
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-133-11/+10
* Valgrind: ModernizeAlessandro Portale2018-12-1053-294/+182
* Valgrind: Fix compile with older QtChristian Stenger2018-12-031-61/+61
* Valgrind: Fix compilation with older Qt versionsOrgad Shaneh2018-12-031-2/+2
* Callgrind: Support opening last results in KCachegrindOrgad Shaneh2018-12-0311-17/+93
* Valgrind: Strip QLatin1*Orgad Shaneh2018-12-0321-316/+315
* 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
|/
* Valgrind: Use multi-arg version of arg()Robert Loehning2018-10-231-2/+1
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-1/+1
* Merge remote-tracking branch 'origin/4.7' into 4.8Eike Ziller2018-09-261-2/+3
|\
| * Valgrind: Add target executable suffix to heob command lineHannes Domani2018-09-251-2/+3
* | ProjectExplorer: Split IRunConfigurationAspecthjk2018-09-184-11/+9
* | ProjectExplorer: Update "generic" run configuration aspectshjk2018-09-131-1/+1
* | ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-131-2/+1
* | ProjectExplorer: Remove RunConfigWidget wrapper classhjk2018-09-131-1/+1
* | ProjectExplorer: Remove direct runconfig dependency from ISettingsAspecthjk2018-09-115-28/+14
* | Debugger: Shift some perspective related API to the perspective classhjk2018-08-232-17/+13
* | Shift perspective ownership to pluginshjk2018-08-212-31/+30
* | ProjectExplorer: Remove RunWorker::setDisplayNamehjk2018-08-212-2/+2