aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrindengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Valgrind: Squash nested namespacesJarek Kobus2023-08-171-4/+2
* Valgrind: Rename ValgrindRunner -> ValgrindProcessJarek Kobus2023-08-171-2/+2
* Valgrind: Fix includesJarek Kobus2023-08-171-7/+2
* ValgrindRunner: Rename finished() into done()Jarek Kobus2023-08-161-1/+1
* Valgrind: Add toolargs to command, not to a string listhjk2023-05-261-12/+10
* Valgrind: Adapt to recent Aspect changeshjk2023-05-251-5/+5
* Valgrind: Do not start valgrind if it does not existChristian Stenger2023-05-171-1/+2
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-2/+2
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* Utils: More explicit host os use to make it stand outhjk2023-03-071-1/+1
* FilePath: Integrate FileStreamerManager for async i-faceJarek Kobus2023-03-071-1/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Add std::expected implementationMarcus Tillmanns2022-12-141-3/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Valgrind: Use Tr::trhjk2022-07-111-12/+13
* Valgrind: Stop parsing if file open failedOrgad Shaneh2022-06-241-1/+4
* Valgrind: Simplify internalsJarek Kobus2022-06-201-12/+5
* CallgrindToolRunner: Connect to done() signal instead of finished()Jarek Kobus2022-06-201-1/+1
* Valgrind: Clean up a bit after class mergehjk2022-06-011-56/+8
* Valgrind: Inline CallGrindController into CallgrindToolRunnerhjk2022-05-311-25/+163
* Valgrind: Inline ValgrindToolRunner::executablehjk2022-05-311-3/+3
* ProjectExplorer: Remove RunWorker::runnable()hjk2022-05-311-2/+2
* Valgrind: Make callgrind work on dockerhjk2021-09-011-11/+12
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Valgrind: Aspectify settingshjk2021-03-041-5/+5
* Valgrind: Allow specifying extra arguments to valgrind etchjk2021-02-171-0/+3
* ProjectExplorer: Store some aspect data by value in the RunControlhjk2019-09-051-6/+4
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* Valgrind: Strip QLatin1*Orgad Shaneh2018-12-031-6/+6
* ProjectExplorer: Remove RunWorker::setDisplayNamehjk2018-08-211-1/+1
* Valgrind: Use the majority way to register run workershjk2018-06-041-0/+4
* Valgrind: Keep tool names in the *ToolRunners onlyhjk2017-06-301-3/+1
* Valgrind: Merge ValgrindRunner and ValgrindProcesshjk2017-06-301-2/+1
* Valgrind: Remove CallgrindController's use of ValgrindProcesshjk2017-06-291-13/+18
* Valgrind: Add a ValgrindRunner member to the ValgrindToolRunner basehjk2017-06-261-6/+1
* Valgrind: Dissolve CallGrindRunnerhjk2017-06-221-10/+69
* Valgrind: Announce 'started', not 'stopped' on startuphjk2017-05-161-0/+1
* Valgrind: Move to new target/tool split for local setupshjk2017-05-021-18/+17
* Valgrind: Split MemCheck and CallGrind factorieshjk2016-05-101-2/+2
* Debugger: Merge debug mode and analyze modehjk2016-03-071-4/+4
* Debugger: Make Perspective status label globalhjk2016-03-021-6/+1
* Debugger: Remove return value from AnalyzerManager::createDockWidget()hjk2016-03-021-1/+1
* Analyzer: Rework the dock widget layout generationhjk2016-02-291-1/+1
* Move analyzerbase to debuggerhjk2016-02-251-1/+1
* Analyzer: Remove AnalyzerStartParameters from AnalyzerRunControl ctorhjk2016-01-201-3/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Analyzer: Slim down AnalyzerStartParametershjk2016-01-071-1/+1
* Valgrind: Show status messages permanently.Christian Kandeler2015-07-071-1/+1