summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* Make sure that -utf-8 flag only apply to MSVCAlexey Edelev2023-05-161-1/+1
* Remove the -sysroot option from configureAmir Masoud Abdol2023-05-122-2/+8
* Network: link directly to libresolv instead of dlopen()ing itAmir Masoud Abdol2023-05-111-0/+49
* Make sure that -Zc:__cplusplus, and -permissive- only apply to MSVCAmir Masoud Abdol2023-05-111-1/+2
* headerscheck: enable exceptions for MSVCThiago Macieira2023-05-051-1/+1
* Introduce QT_ALLOW_SYMLINK_IN_PATHS flagAmir Masoud Abdol2023-05-031-0/+2
* Do not use REALPATH when collecting Qt header filesAlexey Edelev2023-05-031-2/+0
* Remove duplicated syncqt arguments from the rsp fileAlexey Edelev2023-05-031-1/+0
* CMake: Fix a typo in QtModuleHelpers.cmakeChristophe Marin2023-05-021-2/+2
* CMake: Fully rebuild dirty configure-time executablesJoerg Bornemann2023-04-261-1/+1
* Add message if syncqt is crashed without any outputAlexey Edelev2023-04-261-0/+8
* Introduce the qt_internal_project_setup macroAlexey Edelev2023-04-243-2/+12
* CMake: Store unsanitized plugin type names in module .json filesJoerg Bornemann2023-04-181-1/+1
* Add drive letter to source paths when calling qt-internal- scriptsAmir Masoud Abdol2023-04-141-0/+3
* Disable objc_msgSend stubs in static libs to maintain Xcode < 14 compatTor Arne Vestbø2023-04-131-0/+15
* Make MODULE_ROOT AbsoluteAmir Masoud Abdol2023-04-121-1/+2
* CMake: Fix linkage with lld 16.0Bernhard Rosenkränzer2023-04-112-14/+14
* CMake: Fix setting Android SDK/NDK from environment variablesJoerg Bornemann2023-04-111-8/+4
* Add `-Wno-error=stringop-overread` to warnings_are_errors_flagsAmir Masoud Abdol2023-04-071-0/+5
* Disable Unity Build for ExamplesAmir Masoud Abdol2023-04-061-0/+4
* cmake: Indicate that export headers are autogeneratedFabian Kosmale2023-04-052-0/+4
* Fix multi-thread GNU make buildAlexey Edelev2023-04-051-0/+1
* Replace STREQUAL cases with variable checksAmir Masoud Abdol2023-04-044-18/+22
* Add NO_UNITY_BUILD support to qt_internal_add_appAmir Masoud Abdol2023-04-031-1/+9
* Improvement to NO_UNITY_BUILD_SOURCES, and fix related bugsAmir Masoud Abdol2023-04-034-32/+11
* Avoid syncing and installation of non-module headersAlexey Edelev2023-04-031-4/+40
* Add the missing list of the generatedHeaders to syncqt_all_argsAlexey Edelev2023-03-311-1/+1
* iOS: request authorization before presenting image-pickerTimur Pocheptsov2023-03-281-0/+1
* CMake: add some docs for qt_find_packageAhmad Samir2023-03-281-0/+9
* 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