summaryrefslogtreecommitdiffstats
path: root/cmake/QtInternalTargets.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Don't propagate -fapplication-extension to user projectsAlexandru Croitor2021-07-161-2/+16
* CMake: Fix bitcode linker flags not to be added on iOSAlexandru Croitor2021-07-161-1/+0
* fix warning in cborparser with gcc 11.1Andreas Buhr2021-07-071-1/+2
* MSVC: Enable warnings-are-errors for latest Visual Studio 2019Kai Köhne2021-06-231-4/+3
* Disable -Werror=stringop-overflow on GCC >= 10Giuseppe D'Angelo2021-06-231-0/+8
* Add GCC 11 and C++20 workaroundsGiuseppe D'Angelo2021-06-181-0/+11
* Fix the win32-clang-msvc targetAllan Sandfeld Jensen2021-06-151-1/+1
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-8/+5
* CMake: Allow enabling Apple app extension API in other reposAlexandru Croitor2021-04-231-3/+0
* MSVC: define _CRT_SECURE_NO_WARNINGS for all internal CMake targetsLi Xinwei2021-04-201-0/+1
* CMake: Make Platform a dependency for all Qt internal targetsAlexandru Croitor2021-03-191-0/+1
* Tune compilation flags to reduce libraries sizeAlexey Edelev2021-01-221-0/+5
* Move UNICODE and _UNICODE definitions to internal platform targetAlexey Edelev2021-01-191-0/+4
* CMake: Add --enable-new-dtags flag supportAlexey Edelev2020-12-221-0/+4
* MSVC: Enable control flow guard for release buildsYuhang Zhao2020-12-071-2/+6
* MSVC: enable identical COMDAT folding for release buildsYuhang Zhao2020-11-121-1/+1
* CMake: don't add the same parameter twiceYuhang Zhao2020-11-041-9/+1
* cmake: Always add -Wno-ignored-attributes for clang targeting windowsMartin Storsjö2020-11-041-6/+7
* cmake: Set a warning flag based on the target arch, not build hostMartin Storsjö2020-11-031-1/+1