summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Consider changes of the CMake flags when re-building syncqtAlexey Edelev2023-10-161-26/+34
* 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-112-2/+38
* cmake: simplify exceptions handling codeYuhang Zhao2023-10-111-8/+4
* MSVC: use consistent flag with other compilersYuhang Zhao2023-10-111-3/+1
* Fix installation of the SSG headers for framework buildsChristian Strømme2023-10-101-1/+1
* CMake: use correct flags for clang-clYuhang Zhao2023-10-091-27/+32
* MSVC: remove clang-cl parametersYuhang Zhao2023-10-081-8/+4
* qtbase: fix clang-cl warningYuhang Zhao2023-10-081-1/+6
* cmake: add some note of MSVC undocumented flagYuhang Zhao2023-10-081-0/+4
* Only build the Mimer SQL QtSql plugin for macOS on arm64 and x86_64Fredrik Ålund2023-10-041-1/+2
* Add -DQT_NO_INT128 to every target when building for VxWorksŁukasz Matysiak2023-09-281-0/+9
* Resolve symlinks when running headersclean checkAlexey Edelev2023-09-271-1/+2
* Remove remnants of Qt for Native Client (NACL)Tor Arne Vestbø2023-09-231-1/+0
* Remove framework-related functionality from syncqtAlexey Edelev2023-09-222-15/+24
* Add coverage and coverage-gcov featuresAlexey Edelev2023-09-223-1/+34
* 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: Add a config.redo script similar to qt5's config.statusAlexandru Croitor2023-09-201-0/+39
* CMake: Handle subdirectory test data installationAlexandru Croitor2023-09-201-7/+19
* CMake/ELF: replace 'extern "C++"' with exhaustive mangled expansionsThiago Macieira2023-09-191-4/+30
* CMake: Add I18N_LANGUAGES keyword to qt_standard_project_setupJoerg Bornemann2023-09-191-3/+6
* wasm tests: Restore killing browser after each testPiotr Wierciński2023-09-191-1/+1
* CI: Enable some tests under corelib/thread for Wasm platformPiotr Wierciński2023-09-141-10/+29
* CMake: Fix reconfiguration when -no-opengl is specifiedAlexandru Croitor2023-09-132-15/+17
* Show the allowed values for configure argumentsAlexey Edelev2023-09-131-1/+3
* CMake: Fix build with CMake 3.28 on macOSJoerg Bornemann2023-09-121-2/+6
* cmake: Don't pass -undefined,error to Apple linkerTor Arne Vestbø2023-09-121-0/+5
* Add variable linked to configure-time executables to detect CMakeCache wipingAlexey Edelev2023-09-111-1/+8
* CMake:Android: Add jar files to a ${target}JarSourcesAssam Boudjelthia2023-09-081-0/+8
* Add macOS support for the Mimer SQL QtSql pluginFredrik Ålund2023-09-081-0/+3
* CMake: Add a helpers file for commands to run in the top-level dirAlexandru Croitor2023-09-063-1/+88
* CMake: Handle INPUT_foo values when detecting dirty buildsAlexandru Croitor2023-09-063-45/+30
* CMake: Rework INPUT_foo vars handling when reconfiguringAlexandru Croitor2023-09-065-10/+58
* CMake: Fix toggling of FEATURE_developer_build and some other optionsAlexandru Croitor2023-09-061-6/+18
* 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-062-23/+27
* Add enablers to expose semi-public APIs for QtQuick3DChristian Strømme2023-09-054-4/+52
* Make sure that tests use the module build directory but not install pathAlexey Edelev2023-09-014-3/+4
* CMake/ELF: hide all Standard Library symbolsThiago Macieira2023-08-301-1/+4
* CMake: remove test for eventfd, replace with __has_includeThiago Macieira2023-08-291-1/+0
* CMake: Fix early exit in qt_build_repo_post_process()Joerg Bornemann2023-08-241-6/+5
* CMake: Rename QT_EXAMPLES_CMAKE_PREFIX_PATHJoerg Bornemann2023-08-234-8/+8
* CMake: Allow find_package(Qt6 COMPONENTS Foo) in testsJoerg Bornemann2023-08-231-0/+4
* CMake: Fix find_package(Qt6*Tools) in non-qtbase testsJoerg Bornemann2023-08-231-2/+16
* CMake: use correct link flag for MinGW(GCC) static-runtime buildLi Xinwei2023-08-221-1/+11
* CMake: Don't create superfluous qtrepo_XXX_for_examples targetsJoerg Bornemann2023-08-211-13/+15
* Fix running CMake test projects in prefix buildsJoerg Bornemann2023-08-195-33/+82
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1