| Commit message (Expand) | Author | Age | Files | Lines |
| * | CPlusPlus: Support explicit object parameters | Christian Kandeler | 2025-08-27 | 1 | -1/+1 |
| * | CppCheck: Replace a potentially bad use of FilePath::toUrlishString() | hjk | 2025-08-05 | 1 | -2/+1 |
| * | ProjectExplorer: Use FilePath as storage in HeaderPaths | hjk | 2025-07-21 | 1 | -1/+1 |
| * | CppEditor: Change QVector to QList | hjk | 2025-04-09 | 1 | -1/+1 |
| * | Utils: Rename FilePath::toString() into toUrlishString() | hjk | 2025-01-10 | 1 | -2/+2 |
| * | Cppcheck: Fix handling of settings | Christian Stenger | 2024-06-14 | 1 | -20/+18 |
| * | Cppcheck: Fix handling of default executable | Christian Stenger | 2024-06-03 | 1 | -1/+1 |
| * | Cppcheck: Finish progress bar on fail | Christian Stenger | 2024-05-28 | 1 | -0/+8 |
| * | CppCheck: Rename options to settings | hjk | 2023-07-18 | 1 | -1/+1 |
| * | CppCheck: Use new settings pattern | hjk | 2023-07-18 | 1 | -22/+23 |
| * | CppEditor: Make a few CppModelManager functions static | hjk | 2023-07-12 | 1 | -1/+1 |
| * | Use more FilePathAspect | hjk | 2023-05-19 | 1 | -1/+1 |
| * | CppCheck: Rework settings handling | hjk | 2023-05-16 | 1 | -28/+23 |
| * | CppEditor: Use FilePath for ProjectPath::m_sourceFiles | hjk | 2023-01-11 | 1 | -6/+6 |
| * | CppCheck: Tr::tr and code cosmetics | hjk | 2023-01-10 | 1 | -8/+8 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Cppcheck: Escape error message format string | Sergey Morozov | 2022-05-02 | 1 | -1/+1 |
| * | Rename QtSupport::BaseQtVersion to QtVersion | hjk | 2022-01-24 | 1 | -1/+1 |
| * | Merge CppTools into CppEditor | Christian Kandeler | 2021-09-01 | 1 | -9/+9 |
| * | CppTools: Use only const pointers for ProjectInfo and ProjectPart | Christian Kandeler | 2021-08-27 | 1 | -5/+5 |
| * | Merge remote-tracking branch 'origin/5.0' | Eike Ziller | 2021-08-26 | 1 | -1/+2 |
| |\ |
|
| | * | CppTools: Code model fix for C++20, MSVC, and newer CMake versions | Cristian Adam | 2021-08-20 | 1 | -1/+2 |
| * | | CppTools: Turn some classes into pure value types | Christian Kandeler | 2021-08-13 | 1 | -2/+5 |
| |/ |
|
| * | Use new, more evocative MessageManager API | Eike Ziller | 2020-12-16 | 1 | -4/+4 |
| * | Utils: Fix matching wildcards to full paths | Christian Stenger | 2020-10-19 | 1 | -1/+2 |
| * | CppCheck: Replace QRegExp by QRegularExpression | Christian Stenger | 2020-07-13 | 1 | -2/+4 |
| * | Core/Utils: Migrate further to Utils::Id | hjk | 2020-07-06 | 1 | -1/+1 |
| * | Utils: Rename FilePathList to simply FilePaths | hjk | 2019-12-18 | 1 | -5/+5 |
| * | Cppcheck: Add ability to manually run cppcheck | Sergey Morozov | 2019-12-04 | 1 | -7/+7 |
| * | CppTools: Move QtVersion and BuildTargetType | Eike Ziller | 2019-09-10 | 1 | -2/+1 |
| * | Utils: Rename FileName to FilePath | hjk | 2019-05-28 | 1 | -8/+8 |
| * | Fix Utils::LanguageVersion::None handling | Marco Bubke | 2019-04-04 | 1 | -0/+2 |
| * | Utils: Move C++ language details from ProjectExplorer to Utils | Marco Bubke | 2019-01-15 | 1 | -1/+1 |
| * | CppTools/ProjectExplorer: Remove enum duplication | Nikolai Kosjar | 2018-10-08 | 1 | -1/+1 |
| * | Toolchains: Detect unspecified language version | Nikolai Kosjar | 2018-10-08 | 1 | -0/+4 |
| * | Cppcheck: Kill current check process only when needed | Sergey Morozov | 2018-09-30 | 1 | -1/+1 |
| * | Cppcheck: Fix progress parsing | Sergey Morozov | 2018-09-28 | 1 | -1/+1 |
| * | Cppcheck: Reduce uses of auto | Orgad Shaneh | 2018-09-26 | 1 | -25/+22 |
| * | Cppcheck: Add cppcheck static analysis tool | Sergey Morozov | 2018-09-18 | 1 | -0/+324 |