aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppcheck/cppcheckrunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cppcheck: Fix commandline usageChristian Stenger2024-05-311-1/+1
* Cppcheck: Quote file pathsChristian Stenger2024-05-281-5/+6
* Cppcheck: Finish progress bar on failChristian Stenger2024-05-281-1/+1
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-1/+1
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Change signature of waitForXxx() functionsJarek Kobus2024-01-231-1/+1
* Process: Use more rawStd{Out,Err} const methods instead of mutable onesJarek Kobus2024-01-211-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-101-1/+1
* CppCheck: Tr::tr and code cosmeticshjk2023-01-101-4/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Cppcheck: Do not start non-existing toolChristian Stenger2022-10-271-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CppcheckRunner: Connect to done() signal instead of finished()Jarek Kobus2022-06-211-42/+26
* Use QtcProcess in CppcheckRunnerJarek Kobus2021-11-051-2/+3
* CppCheck: Use more FilePathhjk2021-10-051-2/+2
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-1/+1
* CppCheck: Use line-based output callbackChristian Stenger2021-06-041-36/+7
* CppCheck: Fix getting output from QtcProcessChristian Stenger2021-06-031-16/+16
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-6/+5
* Use new, more evocative MessageManager APIEike Ziller2020-12-161-1/+1
* CppCheck: Split QProcess::start command line manuallyhjk2020-05-041-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-6/+6
* Utils: Encourage marking of raw command line parametershjk2019-06-061-1/+1
* Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-291-1/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-8/+8
* Utils: RemoveFileName::{size,count,length}hjk2019-05-101-1/+1
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* Cppcheck: Kill current check process only when neededSergey Morozov2018-09-301-4/+6
* Cppcheck: Reduce uses of autoOrgad Shaneh2018-09-261-7/+7
* Cppcheck: Add cppcheck static analysis toolSergey Morozov2018-09-181-0/+216