| Commit message (Expand) | Author | Age | Files | Lines |
| * | CppEditor: Allow to generate function definition from friend decl | Christian Kandeler | 2025-10-07 | 1 | -2/+5 |
| * | CppEditor: Fix handling inline namespaces | Christian Kandeler | 2025-08-12 | 1 | -5/+4 |
| * | CppEditor: Add support for refactoring classes with concepts | Masoud Jami | 2024-11-12 | 1 | -12/+21 |
| * | LookupContext: Replace QSharedPointer with std::shared_ptr | Jarek Kobus | 2024-02-06 | 1 | -14/+11 |
| * | Various plugins: Replace QMap with QHash | Jarek Kobus | 2024-01-29 | 1 | -2/+1 |
| * | Fix occurrences of the contains/insert anti-pattern | Christian Kandeler | 2023-06-23 | 1 | -26/+12 |
| * | Replace GPL-3.0 with GPL-3.0-only | Kai Köhne | 2023-01-10 | 1 | -1/+1 |
| * | CppEditor: More migration to FilePath | hjk | 2022-12-14 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/9.0' | Eike Ziller | 2022-12-12 | 1 | -1/+1 |
| |\ |
|
| | * | CppTypeHierarchy: Don't keep pointers to temp objects | Jarek Kobus | 2022-12-07 | 1 | -1/+1 |
| * | | CPlusPlus: Do not try to qualify the names of template parameters | Christian Kandeler | 2022-12-01 | 1 | -0/+2 |
| * | | CppEditor: Another name minimalization fix | Christian Kandeler | 2022-12-01 | 1 | -30/+43 |
| * | | CppEditor: Proliferate FilePath use | hjk | 2022-11-24 | 1 | -8/+6 |
| |/ |
|
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | CppEditor: Remove extra CPlusPlus::Class member | Christian Kandeler | 2022-09-16 | 1 | -4/+1 |
| * | CppEditor: Store typedefed name for anonymous structs | Christian Kandeler | 2022-09-15 | 1 | -1/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | Utils: More porting.h related changes | hjk | 2022-07-14 | 1 | -2/+0 |
| * | Utils: Collapse most of porting,h | hjk | 2022-07-13 | 1 | -2/+2 |
| * | CPlusPlus: Drop the OverView::operator() overloads | hjk | 2022-06-28 | 1 | -5/+6 |
| * | CPlusPlus: Inline more simple Type related functions | hjk | 2022-06-28 | 1 | -4/+4 |
| * | CPlusPlus: Inline some simple central functions | hjk | 2022-06-24 | 1 | -28/+28 |
| * | CPlusPlus: Remove foreach / Q_FOREACH usage | Artem Sokolovskii | 2022-05-30 | 1 | -2/+2 |
| * | CPlusPlus: Remove foreach / Q_FOREACH usage | Artem Sokolovskii | 2022-05-20 | 1 | -19/+32 |
| * | Remove unused local variable in LookupContext::fullyQualifiedName | Ihor Ivlev | 2022-05-12 | 1 | -1/+0 |
| * | CppEditor: Fix "insert def from decl" for template return types | Christian Kandeler | 2021-10-27 | 1 | -15/+2 |
| * | Fix qHash-related size compatibility warnings by MSVC | Orgad Shaneh | 2021-10-20 | 1 | -2/+3 |
| * | CplusPlus: Fix minimal name construction | Christian Kandeler | 2021-02-09 | 1 | -4/+4 |
| * | CplusPlus: Fix minimal name construction | Christian Kandeler | 2021-01-29 | 1 | -12/+46 |
| * | CPlusPlus: Revert name minimization fix | Christian Kandeler | 2021-01-29 | 1 | -8/+2 |
| * | CplusPlus: Fix minimal name construction | Christian Kandeler | 2021-01-28 | 1 | -2/+9 |
| * | CppEditor: Support decl/def switch for conversion operators | Christian Kandeler | 2020-11-23 | 1 | -3/+19 |
| * | CppEditor: Remove using namespace quickfix: Don't insert inline namespaces | Leander Schulten | 2020-11-19 | 1 | -6/+13 |
| * | C++: Fix auto variable resolving for template class constructor call | Volodymyr Zibarov | 2020-06-22 | 1 | -0/+4 |
| * | Fix clang warnings about unwanted copies in range loops | Christian Kandeler | 2020-06-04 | 1 | -2/+1 |
| * | C++: fix built-in code model to work with shared_ptr on MSVC 2017 | Volodymyr Zibarov | 2020-05-29 | 1 | -25/+93 |
| * | Use isEmpty() instead of count() or size() | Alessandro Portale | 2020-01-20 | 1 | -1/+1 |
| * | Some clang-tidy -use-modernize-nullptr | hjk | 2019-08-01 | 1 | -40/+40 |
| * | Standardize on int for line and column values | hjk | 2019-07-26 | 1 | -32/+32 |
| * | More Utils::toSet/toList | hjk | 2019-07-04 | 1 | -1/+3 |
| * | Fix warning: "Don't call QVector::first() on temporary QList/QVector" | Alessandro Portale | 2019-01-28 | 1 | -1/+1 |
| * | C++: Limit number of nested class instantiations | Nikolai Kosjar | 2017-08-08 | 1 | -0/+2 |
| * | C++: Fix crash for invalid code | Nikolai Kosjar | 2017-07-06 | 1 | -8/+12 |
| * | Use qEnvironmentVariableIsEmpty or qEnvironmentVariableIsSet directly | Montel Laurent | 2017-04-19 | 1 | -1/+1 |
| * | C++: Avoid inline namespaces in generated code | Nikolai Kosjar | 2017-02-23 | 1 | -2/+37 |
| * | C++: Remove concurrent access to TemplateNameId | Nikolai Kosjar | 2016-11-04 | 1 | -7/+8 |
| * | CPlusPlus: fix gcc warning | Nikita Baryshnikov | 2016-05-13 | 1 | -2/+2 |
| * | C++: Guard against parent binding loop | Nikolai Kosjar | 2016-04-27 | 1 | -4/+14 |
| * | Update License according to agreement with Free Qt Foundation | Tobias Hunger | 2016-01-19 | 1 | -17/+12 |
| * | C++: Revert lookup to 3.4.2 | Nikolai Kosjar | 2015-11-19 | 1 | -724/+639 |