| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use QString::size() instead QString::length() | hjk | 2025-11-13 | 1 | -2/+2 |
| * | Replace most expected_str by Utils::Result | hjk | 2025-04-11 | 1 | -1/+1 |
| * | ProjectExplorer: Dissolve kitaspects.{h,cpp} | Christian Kandeler | 2024-11-20 | 1 | -1/+1 |
| * | ClangCodeModel: Fix displaying diagnostics containing array operators | Christian Kandeler | 2024-10-09 | 1 | -1/+8 |
| * | ClangCodeModel: Move compilation database creation to CppEditor | Christian Kandeler | 2024-09-02 | 1 | -175/+5 |
| * | Merge remote-tracking branch 'origin/14.0' | Eike Ziller | 2024-07-08 | 1 | -2/+0 |
| |\ |
|
| | * | ClangCodeModel: Allow empty project info list | Christian Kandeler | 2024-07-05 | 1 | -2/+0 |
| * | | Editor: remove TextDocumentManipulator | David Schulz | 2024-07-01 | 1 | -36/+1 |
| * | | Editor: Simplify TextDocumentManipulator | David Schulz | 2024-06-27 | 1 | -4/+3 |
| * | | CppEditor: Clean up cpptoolsreuse.{h,cpp} | Christian Kandeler | 2024-06-24 | 1 | -0/+1 |
| |/ |
|
| * | ClangUtils: Get rid of GenerateCompilationDbResult struct | Jarek Kobus | 2024-05-27 | 1 | -13/+17 |
| * | CppEditor: Move ClangdSettings into a dedicated set of files | Christian Kandeler | 2024-03-28 | 1 | -1/+1 |
| * | CppEditor: Introduce per-project code model settings | Christian Kandeler | 2024-03-15 | 1 | -4/+9 |
| * | CppEditor: Move some convenience functions to CppCodeModelSettings class | Christian Kandeler | 2024-03-12 | 1 | -1/+1 |
| * | All: More ToolChain->Toolchain renamings | hjk | 2024-01-19 | 1 | -3/+3 |
| * | ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp} | hjk | 2023-08-15 | 1 | -1/+1 |
| * | More deprecation induced busywork | hjk | 2023-06-08 | 1 | -1/+1 |
| * | Translations: Fix stray QApplication::translate() calls | Alessandro Portale | 2023-02-08 | 1 | -3/+2 |
| * | ClangCodeModel: Tr::tr | hjk | 2023-01-19 | 1 | -2/+4 |
| * | CppEditor: Use FilePath for ProjectPath::m_sourceFiles | hjk | 2023-01-11 | 1 | -4/+4 |
| * | Remove GPL-3.0+ from license identifiers | Kai Köhne | 2023-01-06 | 1 | -1/+1 |
| * | CppEditor: Convert parts of ModelManagerInterface to FilePath | hjk | 2022-11-29 | 1 | -6/+5 |
| * | CppEditor: Prevent /TC and /TP with Objective-C files | Christian Kandeler | 2022-11-28 | 1 | -4/+6 |
| * | CppEditor: Consider project part language | Christian Kandeler | 2022-10-28 | 1 | -1/+1 |
| * | ClangCodeModel: Set actual fileKind in clangOptionsForFile | Alessandro Portale | 2022-10-21 | 1 | -1/+1 |
| * | ClangCodeModel: fix null pointer access | David Schulz | 2022-10-19 | 1 | -1/+2 |
| * | C++ support: Consider project-specific target triple | Christian Kandeler | 2022-10-14 | 1 | -3/+2 |
| * | Clang: Fix compile_commands path setup | Marcus Tillmanns | 2022-10-14 | 1 | -1/+1 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | ClangCodeModel: Save some disk space and unneeded allocations | Christian Kandeler | 2022-10-07 | 1 | -2/+2 |
| * | ClangCodeModel: Support setting additional preprocessor directives | Christian Kandeler | 2022-09-13 | 1 | -3/+6 |
| * | ClangCodeModel: Implement per-session mode for clangd | Christian Kandeler | 2022-09-05 | 1 | -24/+28 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-08-26 | 1 | -24/+2 |
| * | ClangCodemodel: Avoid repeated construction of category prefixes | hjk | 2022-08-04 | 1 | -7/+6 |
| * | ClangCodeModel: Use the correct language type options for MSVC | Christian Kandeler | 2022-07-06 | 1 | -4/+8 |
| * | ClangCodeModel: Switch to LSP-based UI header approach | Christian Kandeler | 2022-06-02 | 1 | -8/+0 |
| * | Move clang diagnostics config settings to clangd settings page | Christian Kandeler | 2022-05-23 | 1 | -31/+4 |
| * | ClangCodeModel: Use Utils::runAsync instead of QtConcurrent::run | Eike Ziller | 2022-05-12 | 1 | -8/+8 |
| * | ClangCodeModel: Fix build with Qt 5.15 | Christian Kandeler | 2022-05-11 | 1 | -8/+8 |
| * | ClangCodeModel: Use clangd's include path | Christian Kandeler | 2022-05-10 | 1 | -6/+6 |
| * | CppEditor: Make CompilerOptionsBuilder take the actual clang include dir | Christian Kandeler | 2022-05-10 | 1 | -2/+3 |
| * | ClangCodeModel: Remove some unused functions | Christian Kandeler | 2022-05-09 | 1 | -54/+0 |
| * | ClangCodeModel: Minimize QStringList -> QJsonArray conversions | Christian Kandeler | 2022-05-06 | 1 | -14/+49 |
| * | ClangCodeModel: Move another call out of a tight loop | Christian Kandeler | 2022-05-06 | 1 | -8/+10 |
| * | ClangCodeModel: Do not re-classify source files for compilation db | Christian Kandeler | 2022-05-06 | 1 | -6/+5 |
| * | ClangCodeModel: Speed up compilation db generation | Christian Kandeler | 2022-05-06 | 1 | -164/+64 |
| * | Remove clangsupport dependency from plugins | Christian Kandeler | 2022-05-06 | 1 | -105/+0 |
| * | ClangCodeModel: prevent crash on null project info | David Schulz | 2022-03-14 | 1 | -0/+2 |
| * | ClangCodeModel: Fix build with MSVC 2022 | Christian Kandeler | 2021-12-17 | 1 | -4/+4 |
| * | ClangCodeModel: Prevent duplicate "/Tx" options | Christian Kandeler | 2021-12-07 | 1 | -1/+9 |