summaryrefslogtreecommitdiffstats
path: root/cmake/QtFlagHandlingHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace flags with spaces when removing themAlexey Edelev2021-06-121-2/+2
* CMake: Add support for building with clang-clCristian Adam2021-06-041-1/+1
* Enable UNICODE for all Qt targets and Qt consumers by defaultAlexey Edelev2021-05-211-0/+9
* wasm: add cmake build supportLorn Potter2021-04-011-2/+2
* Remove INTERNAL argument from qt_internal_add_linker_version_scriptJoerg Bornemann2021-02-251-34/+30
* Update name of c++2a to c++20Kai Köhne2021-02-101-1/+1
* Clear non-relevant CMake compiler flagsAlexey Edelev2021-01-271-19/+93
* Ensure consistent flags for ASM language and MODULE targetsCraig Scott2021-01-261-2/+2
* Tune compilation flags to reduce libraries sizeAlexey Edelev2021-01-221-1/+10
* Prevent compiler and linker flags from growing every cmake runCraig Scott2021-01-151-157/+182