| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: Simplify markdown to json conversion | Marcus Tillmanns | 2025-09-04 | 1 | -15/+7 |
| * | CMake: Add initial SPDX v2.3 SBOM support for Qt Creator | Alexandru Croitor | 2025-07-23 | 1 | -0/+98 |
| * | CMake: Fix macOS rpath removal when building against non-frameworks | Alexandru Croitor | 2025-06-25 | 1 | -0/+4 |
| * | Raise minimum supported MSVC to 2022 | Christian Stenger | 2025-06-24 | 1 | -0/+1 |
| * | CMake: Mark FILES in qtc_add_resources as SKIP_AUTOGEN | Cristian Adam | 2025-04-16 | 1 | -0/+1 |
| * | CMake: Group qtc_add_resources FILES as "Resources" source group | Cristian Adam | 2025-04-16 | 1 | -0/+2 |
| * | CMake: Add FILES_PREFIX argument to qtc_add_resources | Cristian Adam | 2025-04-16 | 1 | -1/+5 |
| * | CMake: Fix bulding with sanitizers and pch | Cristian Adam | 2025-03-27 | 1 | -0/+4 |
| * | CMake: Re-format cmake_parse_arguments calls | Alexandru Croitor | 2025-03-03 | 1 | -11/+103 |
| * | Increase concept diagnostic depth to 8 | Marco Bubke | 2025-02-21 | 1 | -0/+6 |
| * | Merge remote-tracking branch 'origin/qds/dev' | Tim Jenssen | 2025-01-06 | 1 | -1/+0 |
| |\ |
|
| | * | QmlDesigner: improve terminology consistency | Tim Jenßen | 2024-12-12 | 1 | -1/+0 |
| * | | Raise Qt requirement for building Qt Creator to Qt 6.5.3 | Eike Ziller | 2024-12-19 | 1 | -1/+1 |
| |/ |
|
| * | CMake: Fix semicolon handling | Marcus Tillmanns | 2024-10-10 | 1 | -5/+12 |
| * | Merge remote-tracking branch 'origin/qds/dev' | Tim Jenssen | 2024-09-25 | 1 | -0/+12 |
| |\ |
|
| | * | Enforce that plugins can't be used as library dependencies | Marco Bubke | 2024-09-02 | 1 | -0/+14 |
| | * | Revert "Enforce that plugins can't be used as library dependencies" | Thomas Hartmann | 2024-08-30 | 1 | -12/+0 |
| | * | Enforce that plugins can't be used as library dependencies | Marco Bubke | 2024-08-29 | 1 | -0/+12 |
| * | | Build: Get rid of custom dependency tracking for plugins | Eike Ziller | 2024-09-18 | 1 | -6/+8 |
| * | | ExtensionSystem: Allow .md files for License and LongDescription | Marcus Tillmanns | 2024-09-11 | 1 | -1/+26 |
| * | | Build: Only state direct dependencies in plugin spec | Eike Ziller | 2024-09-05 | 1 | -7/+3 |
| * | | Fix property used for writing plugin dependencies | Eike Ziller | 2024-09-03 | 1 | -2/+2 |
| * | | Export Qt Creator's special properties | Eike Ziller | 2024-09-03 | 1 | -2/+5 |
| * | | Extensions: Make dependency id lowercase | Marcus Tillmanns | 2024-09-02 | 1 | -0/+4 |
| * | | ExtensionSystem: Add PluginId and VendorId | Marcus Tillmanns | 2024-09-02 | 1 | -5/+5 |
| * | | Build: Suppress moc warnings when building without tests | Orgad Shaneh | 2024-08-28 | 1 | -0/+6 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/14.0' into qds/dev | Tim Jenßen | 2024-07-10 | 1 | -1/+1 |
| |\ |
|
| | * | Move the shipped Lua plugins to the resources directory | Eike Ziller | 2024-06-20 | 1 | -24/+0 |
| | * | Lua: Move lua plugins into normal plugin folder | Marcus Tillmanns | 2024-06-13 | 1 | -2/+2 |
| | * | Fix Lua plugin installation | Eike Ziller | 2024-04-17 | 1 | -16/+15 |
| | * | Lua: Avoid CMake 3.20+ API | Eike Ziller | 2024-04-17 | 1 | -1/+1 |
| | * | Lua: Add first plugin | Marcus Tillmanns | 2024-04-16 | 1 | -0/+25 |
| | * | Merge remote-tracking branch 'origin/13.0' | Eike Ziller | 2024-03-14 | 1 | -1/+16 |
| | |\ |
|
| | * | | Require Qt 6.4.3 for building Qt Creator | Eike Ziller | 2024-03-04 | 1 | -1/+1 |
| * | | | Remove INTERFACE_COMPILE_OPTIONS | Marco Bubke | 2024-05-29 | 1 | -1/+1 |
| * | | | Add compile options to cmake declarative interface | Marco Bubke | 2024-05-28 | 1 | -4/+12 |
| | |/
|/| |
|
| * | | QmlDesigner: Add optional dependency on LicenseChecker | Eike Ziller | 2024-03-13 | 1 | -1/+16 |
| |/ |
|
| * | CMake: Add QTC_USE_LLVM_LINKER option | Cristian Adam | 2024-01-09 | 1 | -0/+1 |
| * | CMake: Fix QTC_STATIC_BUILD | Cristian Adam | 2023-11-10 | 1 | -1/+6 |
| * | Merge remote-tracking branch 'origin/qds/dev' | Tim Jenssen | 2023-09-14 | 1 | -2/+6 |
| |\ |
|
| | * | CMake: Silence warning in third party code | Marco Bubke | 2023-09-07 | 1 | -2/+6 |
| * | | cmake build: Set the WITH_TESTS macro also in the tests themselves | Christian Kandeler | 2023-08-31 | 1 | -1/+1 |
| * | | CMake: Fix build for Windows | Cristian Adam | 2023-08-17 | 1 | -1/+1 |
| * | | CMake: add environment variable for ccache support | David Schulz | 2023-08-16 | 1 | -1/+2 |
| * | | Tests: Add NEEDS_GUI flag to add platform argument | Marcus Tillmanns | 2023-08-10 | 1 | -2/+6 |
| * | | Build: Change plugin json.in files to CMake style | Eike Ziller | 2023-07-25 | 1 | -12/+9 |
| * | | Build: Remove feature from the olden times | Eike Ziller | 2023-07-25 | 1 | -7/+1 |
| |/ |
|
| * | CMake: Add -fPIC also for OBJECT libraries | Cristian Adam | 2023-05-12 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/qds/dev' | Tim Jenssen | 2023-03-30 | 1 | -1/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/10.0' into qds/dev | Tim Jenßen | 2023-03-26 | 1 | -18/+29 |
| | |\ |
|