aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppcheck/cppcheckplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix lupdate issuesEike Ziller2025-09-291-1/+1
* ProjectExplorer: Add convenience accessors to some classesChristian Kandeler2025-01-231-3/+3
* Debugger: Merge analyzerconstants.h into debuggerconstants.hhjk2024-12-201-1/+1
* ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+1
* Cppcheck: Treat manual run settings as project settingsChristian Stenger2024-07-021-2/+55
* Cppcheck: Fix handling of settingsChristian Stenger2024-06-141-5/+3
* CppCheck: Use ActionBuilderhjk2024-02-011-14/+9
* CppCheck: Hide plugin class definition in .cpphjk2024-01-121-28/+34
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Various Plugins: Add context object into connectionsJarek Kobus2023-08-021-1/+1
* CppCheck: Move widget creation for manual run closer to its usehjk2023-07-191-3/+1
* CppCheck: Rename options to settingshjk2023-07-181-1/+1
* CppCheck: Use new settings patternhjk2023-07-181-5/+5
* CppCheck: Move to simpler setLayouter callshjk2023-05-311-2/+2
* CppCheck: Rework settings handlinghjk2023-05-161-6/+17
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-5/+6
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-6/+1
* CppCheck: Tr::tr and code cosmeticshjk2023-01-101-19/+16
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Fix lupdate issuesEike Ziller2022-10-141-1/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Code cosmeticshjk2022-06-241-3/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-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-02-271-1/+1
|\|
| * ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* | ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-1/+1
|/
* Cppcheck: Add ability to manually run cppcheckSergey Morozov2019-12-041-4/+124
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Cppcheck: Add cppcheck static analysis toolSergey Morozov2018-09-181-0/+67