summaryrefslogtreecommitdiffstats
path: root/cmake/QtFeature.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Improve compile test error reporting in configure summaryAlexandru Croitor2025-06-041-0/+7
* CMake: Improve error reporting for failed linker no undefined flagAlexandru Croitor2025-06-041-10/+2
* Add feature deprecation capabilityCristian Le2025-06-021-0/+129
* Fix check for aliasesCristian Le2025-05-081-1/+1
* Allow Feature to be alias of Cache variableCristian Le2025-02-281-22/+90
* Forward other `qt_feature` options in `qt_feature_alias`Cristian Le2025-02-281-2/+21
* Add `NEGATE` to `qt_feature_alias`Cristian Le2025-02-281-7/+39
* Add `qt_feature_alias`Cristian Le2025-02-281-4/+180
* Check for misspelled `FEATURE_*` variableCristian Le2025-01-311-0/+9
* CMake: Run configure tests lazilyJoerg Bornemann2024-11-111-4/+30
* Add LSX and LASX configure detectionChen Zhanwang2024-10-221-0/+25
* Fix runtime CPU feature detection for ARMAllan Sandfeld Jensen2024-10-171-0/+25
* CMake: Add a way to use system/bundled 3rdparty libs in bulkJoerg Bornemann2024-06-181-4/+47
* CMake: Yield error if a feature is ENABLEd and CONDITION is falseJoerg Bornemann2024-06-121-1/+3
* 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