summaryrefslogtreecommitdiffstats
path: root/cmake/QtInternalTargets.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Update description of the Intel CET featureYuhang Zhao2022-07-061-1/+1
* CMake: disable the attempt to force SIMD on iOS simulator buildsThiago Macieira2022-06-271-9/+0
* CMake: Fix typosKai Köhne2022-06-131-1/+1
* Avoid some new clang 14 warnings on Android NDK 24 buildVille Voutilainen2022-05-271-0/+5
* Build system: Allow user to enable Intel CETYuhang Zhao2022-04-061-0/+15
* Bootstrap: Make compiler warnings fatalKai Köhne2022-03-021-5/+6
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-021-9/+2
* Restore missing Qt definitionsAlexey Edelev2022-01-311-0/+59
* CMake: Fix detection of linker availabilityAlexandru Croitor2022-01-181-6/+4
* Clang: don't error out on -Wdeprecated-enum-enum-conversionMarc Mutz2022-01-181-0/+6
* Enable -bigobj by default for QtAlexey Edelev2022-01-071-1/+8
* MSVC: Optimize global data to reduce binary sizeYuhang Zhao2021-12-151-1/+1
* Enable warnings-are-errors for Visual Studio 2022Kai Köhne2021-11-301-2/+2
* Win32: Enable large address aware explicitlyYuhang Zhao2021-11-261-1/+1
* QList: deprecate iterator<->pointer implicit conversions (2/3)Giuseppe D'Angelo2021-10-161-0/+7
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-14/+0
* CMake: add support for Intel's LLVM-based compilerThiago Macieira2021-10-131-20/+3
* Re-enable QT_NO_NARROWING_CONVERSIONS_IN_CONNECT for QtGiuseppe D'Angelo2021-10-131-0/+1
* wasm: add simd supportLorn Potter2021-10-051-0/+4
* Don't force lld for Android when clang is usedJoerg Bornemann2021-08-201-9/+0