aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppcheck
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix matching wildcards to full pathsChristian Stenger2020-10-191-1/+2
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-2/+2
* Various Qt6 portinghjk2020-07-161-1/+1
* CppCheck: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-132-3/+5
* Core/Utils: Migrate further to Utils::Idhjk2020-07-064-5/+5
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-041-1/+1
|\
| * CppCheck: Split QProcess::start command line manuallyhjk2020-05-041-1/+1
* | Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-191-5/+4
|\|
| * Fix lupdate issuesEike Ziller2020-03-181-5/+4
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-161-1/+1
|\|
| * CppCheck: Fix UI text according to the guidelinesLeena Miettinen2020-03-121-1/+1
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-271-1/+1
|\|
| * ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* | ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-1/+1
|/
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-071-1/+0
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-1/+1
* Utils: Rename FilePathList to simply FilePathshjk2019-12-1810-34/+34
* Fix cmake buildOrgad Shaneh2019-12-051-1/+1
* CppCheck: Fix compile for namespaced QtChristian Stenger2019-12-051-0/+2
* Cppcheck: Add ability to manually run cppcheckSergey Morozov2019-12-0420-131/+941
* Cppcheck: remove unused forward declarationLaurent Montel2019-10-182-5/+0
* CppTools: Move QtVersion and BuildTargetTypeEike Ziller2019-09-101-2/+1
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* 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-289-46/+46
* Qt Creator CMake portCristian Adam2019-05-171-0/+14
* Utils: RemoveFileName::{size,count,length}hjk2019-05-101-1/+1
* Fix Utils::LanguageVersion::None handlingMarco Bubke2019-04-041-0/+2
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* Utils: Move C++ language details from ProjectExplorer to UtilsMarco Bubke2019-01-151-1/+1
* Cppcheck: Use plural like in other stringsRobert Loehning2018-11-291-1/+1
* Fix missing translation contextsEike Ziller2018-10-251-0/+1
* CppCheck: Add a category text and icon to the Option pageAlessandro Portale2018-10-221-0/+4
* Cppcheck: Add missing space to translatable stringLeena Miettinen2018-10-191-1/+1
* CppTools/ProjectExplorer: Remove enum duplicationNikolai Kosjar2018-10-081-1/+1
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-0/+4
* qbs: Remove pointless ExtensionSystem dependency from pluginsNikolai Kosjar2018-10-081-1/+0
* Cppcheck: Kill current check process only when neededSergey Morozov2018-09-303-6/+8
* Cppcheck: Fix progress parsingSergey Morozov2018-09-281-1/+1
* Cppcheck: Reduce uses of autoOrgad Shaneh2018-09-266-55/+51
* Cppcheck: Replace another assertion with a conditionOrgad Shaneh2018-09-261-1/+2
* Cppcheck: Replace assertion with a conditionOrgad Shaneh2018-09-251-1/+2
* Cppcheck: Add cppcheck static analysis toolSergey Morozov2018-09-1820-0/+1916