| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -2/+2 |
| * | CppEditor: optimize indent after lambda capture | David Schulz | 2025-11-11 | 1 | -0/+1 |
| * | CppEditor: reset indent if '(' is the only non comment token in a line | David Schulz | 2025-10-14 | 1 | -12/+67 |
| * | CppEditor: Fix restoring indentation after braced initialization | Christian Kandeler | 2025-10-08 | 1 | -0/+1 |
| * | CppEditor: add Token::isRawStringLiteral convenience function | David Schulz | 2025-07-23 | 1 | -5/+2 |
| * | CppEditor: Treat some function-like built-ins like functions | Christian Kandeler | 2025-04-03 | 1 | -0/+4 |
| * | CppEditor: Support constexpr-if in code formatter | Christian Kandeler | 2025-04-01 | 1 | -0/+1 |
| * | Editor: move block related infos out of the layout | David Schulz | 2025-04-01 | 1 | -12/+9 |
| * | CppEditor: Remove unused method | Jarek Kobus | 2024-12-19 | 1 | -6/+0 |
| * | CppEditor: Support try/catch in built-in indenter | Christian Kandeler | 2024-03-15 | 1 | -0/+13 |
| * | CppEditor: Try to handle "declaration macros" | Christian Kandeler | 2024-03-11 | 1 | -7/+25 |
| * | CppEditor: Let users provide statement macros | Christian Kandeler | 2024-03-07 | 1 | -1/+4 |
| * | Merge remote-tracking branch 'origin/13.0' | Eike Ziller | 2024-02-27 | 1 | -0/+1 |
| |\ |
|
| | * | CppEditor: Fix indentation with inline namespaces | Christian Kandeler | 2024-02-23 | 1 | -0/+1 |
| * | | CppEditor: Fix indentation of function call arguments | Christian Kandeler | 2024-02-26 | 1 | -1/+1 |
| |/ |
|
| * | CPlusPlus: Add support for coroutines | Christian Kandeler | 2023-03-06 | 1 | -0/+2 |
| * | 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 |
| * | CppEditor: Remove foreach / Q_FOREACH usage | Artem Sokolovskii | 2022-05-06 | 1 | -2/+2 |
| * | CppEditor: Fix indentation for structured binding | GPery | 2022-03-29 | 1 | -0/+1 |
| * | CppEditor: Prevent indenting inside all variants of raw string literals | Christian Kandeler | 2022-03-28 | 1 | -2/+5 |
| * | CppEditor: Fix indentation problem with raw string literals | Christian Kandeler | 2021-12-13 | 1 | -0/+3 |
| * | Merge CppTools into CppEditor | Christian Kandeler | 2021-09-01 | 1 | -0/+1709 |