aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-151-12/+19
|\
| * Fix a crash on shutdown inside CallgrindToolJarek Kobus2021-11-151-12/+19
* | Uniform ApplicationLauncher API: get rid of finished()Jarek Kobus2021-11-103-44/+1
* | Uniform ApplicationLauncher API: get rid of remoteProcessStarted()Jarek Kobus2021-11-101-4/+10
* | Uniform ApplicationLauncher API: get rid of remoteStderr/out()Jarek Kobus2021-11-091-25/+8
* | EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-2/+3
|/
* Valgrind: Use FilePath for some suppression fileshjk2021-10-056-48/+48
* Valgrind: Use FilePath in HeobDialoghjk2021-10-051-3/+3
* Valgrind: Simplify suppression file interfacehjk2021-09-273-88/+14
* Valgrind: Bring back label for suppression files list in settingshjk2021-09-161-1/+1
* Valgrind: Fix parsing of remote pidJarek Kobus2021-09-151-9/+9
* Remove unused includes of QThread from cpp filesJarek Kobus2021-09-131-1/+0
* Utils: Start adding some asynchronous API to FilePathhjk2021-09-011-4/+5
* Valgrind: Make callgrind work on dockerhjk2021-09-018-90/+71
* Valgrind: Remove some unused QObject parenthjk2021-08-272-4/+3
* Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-261-1/+1
* Use QtcProcessArtem Sokolovskii2021-08-251-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-193-16/+16
* Utils: Introduce a FilePath constructor from char arrayshjk2021-08-173-4/+4
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-137-17/+17
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-062-2/+2
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-1/+1
* Fix lupdate issuesEike Ziller2021-07-091-0/+2
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-091-1/+3
* Utils: filepathify fileutilsDavid Schulz2021-05-181-4/+4
* Utils: Move process arguments class out of QtcProcesshjk2021-05-112-2/+2
* Analyzer: Base ISettingsAspect on Utils::AspectContainerhjk2021-04-123-51/+38
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-162-10/+8
* Valgrind: Create a SuppressionsAspecthjk2021-03-125-252/+300
* Valgrind: Aspectify settingshjk2021-03-0411-1305/+387
* Valgrind: Do not save defaults to settingsEike Ziller2021-02-221-5/+14
* Valgrind: Allow specifying extra arguments to valgrind etchjk2021-02-177-173/+276
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Fix a couple of cmake issues for testingChristian Stenger2021-01-271-1/+1
* OutputFormatter: Reduce usages of DebugFormatChristian Stenger2021-01-211-3/+3
* Debugger: Rename 'AttachExternal' to 'AttachToLocalProcess'hjk2021-01-071-1/+1
* Use Q_ENUM instead of obsoleted Q_ENUMSJarek Kobus2020-12-111-2/+1
* Remove unneeded includeJarek Kobus2020-12-101-1/+0
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-251-0/+1
|\
| * Remove unused variablesJarek Kobus2020-11-201-0/+1
* | Don't access static functions/fields via instanceAlessandro Portale2020-11-191-2/+2
|/
* Silence the warning about comparing type with different signednessJarek Kobus2020-11-131-1/+1
* Remove unneeded includesJarek Kobus2020-11-121-1/+0
* Debugger: Provide keyboard shortcuts for "next" and "previous"Christian Kandeler2020-10-302-0/+2
* Qt6: Sprinkle QLatin1Strings for QStringView comparisonsEike Ziller2020-10-081-53/+51
* Remove unneeded QStringList forward declarationsEike Ziller2020-09-291-1/+0
* ProjectExplorer: Document source of test data for testAbiOfBinary_dataAlessandro Portale2020-09-231-0/+1
* Fix build issues with Qt6Eike Ziller2020-09-183-14/+14