aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/memchecktool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Use FilePath for some suppression fileshjk2021-10-051-10/+10
* Valgrind: Use FilePath in HeobDialoghjk2021-10-051-3/+3
* Valgrind: Simplify suppression file interfacehjk2021-09-271-1/+2
* Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-261-1/+1
* Utils: Introduce FilePath::normalizePathName()hjk2021-08-231-1/+1
* Valgrind: some more FilePath in heob codehjk2021-08-231-8/+11
* Use more FileUtils based file dialogshjk2021-08-191-4/+4
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-3/+3
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Valgrind: Create a SuppressionsAspecthjk2021-03-121-4/+4
* Valgrind: Aspectify settingshjk2021-03-041-14/+14
* Valgrind: Allow specifying extra arguments to valgrind etchjk2021-02-171-0/+2
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-1/+1
* Remove unused variablesJarek Kobus2020-11-201-0/+1
* Debugger: Provide keyboard shortcuts for "next" and "previous"Christian Kandeler2020-10-301-0/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+0
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-4/+4
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-2/+2
* ProjectExplorer: Replace a few foreach()hjk2020-03-021-1/+1
* ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-3/+0
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-1/+1
* Valgrind: Implement multiple setting profiles for heobHannes Domani2019-11-261-40/+163
* Valgrind: Minor code simplificationhjk2019-11-251-14/+12
* ProjectExplorer: Store some aspect data by value in the RunControlhjk2019-09-051-8/+6
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-3/+5
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-18/+28
|\
| * Fix lupdate issuesEike Ziller2019-06-271-18/+28
* | Valgrind: Fix compile on WindowsChristian Stenger2019-06-241-1/+1
* | ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-3/+3
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* Fix build after 741950a3aadc199ca2f4491d66b04438001b6f59David Schulz2019-03-261-1/+1
* Valgrind: Restructure plugin setuphjk2019-03-251-99/+107
* ProjectExplorer: Replace RunControl::producerhjk2019-03-201-2/+1
* Valgrind: Compile fix with Heobhjk2019-03-141-2/+3
* ProjectExplorer: Split RunControl constructorhjk2019-03-121-1/+2
* Replace static_casts by QOverload where possiblehjk2019-02-261-3/+3
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-3/+3
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+1
* fix compile after 0345bcb7ccb4d42bfa8544075c72d022a1ac8ffaDavid Schulz2019-01-251-1/+1
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-1/+1
* Valgrind: ModernizeAlessandro Portale2018-12-101-33/+33
* Valgrind: Strip QLatin1*Orgad Shaneh2018-12-031-5/+5
* 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-181-2/+1