summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* cmNinjaTargetGenerator: write out export information for the collatorBen Boeckel2022-07-068-0/+277
* cmNinjaTargetGenerator: write out fileset information for the collatorBen Boeckel2022-07-066-0/+188
* Tests/RunCMake/CXXModules: add a json comparison scriptBen Boeckel2022-07-061-0/+160
* cmExperimental: update `CXX_MODULE_CMAKE_API` UUIDBen Boeckel2022-07-064-4/+4
* cmExport*FileGenerator: support exporting C++ module propertiesBen Boeckel2022-07-067-0/+144
* install: support `CXX_MODULES_BMI` installation bitsBen Boeckel2022-07-0612-0/+126
* cmTargetSourcesCommand: allow `INTERFACE` C++ modules when importedBen Boeckel2022-07-065-0/+29
* Merge topic 'command-arg-parser-optional'Brad King2022-07-0616-18/+88
|\
| * cmFileCommand: Use cm::optional for keyword argument presenceBrad King2022-07-054-4/+12
| * cmArgumentParser: Offer cm::optional bindings to capture keyword presenceBrad King2022-07-051-11/+38
| * cmArgumentParser: Avoid allocating copies of keyword stringsBrad King2022-07-051-4/+5
| * file(GENERATE): Add test case covering use of both INPUT and CONTENTBrad King2022-07-054-0/+20
| * file(CONFIGURE): Add test cases covering missing mandatory optionsBrad King2022-07-057-0/+14
* | Merge topic 'clang-assembler-fix'Brad King2022-07-061-0/+6
|\ \
| * | Tests: Pass -fno-lto to the Assembler test when using clangTom Stellard2022-06-301-0/+6
* | | Merge topic 'enable_language-deduplicate'Brad King2022-07-063-0/+26
|\ \ \
| * | | cmMakefile: Dedupe languages when enabling themfriendlyanon2022-06-303-0/+26
| |/ /
* | | Merge topic 'genex-LINK_LIBRARY-fix-generation'Brad King2022-07-064-0/+12
|\ \ \
| * | | genex-LINK_LIBRARY: ensure correct generation inside LINK_GROUP genexMarc Chevrier2022-07-054-0/+12
* | | | Merge topic 'vs-test-arm64'Brad King2022-07-063-6/+6
|\ \ \ \
| * | | | Tests: Exclude win/arm64 tests with CMAKE_VS_PLATFORM_NAMENiyas Sait2022-07-053-6/+6
| | |_|/ | |/| |
* | | | Merge topic 'pkgconfig-when-spaces-in-path'Brad King2022-07-061-1/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Tests/FindPkgConfig: correctly handle broken pkg-configmakise-homura2022-07-011-1/+24
* | | | Merge topic 'nvhpc-Werror'Brad King2022-07-051-1/+1
|\ \ \ \
| * | | | NVHPC: warnings as error flag is "-Werror"Robert Maynard2022-07-011-1/+1
* | | | | Merge topic 'add_nvcc_compile_warning_support'Brad King2022-07-0523-45/+87
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | CUDA: NVCC support for COMPILE_WARNING_AS_ERROR target propertyRobert Maynard2022-07-019-1/+18
| * | | Tests: Refactor warn on error tests to support multiple languagesRobert Maynard2022-06-2916-44/+69
* | | | Merge topic 'file-archive-args'Brad King2022-07-017-0/+34
|\ \ \ \
| * | | | file(ARCHIVE*): Add test for keyword arguments with missing valuesBrad King2022-06-297-0/+34
* | | | | Merge topic 'genex-TARGET_BUNDLE_DIR_NAME'Brad King2022-07-013-0/+37
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extensionBen Leadbetter2022-07-013-0/+37
| * | | Merge topic 'file-set-crash' into release-3.24Brad King2022-06-307-0/+28
| |\ \ \
* | \ \ \ Merge topic 'file-set-crash'Brad King2022-06-307-0/+28
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-297-0/+28
| * | | Merge topic 'ci-xcode-13.3' into release-3.23Brad King2022-04-261-0/+1
| |\ \ \
* | \ \ \ Merge topic 'log_level_command'Brad King2022-06-299-0/+70
|\ \ \ \ \
| * | | | | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub commandAlexandru Croitor2022-06-289-0/+70
* | | | | | Tests: Fix Java tests on multi-config generatorsmakise-homura2022-06-281-3/+3
* | | | | | Tests: handle a case when hg executable is brokenmakise-homura2022-06-283-3/+21
* | | | | | Tests: don't fail tests on broken E2K Java RVMmakise-homura2022-06-281-37/+50
* | | | | | Tests: check for shlibdeps symbols/shlibs before testing itmakise-homura2022-06-281-1/+5
* | | | | | Tests: enable Java tests if javac is a recurse symlinkmakise-homura2022-06-281-1/+2
* | | | | | Tests: don't use broken makensismakise-homura2022-06-281-2/+5
* | | | | | Merge topic 'posix_c'Brad King2022-06-283-5/+17
|\ \ \ \ \ \
| * | | | | | RunCMake/CXXModules/NoCXX20: Force older standardRaul Tambre2022-06-281-3/+4
| * | | | | | RunCMake/CTestTimeout: Include sched.h for pid_tRaul Tambre2022-06-271-0/+1
| * | | | | | Tests/CTestTestFdSetSize: Support plain POSIXRaul Tambre2022-06-261-2/+12
| |/ / / / /
* | | | | | Merge topic 'FindPython-multiple-queries'Brad King2022-06-283-0/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | FindPython: fix error on multiple queries with different COMPONENTSMarc Chevrier2022-06-273-0/+22
| | |_|/ | |/| |