summaryrefslogtreecommitdiffstats
path: root/cmake/QtInternalTargets.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: make ccache + pch + clang build more robustJoerg Bornemann2025-04-091-0/+9
* Ensure optional_arg is reset in qt_internal_add_global_definitionAlexey Edelev2025-03-121-1/+1
* Disable -Werror=tsan on GCC < 15Giuseppe D'Angelo2025-03-081-0/+8
* CMake: fix missing _GNU_SOURCE macro in CYGWINCarlo Bramini2025-03-071-0/+7
* Make `qt_internal_set_warnings_are_errors_flags` genex-edCristian Le2025-03-031-76/+117
* Simplify genex expressionsCristian Le2025-02-131-1/+1
* Do not rely on transitive includes when using libc++Giuseppe D'Angelo2025-01-201-0/+7
* CMake: Guard some MSVC flags not understood by clang-cl frontendAlexandru Croitor2024-10-191-3/+10
* Attempt checking the CMAKE_GENERATOR when passing hardening flagsAlexey Edelev2024-10-151-1/+19
* wasm: set correct exceptions flagMorten Sørvig2024-10-141-0/+7
* CMake: Fix build on Solaris the stack_protector feature enabledJoerg Bornemann2024-10-091-0/+3
* Make per-repos WARNINGS_ARE_ERRORS workAlexey Edelev2024-09-121-5/+4
* Add QT_NO_STD_FORMAT_SUPPORT definition to disable std::format supportIvan Solovev2024-09-101-0/+1
* Bump max version of MSVC's warnings-are-errorsMårten Nordheim2024-08-121-2/+2
* Add the 'exceptions' featureAlexey Edelev2024-08-121-0/+67
* Enable QT_NO_QSNPRINTF globallyMarc Mutz2024-08-101-0/+1
* CMake: Allow opting out of Intel CET hardeningAlexandru Croitor2024-07-241-7/+2
* CMake: Introduce wrappers for the PlatformX and GlobalConfig targetsAlexandru Croitor2024-07-111-30/+5
* CMake: disable the GCC -Wstringop-overread warning-error everywhereThiago Macieira2024-06-201-5/+3
* CMake: Generate an SPDX v2.3 SBOM file for each built repositoryAlexandru Croitor2024-06-131-0/+20
* cmake: Add opt-out for adding -no_warn_duplicate_libraries linker flagTor Arne Vestbø2024-04-181-1/+2
* cmake: Selectively enable -no_warn_duplicate_libraries for Xcode 15+Tor Arne Vestbø2024-04-041-9/+9
* Hardening: fix _LIBCPP_HARDENING_MODEGiuseppe D'Angelo2024-03-271-1/+1
* Add hardening build optionsGiuseppe D'Angelo2024-03-191-6/+40
* QT_NO_AS_CONST: rename and add docsGiuseppe D'Angelo2024-03-131-1/+1
* Replace the specific gcov compile and link options with generic --coverageAlexey Edelev2023-11-021-2/+2
* Suppress "duplicate libraries" warning for Xcode 15Amir Masoud Abdol2023-10-241-13/+22
* MSVC: remove clang-cl parametersYuhang Zhao2023-10-081-8/+4
* Add coverage and coverage-gcov featuresAlexey Edelev2023-09-221-0/+9
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* Allow disabling QT_USE_QSTRINGBUILDER definition for module targetsAlexey Edelev2023-08-091-1/+1
* Allow disabling QT_USE_QSTRINGBUILDER definition for tool targetsAlexey Edelev2023-08-091-1/+1
* Use QT_USE_QSTRINGBUILDER by default for all internal plugin targetsAlexey Edelev2023-08-081-0/+1
* Fix CMP0099 impact - disallow propagating internal linker optionsAlexey Edelev2023-06-161-6/+15
* Fix typo in qt_internal_add_global_definitionAlexey Edelev2023-06-141-1/+1
* Add NOMINMAX to PlatformCommonInternalAmir Masoud Abdol2023-05-311-0/+2
* CMake: Fix a typo in QtModuleHelpers.cmakeChristophe Marin2023-05-021-2/+2
* Disable objc_msgSend stubs in static libs to maintain Xcode < 14 compatTor Arne Vestbø2023-04-131-0/+15
* Add `-Wno-error=stringop-overread` to warnings_are_errors_flagsAmir Masoud Abdol2023-04-071-0/+5
* Enable QT_NO_AS_CONST globallyMarc Mutz2023-01-051-0/+1
* Remove the last in-tree user of qExchange() and mark all of Qt free of itMarc Mutz2022-12-141-0/+1
* QFile: make constructors taking a path explicitGiuseppe D'Angelo2022-10-291-0/+1
* MSVC: Disable conformance check that breaks with default WinSDKVolker Hilsheimer2022-10-191-1/+1
* MSVC: Disable buggy conformance checkYuhang Zhao2022-10-181-1/+1
* MSVC: Enable all possible conformance checksYuhang Zhao2022-10-151-2/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Create aliases for Internal targets using common functionAlexandru Croitor2022-07-251-5/+5
* MSVC: Fix the CET parametersYuhang Zhao2022-07-201-4/+1
* Disable bitcode for iOSTor Arne Vestbø2022-07-071-4/+0