summaryrefslogtreecommitdiffstats
path: root/cmake/QtFlagHandlingHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Improve error reporting for failed linker no undefined flagAlexandru Croitor2025-06-041-3/+8
* QtFlagHandlingHelpers.cmake: account for GCC when producing errorMitch Curtis2025-05-311-1/+1
* Add `qt_internal_add_compiler_dependent_flags` helperCristian Le2025-03-031-0/+350
* CMake: Add quotes around QT_DEBUG_OPTIMIZATION_FLAGS compiler flagsAlexandru Croitor2025-02-251-4/+4
* cmake: Skip warnings-are-errors when using Xcode generatorTor Arne Vestbø2024-09-241-1/+4
* Make per-repos WARNINGS_ARE_ERRORS workAlexey Edelev2024-09-121-4/+14
* Don't mark Q{Explicitly.}SharedDataPointer as Qt_6_PRIVATE_APIThiago Macieira2024-09-071-0/+6
* Add the 'exceptions' featureAlexey Edelev2024-08-121-28/+8
* CMake: Allow opting out of Intel CET hardeningAlexandru Croitor2024-07-241-0/+27
* Move QT_DISABLE_DEPRECATED_UP_TO and QT_WARN_DEPRECATED_UP_TO to headerAlexey Edelev2024-05-221-23/+0
* CMake: Fix a misplaced > in pkg-config filesMartin Storsjö2024-04-111-1/+1
* CMake/ELF: allow using Qt's full version number in the private tagsThiago Macieira2024-03-211-1/+5
* Remove --no-undefined for VxWorks Qt shared libsMichał Łoś2023-10-131-0/+6
* Remove Qt_6_PRIVATE_API ELF version from a symbol used by QFuture::then()Thiago Macieira2023-10-111-2/+31
* cmake: simplify exceptions handling codeYuhang Zhao2023-10-111-8/+4
* cmake: add some note of MSVC undocumented flagYuhang Zhao2023-10-081-0/+4
* CMake/ELF: replace 'extern "C++"' with exhaustive mangled expansionsThiago Macieira2023-09-191-4/+30
* cmake: Don't pass -undefined,error to Apple linkerTor Arne Vestbø2023-09-121-0/+5
* CMake/ELF: hide all Standard Library symbolsThiago Macieira2023-08-301-1/+4
* CMake: Fix gc_sections genex evaluation in pkgconfig file creationAlexandru Croitor2023-07-141-0/+7
* Wrap the GNU/Clang compiler-dependent flags with genex conditionsAlexey Edelev2023-06-131-3/+21
* Replace list(FIND with simplified IN_LIST checkAlexey Edelev2023-06-131-4/+2
* Remove debug symbols from Android's release buildAmir Masoud Abdol2023-06-081-0/+20
* Set CMAKE_<LANG>_FLAGS in PARENT_SCOPE as wellAmir Masoud Abdol2023-06-011-3/+11
* Make CONFIGS arguments of qt_internal_remove_compiler_flags optionalAmir Masoud Abdol2023-05-261-8/+15
* Make sure that -utf-8 flag only apply to MSVCAlexey Edelev2023-05-161-1/+1
* Make sure that -Zc:__cplusplus, and -permissive- only apply to MSVCAmir Masoud Abdol2023-05-111-1/+2
* CMake: Fix linkage with lld 16.0Bernhard Rosenkränzer2023-04-111-14/+7
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-181-40/+25
* Remove perl related functionality from CMake filesAlexey Edelev2022-11-291-26/+12
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-301-1/+5
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add -disable-deprecated-up-to parameter to configure scriptIvan Solovev2022-08-191-6/+10
* Rename QT_DEPRECATED_WARNINGS_SINCE -> QT_WARN_DEPRECATED_UP_TOIvan Solovev2022-08-191-4/+4
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-3/+3
* Add "content file" mode for the qt_internal_add_linker_version_scriptAlexey Edelev2022-08-091-15/+50
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Mark chosen C++ standard as required for building QtYuhang Zhao2022-06-191-0/+1
* CMake: up the minimum C version to C11Thiago Macieira2022-06-111-5/+2
* C++23/c++2b supportAllan Sandfeld Jensen2022-06-081-1/+3
* Avoid using add_custom_command with PRE_LINK for version scriptAlexey Edelev2022-05-191-6/+19
* Bump QT_DEPRECATED_WARNINGS_SINCEMårten Nordheim2022-03-181-1/+7
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-171-1/+1
* Fix build with clang-clYuhang Zhao2022-01-251-1/+1
* CMake: Add C/C++ compiler options to C/C++ sources onlyJoerg Bornemann2022-01-081-2/+7
* MSVC: Use dubbed FH4 to make C++ exception handling smallerYuhang Zhao2021-12-041-2/+5
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-5/+1
* CMake: add support for Intel's LLVM-based compilerThiago Macieira2021-10-131-3/+1
* Disable forced full optimization if QT_USE_DEFAULT_CMAKE_OPTIMIZATION_FLAGS=ONAlexey Edelev2021-06-241-0/+5
* Fix the win32-clang-msvc targetAllan Sandfeld Jensen2021-06-151-1/+1