summaryrefslogtreecommitdiffstats
path: root/cmake/QtFeature.cmake
Commit message (Expand)AuthorAgeFilesLines
* Add hardening build optionsGiuseppe D'Angelo2024-03-191-1/+10
* cmake: Rename QT_UIKIT_SDK to QT_APPLE_SDKTor Arne Vestbø2024-03-181-2/+2
* CMake: Teach qt_config_compile_test to set the build outputAlexandru Croitor2024-02-211-3/+24
* CMake: Simplify feature calculationJoerg Bornemann2024-02-131-15/+3
* CMake: Remove qt_internal_compute_features_from_possible_inputsJoerg Bornemann2024-02-131-16/+0
* CMake: Dynamically include and install Helpers and other filesAlexandru Croitor2023-11-271-1/+0
* CMake: Split and refactor QtSetup.cmakeAlexandru Croitor2023-11-271-0/+12
* CMake: Fix config condition evaluatorJoerg Bornemann2023-09-211-18/+31
* CMake: Use while instead of foreach in qt_evaluate_config_expressionJoerg Bornemann2023-09-211-9/+5
* CMake: Remove superfluous code from qt_evaluate_config_expressionJoerg Bornemann2023-09-211-4/+0
* CMake: Fix reconfiguration when -no-opengl is specifiedAlexandru Croitor2023-09-131-12/+12
* CMake: Handle INPUT_foo values when detecting dirty buildsAlexandru Croitor2023-09-061-15/+3
* CMake: Rework INPUT_foo vars handling when reconfiguringAlexandru Croitor2023-09-061-4/+21
* CMake: Recompute features when dependent features are marked dirtyAlexandru Croitor2023-09-061-22/+116
* CMake: Move dirty feature / dirty build detection into QtFeature.cmakeAlexandru Croitor2023-09-061-0/+26
* CMake: Pass CMAKE_EXE_LINKER_FLAGS to project-based try_compileAlexandru Croitor2023-03-141-0/+1
* CMake: make qt_config_compile_test verbosely indicate missing depsThiago Macieira2023-01-181-0/+1
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-181-7/+23
* Remove perl related functionality from CMake filesAlexey Edelev2022-11-291-16/+0
* CMake: allow user specified boolean values to have any caseRolf Eike Beer2022-09-051-1/+1
* 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: Relax constraint on not having feature values changeAlexandru Croitor2022-08-031-1/+9
* CMake: Mark chosen C++ standard as required for building QtYuhang Zhao2022-06-191-0/+8
* C++23/c++2b supportAllan Sandfeld Jensen2022-06-081-1/+3
* CMake: add detection of x86 VAES and AVX512VBMI2 featuresThiago Macieira2022-03-081-2/+2
* CMake: enable machine_tuple also on GNU/HurdPino Toscano2022-02-111-1/+1
* CMake: Add support building Qt with the 'mold' linkerAlexandru Croitor2022-01-201-0/+59
* CMake: Fix detection of linker availabilityAlexandru Croitor2022-01-181-9/+31
* Support configure -platform linux-clang-libc++Allan Sandfeld Jensen2021-12-141-0/+14
* CMake: Fix config tests not finding module-provided CMake packagesJoerg Bornemann2021-10-131-1/+6
* Don't use libs in /usr/local for configure tests by default on macOSJoerg Bornemann2021-10-081-0/+15
* CMake: Ensure that UNIX is set for INTEGRITYJoerg Bornemann2021-10-051-1/+20
* Fix separate_debug_info configure test for cross-compilationJoerg Bornemann2021-09-281-0/+1
* Use only supported values when setting internal QT_FEATURE_ valuesAlexey Edelev2021-09-211-1/+5
* Pass CMAKE compiler flags to arch detectionAllan Sandfeld Jensen2021-09-201-0/+10
* CMake: Properly export MODULE_PLUGIN_TYPESAlexandru Croitor2021-08-261-1/+1
* CMake: Fix feature evaluation for feature definesJoerg Bornemann2021-08-171-1/+6
* CMake: Make precompiled headers work for Android on WindowsJoerg Bornemann2021-08-171-0/+9
* Don't repeat conditions of use_*_linker features in QtFeature.cmakeJoerg Bornemann2021-07-131-9/+3
* CMake: Fix reconfiguration error when features have EMIT_IF conditionsAlexandru Croitor2021-07-091-4/+13
* CMake: Rename and document the feature evaluation functionsAlexandru Croitor2021-07-091-25/+60
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-101-2/+6
* CMake: Allow printing config summary even if module is not builtAlexandru Croitor2021-06-011-1/+17
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-5/+14
* configure: Fix error when turning on/off non-emitted featuresJoerg Bornemann2021-03-091-14/+14
* More helpful error message when merging qt features in CMakeAndreas Buhr2021-02-101-1/+1
* Do not export the QT_PLUGINS target property of Qt modulesJoerg Bornemann2021-01-201-1/+1
* Fix missed feature evaluation errors in reportAlexey Edelev2021-01-151-1/+1
* CMake: Print feature condition errors in configure reportAlexey Edelev2021-01-051-2/+2