| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmake: Respect CMAKE_MACOSX_BUNDLE and CMAKE_WIN32_EXECUTABLE | Tor Arne Vestbø | 2025-03-31 | 1 | -2/+9 |
| * | Fix the condition that enables/defaults exceptions | Alexey Edelev | 2025-03-17 | 1 | -1/+1 |
| * | Use `_qt_internal_path_is_prefix` | Cristian Le | 2025-02-17 | 1 | -2/+3 |
| * | CMake: Remove qt executable SBOM generation stale code | Alexandru Croitor | 2025-01-24 | 1 | -17/+0 |
| * | CMake: Build executables in single-config debug-and-release builds | Alexandru Croitor | 2025-01-21 | 1 | -1/+6 |
| * | CMake: Move separate debug info handling to an executable finalizer | Alexandru Croitor | 2024-11-14 | 1 | -3/+14 |
| * | CMake: Run finalizers for test-like executables on all platforms | Alexandru Croitor | 2024-11-06 | 1 | -5/+31 |
| * | CMake: Mark benchmark executables with a property | Alexandru Croitor | 2024-10-30 | 1 | -0/+1 |
| * | CMake:Android: add wrapper scripts to easily run apps | Assam Boudjelthia | 2024-10-16 | 1 | -0/+6 |
| * | Make per-repos WARNINGS_ARE_ERRORS work | Alexey Edelev | 2024-09-12 | 1 | -1/+2 |
| * | Add the 'exceptions' feature | Alexey Edelev | 2024-08-12 | 1 | -1/+5 |
| * | CMake: Skip handling binary files in SBOM for excluded targets | Alexandru Croitor | 2024-06-25 | 1 | -1/+4 |
| * | wasm: refactor cmake finalizers | Morten Sørvig | 2024-06-19 | 1 | -4/+3 |
| * | CMake: Allow specifying most SBOM options to qt_internal_add_foo | Alexandru Croitor | 2024-06-18 | 1 | -4/+17 |
| * | CMake: Generate an SPDX v2.3 SBOM file for each built repository | Alexandru Croitor | 2024-06-13 | 1 | -0/+4 |
| * | CMake: Fix configs passed to qt_get_install_target_default_args | Alexandru Croitor | 2024-05-29 | 1 | -1/+1 |
| * | Consider the qt_internal_extend_target calls when adding deps on qpa_default_... | Alexey Edelev | 2024-05-08 | 1 | -9/+0 |
| * | Consider the versioned Qt6::Gui when target when adding the plugin dependencies | Alexey Edelev | 2024-05-08 | 1 | -1/+2 |
| * | Fix the static linking of plugins to the Qt tools and internal executables | Alexey Edelev | 2024-05-08 | 1 | -89/+0 |
| * | CMake: Fix syncqt IMPORTED_LOCATION path for multi-config builds | Alexandru Croitor | 2024-03-11 | 1 | -1/+9 |
| * | wasm: remove DISABLE_EXCEPTION_CATCHING workaround | Morten Sørvig | 2024-02-27 | 1 | -6/+1 |
| * | Consider changes of the CMake flags when re-building syncqt | Alexey Edelev | 2023-10-16 | 1 | -26/+34 |
| * | Add variable linked to configure-time executables to detect CMakeCache wiping | Alexey Edelev | 2023-09-11 | 1 | -1/+8 |
| * | cmake helpers: support NO_PCH_SOURCES wherever NO_UNITY_BUILD_SOURCES are | Marc Mutz | 2023-08-07 | 1 | -0/+1 |
| * | Fix syncqt compiler and linker flags handling | Alexey Edelev | 2023-06-29 | 1 | -0/+24 |
| * | Introduce QT_SYNC_HEADERS_AT_CONFIGURE_TIME flag | Alexey Edelev | 2023-06-27 | 1 | -1/+1 |
| * | Fix CMP0099 impact - disallow propagating internal linker options | Alexey Edelev | 2023-06-16 | 1 | -0/+1 |
| * | WASM: fix wrong parameter passed to CMake function | Yuhang Zhao | 2023-05-24 | 1 | -1/+1 |
| * | CMake: Fully rebuild dirty configure-time executables | Joerg Bornemann | 2023-04-26 | 1 | -1/+1 |
| * | Fix multi-thread GNU make build | Alexey Edelev | 2023-04-05 | 1 | -0/+1 |
| * | Replace STREQUAL cases with variable checks | Amir Masoud Abdol | 2023-04-04 | 1 | -3/+3 |
| * | Improvement to NO_UNITY_BUILD_SOURCES, and fix related bugs | Amir Masoud Abdol | 2023-04-03 | 1 | -8/+2 |
| * | Fix an issue with passing NO_UNITY_BUILD_SOURCES | Amir Masoud Abdol | 2023-03-15 | 1 | -2/+8 |
| * | Add some utilities for UNITY_BUILD | Amir Masoud Abdol | 2023-02-08 | 1 | -0/+8 |
| * | Remove the extra quote, now that we use cmake_parse_arguments(PARSE_ARGV | Amir Masoud Abdol | 2023-01-23 | 1 | -4/+4 |
| * | Retire the qt_parse_all_arguments | Amir Masoud Abdol | 2023-01-18 | 1 | -3/+3 |
| * | Change the RUNTIME_OUTPUT_DIRECTORY for configure-time executables | Alexey Edelev | 2023-01-05 | 1 | -7/+9 |
| * | Check if configure-time executable need to be recompiled | Alexey Edelev | 2022-09-28 | 1 | -1/+17 |
| * | Replace the syncqt.pl script with syncqt tool | Alexey Edelev | 2022-09-27 | 1 | -1/+1 |
| * | Use PARSE_ARGV signature to process arguments instead of escaping | Alexey Edelev | 2022-09-21 | 1 | -1/+2 |
| * | Set NO_EXCEPTIONS on executables on wasm | Mikolaj Boc | 2022-09-19 | 1 | -1/+6 |
| * | Add function to add and compile executables at configure time | Alexey Edelev | 2022-09-13 | 1 | -0/+163 |
| * | Add wasm target helpers in a finalizer when adding executable | Mikolaj Boc | 2022-09-02 | 1 | -1/+0 |
| * | Plug the WASM batched test runner into the build system | Mikolaj Boc | 2022-08-31 | 1 | -5/+5 |
| * | Change the license of all CMakeLists.txt and *.cmake files to BSD | Lucie Gérard | 2022-08-23 | 1 | -1/+1 |
| * | wasm: allow apps to override EXPORT_RUNTIME_METHODS | Lorn Potter | 2022-08-12 | 1 | -0/+2 |
| * | Add license headers to cmake files | Lucie Gérard | 2022-08-03 | 1 | -0/+3 |
| * | CMake: Deprecate _add_app/executable/test/tool PUBLIC_LIBRARIES option | Alexandru Croitor | 2022-07-29 | 1 | -2/+11 |
| * | cmake: Link static plugins even in shared Qt builds | Tor Arne Vestbø | 2022-07-25 | 1 | -70/+69 |
| * | CMake: Fix typos | Kai Köhne | 2022-06-13 | 1 | -1/+1 |