| Commit message (Expand) | Author | Age | Files | Lines |
| * | CMake: Rename TYPE to SBOM_ENTITY_TYPE in SBOM API | Alexandru Croitor | 2025-09-17 | 1 | -1/+1 |
| * | CMake: Don't install incomplete Qt6BundledFoo packages | Joerg Bornemann | 2025-08-13 | 1 | -0/+1 |
| * | Replace `QT_NO_CREATE_TARGETS` with an automated and scoped logic | Cristian Le | 2025-06-27 | 1 | -0/+12 |
| * | CMake: Add NO_PCH_SOURCES argument to qt_internal_add_cmake_library | Joerg Bornemann | 2025-03-20 | 1 | -19/+22 |
| * | Fix the condition that enables/defaults exceptions | Alexey Edelev | 2025-03-17 | 1 | -1/+1 |
| * | CMake: Decouple Qt specific handling from SBOM implementation | Alexandru Croitor | 2025-02-11 | 1 | -1/+1 |
| * | CMake: Fix CMP0174 warnings | Joerg Bornemann | 2024-11-08 | 1 | -2/+9 |
| * | Make per-repos WARNINGS_ARE_ERRORS work | Alexey Edelev | 2024-09-12 | 1 | -2/+2 |
| * | CMake: Detect 3rd party header modules during SBOM generation | Alexandru Croitor | 2024-08-17 | 1 | -0/+1 |
| * | Switch to non-strict C++ builds so QT_SUPPORTS_INT128 is true | Marc Mutz | 2024-08-16 | 1 | -1/+0 |
| * | Add the 'exceptions' feature | Alexey Edelev | 2024-08-12 | 1 | -4/+4 |
| * | CMake: Allow specifying most SBOM options to qt_internal_add_foo | Alexandru Croitor | 2024-06-18 | 1 | -28/+8 |
| * | CMake: Generate an SPDX v2.3 SBOM file for each built repository | Alexandru Croitor | 2024-06-13 | 1 | -0/+81 |
| * | Remove GENERATE_CPP_EXPORTS argument | Alexey Edelev | 2024-06-12 | 1 | -0/+1 |
| * | "Simplify" versionless targets | Alexey Edelev | 2024-03-12 | 1 | -0/+1 |
| * | Improve the internal handling of unity build | Amir Masoud Abdol | 2023-03-14 | 1 | -14/+3 |
| * | Add some utilities for UNITY_BUILD | Amir Masoud Abdol | 2023-02-08 | 1 | -0/+21 |
| * | Retire the qt_parse_all_arguments | Amir Masoud Abdol | 2023-01-18 | 1 | -8/+9 |
| * | MSVC: Improve the LTCG build | Yuhang Zhao | 2022-12-03 | 1 | -0/+6 |
| * | CMake: add SYSTEM_INCLUDE_DIRECTORIES to qt_internal_extend_target | Thiago Macieira | 2022-11-28 | 1 | -0/+2 |
| * | CMake: Export package name and 3rdparty flag for 3rd party libraries | Alexandru Croitor | 2022-07-28 | 1 | -2/+10 |
| * | CMake: Record used package version for each target dependency | Alexandru Croitor | 2022-07-01 | 1 | -0/+6 |
| * | CMake: set correct COMPILE_PDB_NAME for static libraries | Li Xinwei | 2022-05-20 | 1 | -4/+4 |
| * | CMake: Fix exclusion of QtFoo in QtBarDepends for 3rd party libs | Alexandru Croitor | 2022-02-23 | 1 | -2/+16 |
| * | Install 3rdparty headers for static builds | Michal Klocek | 2022-02-19 | 1 | -0/+24 |
| * | CMake: Allow disabling package version check | Alexandru Croitor | 2021-10-27 | 1 | -1/+6 |
| * | CMake: Don't propagate -fapplication-extension to user projects | Alexandru Croitor | 2021-07-16 | 1 | -0/+1 |
| * | Hide QT_USE_BUNDLED_ CACHE variables from GUI | Alexey Edelev | 2021-07-08 | 1 | -2/+2 |
| * | CMake: Remove some dead installation code | Alexandru Croitor | 2021-05-25 | 1 | -17/+0 |
| * | CMake: Introduce a public qt_add_library function | Alexandru Croitor | 2021-05-25 | 1 | -74/+115 |
| * | Add _qt_module_interface_name for 3rdparty libraries | Alexey Edelev | 2021-05-23 | 1 | -0/+3 |
| * | CMake: Build plugin initializers as object libs | Alexandru Croitor | 2021-05-18 | 1 | -10/+0 |
| * | Refactor qt_internal_add_plugin() and qt6_add_plugin() | Craig Scott | 2021-03-29 | 1 | -2/+2 |
| * | Add plugins to Qt tools and executables for static builds | Craig Scott | 2021-03-23 | 1 | -11/+0 |
| * | Clear non-relevant CMake compiler flags | Alexey Edelev | 2021-01-27 | 1 | -1/+3 |
| * | CMake: Disable static plugin imports for non-executable targets | Alexandru Croitor | 2020-12-08 | 1 | -0/+22 |
| * | CMake: Enable NEW policies by CMake version with a global default | Craig Scott | 2020-12-07 | 1 | -0/+2 |
| * | CMake: Don't install pri and debug info for bundled harfbuzz and pcre2 | Li Xinwei | 2020-11-20 | 1 | -11/+11 |
| * | CMake Build: Enable separate debug info for all target types | Cristian Adam | 2020-11-04 | 1 | -0/+6 |
| * | cmake: Don't limit qt_internal_add_cmake_library to tests | Tor Arne Vestbø | 2020-10-28 | 1 | -1/+1 |
| * | CMake: Install PDB debug info for MSVC builds | Alexandru Croitor | 2020-10-06 | 1 | -0/+1 |
| * | CMake: Fix build of Release user projects against RelWithDebInfo Qt | Joerg Bornemann | 2020-09-25 | 1 | -0/+6 |
| * | CMake: Rename internal functions to contain qt_internal | Alexandru Croitor | 2020-09-23 | 1 | -4/+4 |
| * | CMake: Split QtBuild.cmake into smaller files | Alexandru Croitor | 2020-08-14 | 1 | -0/+263 |