summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrind
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-074-8/+8
* Various plugins: Limit the usage of qMakePairJarek Kobus2022-09-301-2/+2
* Use SPDX license identifiersLucie GĂ©rard2022-08-2624-576/+48
* Valgrind: Fix Qbs buildChristian Stenger2022-07-113-3/+3
* Valgrind: Use Tr::trhjk2022-07-1110-77/+61
* Valgrind: Inline CallGrindController into CallgrindToolRunnerhjk2022-05-312-280/+0
* Valgrind: Avoid a use of Runnable::devicehjk2022-05-251-9/+3
* Valgrind: Fix callgrind function call calculationChristian Stenger2022-05-241-1/+2
* Valgrind: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-206-20/+27
* ProjectExplorer: Introduce a IDevice::filePathhjk2022-05-101-3/+2
* Valgrind: Compile fixhjk2022-05-051-1/+1
* Valgrind: Use QtcProcess in callgrindhjk2022-05-052-31/+26
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-0/+2
* CallgrindController: Get rid of no-op codeJarek Kobus2022-03-242-45/+0
* ApplicationLauncher: Unify APIJarek Kobus2022-03-021-1/+1
* ApplicationLauncher: Treat DesktopDevice as localJarek Kobus2022-02-231-4/+1
* ApplicationLauncher: Remove start(IDevice *) overloadJarek Kobus2022-02-231-6/+5
* ProjectExplorer: Use simpler signature for ApplicationLauncher::processExited()hjk2022-02-152-4/+4
* ProjectExplorer: Split ApplicationLauncher::start() parametershjk2022-02-151-2/+3
* Remove qmake build filesEike Ziller2022-01-201-31/+0
* Remove unneeded SshConnection memberJarek Kobus2022-01-031-2/+1
* Uniform ApplicationLauncher API: get rid of finished()Jarek Kobus2021-11-102-21/+0
* Utils: Start adding some asynchronous API to FilePathhjk2021-09-011-4/+5
* Valgrind: Make callgrind work on dockerhjk2021-09-014-73/+48
* Valgrind: Remove some unused QObject parenthjk2021-08-272-4/+3
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-2/+2
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-1/+1
* Use Q_ENUM instead of obsoleted Q_ENUMSJarek Kobus2020-12-111-2/+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 QStringList forward declarationsEike Ziller2020-09-291-1/+0
* Fix build issues with Qt6Eike Ziller2020-09-182-3/+3
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-3/+3
* More small Qt 6 porting changeshjk2020-07-141-6/+1
* Some Qt6 portinghjk2020-07-092-6/+2
* All: Use Utils::SkipEmptyPartshjk2020-06-171-3/+4
* Port QtCreator over to use filterRegularExpressionLars Knoll2020-04-011-1/+1
* Some clang-tidy -use-modernize-nullptrhjk2019-08-012-2/+2
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* 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
|\