summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Write target architecture into module info filesJoerg Bornemann2023-03-211-1/+2
* Trace: Make Q_TRACEPOINT publicAntti Määttä2023-03-211-2/+2
* CMake: Write Qt's namespace into module info JSON filesJoerg Bornemann2023-03-201-0/+4
* Centralize copyright information for QtKai Köhne2023-03-202-1/+7
* Update Copyright year to 2023Kai Köhne2023-03-201-1/+1
* Fix an issue with passing NO_UNITY_BUILD_SOURCESAmir Masoud Abdol2023-03-156-15/+40
* Improve the internal handling of unity buildAmir Masoud Abdol2023-03-145-18/+28
* CMake: Pass CMAKE_EXE_LINKER_FLAGS to project-based try_compileAlexandru Croitor2023-03-141-0/+1
* Skip also QML tests in submodules when batching is onMikolaj Boc2023-03-131-1/+1
* Adapt qt_process_qlalr for test batchingMikolaj Boc2023-03-131-0/+9
* Do not batch standalone tests; add an option to batch themMikolaj Boc2023-03-131-8/+16
* Avoid error with test helper when test batch is missingMikolaj Boc2023-03-131-2/+2
* Make sure that all dependencies are found before creating tool targetsAlexey Edelev2023-03-131-5/+11
* SQL/IBASE: also search in firebird subdirChristian Ehrlicher2023-03-121-0/+1
* Prefer the shared version of libzstd over the static oneLisandro Damián Nicanor Pérez Meyer2023-03-081-3/+3
* Make manual tests use the usual wasm_shell.htmlMikolaj Boc2023-03-071-0/+2
* Allow building with llvm-clang in macOSKuntal Majumder2023-03-061-1/+1
* CMake: Relax example dependencies to be per-repoAlexandru Croitor2023-03-062-2/+34
* wasm: set stack size to 5MB againMorten Sørvig2023-03-061-1/+2
* Align qt_internal_add_manual_test with qt_internal_add_testAmir Masoud Abdol2023-02-281-107/+72
* Skip non-qtbase tests on CoinMikolaj Boc2023-02-241-9/+16
* Fix a typoAmir Masoud Abdol2023-02-231-1/+1
* CMake: Fix position independent code linker flags not being setJoerg Bornemann2023-02-231-0/+4
* Add support for evaluating genexes when exporting custom target propsAlexey Edelev2023-02-213-0/+161
* Revert "Avoid mapping BUILD_TESTING to QT_BUILD_TESTS"Alexey Edelev2023-02-211-0/+1
* Add the QT_INTERNAL_CONFIGURE_FROM_IDE optionAlexey Edelev2023-02-211-0/+10
* Set 32 as the default batch size for unity buildAmir Masoud Abdol2023-02-211-1/+1
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-201-0/+54
* Revert "Add the NO_CMAKE_PACKAGE_REGISTRY option forwarding to qt_find_package"Alexey Edelev2023-02-171-1/+1
* Revert "CMake: Fix configure -no-rpath"Joerg Bornemann2023-02-151-15/+6
* Add the NO_CMAKE_PACKAGE_REGISTRY option forwarding to qt_find_packageAlexey Edelev2023-02-151-1/+1
* Avoid mapping BUILD_TESTING to QT_BUILD_TESTSAlexey Edelev2023-02-101-1/+0
* Remove "Configuration summary shown below" statement when it is not trueAmir Masoud Abdol2023-02-101-19/+19
* Improve FindWrapRt, and SHM detectionAmir Masoud Abdol2023-02-101-5/+19
* Tracepointgen: Parse metadata from include filesAntti Määttä2023-02-101-1/+1
* CMake: Fix directory scoping issue for qt6_generate_deploy_scriptJoerg Bornemann2023-02-091-3/+20
* Add -unity-build, and -unity-build-batch-size to configureAmir Masoud Abdol2023-02-094-0/+20
* Add some utilities for UNITY_BUILDAmir Masoud Abdol2023-02-0812-6/+96
* Add simple project generation based on existing source filesAlexey Edelev2023-02-084-0/+242
* CMake: Show a message when configuring examplesAlexandru Croitor2023-02-071-0/+1
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-022-1/+14
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-012-14/+1
* Update qt_policy and add documentationAmir Masoud Abdol2023-01-301-0/+2
* qnetworkproxy_mac: use API available both on iOS and macOSTimur Pocheptsov2023-01-301-0/+1
* Add support for MultiABI with custom install dir of the android-buildFab Stz2023-01-302-1/+14
* headersclean: Check fno-operator-namesFabian Kosmale2023-01-261-0/+1
* Fix configure -no-rpath for CMake < 3.18Joerg Bornemann2023-01-241-15/+15
* Remove the extra quote, now that we use cmake_parse_arguments(PARSE_ARGVAmir Masoud Abdol2023-01-233-10/+10
* Android: bump minimum sdk build version QT_ANDROID_API_VERSION to 33Assam Boudjelthia2023-01-231-1/+1
* Skip tests outside of qtbase on batching+superbuildMikolaj Boc2023-01-233-0/+52