summaryrefslogtreecommitdiff
path: root/src/plugins/cppcheck/cppchecktool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Cppcheck: Escape error message format stringSergey Morozov2022-05-021-1/+1
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-9/+9
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-5/+5
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-261-1/+2
|\
| * CppTools: Code model fix for C++20, MSVC, and newer CMake versionsCristian Adam2021-08-201-1/+2
* | CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-2/+5
|/
* Use new, more evocative MessageManager APIEike Ziller2020-12-161-4/+4
* Utils: Fix matching wildcards to full pathsChristian Stenger2020-10-191-1/+2
* CppCheck: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-131-2/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-5/+5
* Cppcheck: Add ability to manually run cppcheckSergey Morozov2019-12-041-7/+7
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-2/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-8/+8
* Fix Utils::LanguageVersion::None handlingMarco Bubke2019-04-041-0/+2
* Utils: Move C++ language details from ProjectExplorer to UtilsMarco Bubke2019-01-151-1/+1
* CppTools/ProjectExplorer: Remove enum duplicationNikolai Kosjar2018-10-081-1/+1
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-0/+4
* Cppcheck: Kill current check process only when neededSergey Morozov2018-09-301-1/+1
* Cppcheck: Fix progress parsingSergey Morozov2018-09-281-1/+1
* Cppcheck: Reduce uses of autoOrgad Shaneh2018-09-261-25/+22
* Cppcheck: Add cppcheck static analysis toolSergey Morozov2018-09-181-0/+324