summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Ninja Multi-Config: Deduplicate compile_commands.json for cross configsKyle Edwards2022-07-153-0/+36
* Merge topic 'export-try-compile-crash'Kyle Edwards2022-07-142-0/+10
|\
| * cmGlobalGenerator: Only compute build files for all targetsKyle Edwards2022-07-132-0/+10
| * Merge branch 'file-set-crash' into release-3.23Brad King2022-06-307-0/+28
| |\
| * \ Merge branch 'xcode-14' into release-3.23Brad King2022-06-111-0/+2
| |\ \
* | \ \ Merge topic 'vs-msb-8028'Kyle Edwards2022-07-141-0/+9
|\ \ \ \
| * | | | VS: Generate IntDir property for INTERFACE librariesJonas Fierlings2022-07-081-0/+9
* | | | | Merge topic 'command-arg-parser-maybe-empty'Brad King2022-07-081-5/+17
|\ \ \ \ \
| * | | | | cmArgumentParser: Model maybe-missing string with wrapper typeBrad King2022-07-071-0/+5
| * | | | | cmArgumentParser: Model maybe-empty and non-empty lists with wrapper typesBrad King2022-07-071-5/+12
| |/ / / /
* | | | | Merge topic 'xcode_swift_definitions'Brad King2022-07-082-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Xcode: Pass compile definitions to SwiftDavid Geldreich2022-07-072-0/+7
* | | | | Merge topic 'cpp-named-module-export-infra'Brad King2022-07-0782-7/+1835
|\ \ \ \ \
| * | | | | RunCMake/CXXModules: test public modules requiring private modulesBen Boeckel2022-07-067-0/+48
| * | | | | RunCMake/CXXModules: add tests which export BMIsBen Boeckel2022-07-0625-0/+479
| * | | | | RunCMake/CXXModules: test installation of BMIs and interfacesBen Boeckel2022-07-0611-0/+161
| * | | | | RunCMake/CXXModules: fix example follow-on case namesBen Boeckel2022-07-061-2/+2
| * | | | | RunCMake/CXXModules: output example test output upon failureBen Boeckel2022-07-061-1/+1
| * | | | | RunCMake/CXXModules: append to the test optionsBen Boeckel2022-07-061-1/+1
| * | | | | cmNinjaTargetGenerator: write out BMI install information for the collatorBen Boeckel2022-07-0610-0/+216
| * | | | | 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 'file-TIMESTAMP-relative-path'Brad King2022-07-073-0/+4
|\ \ \ \ \ \
| * | | | | | file(TIMESTAMP): Interpret relative paths w.r.t. the source treeTheBrokenRail2022-07-063-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'generator-makefiles-deps-messages-VERBOSE'Brad King2022-07-072-3/+3
|\ \ \ \ \ \
| * | | | | | Makefiles generator: dependencies messages in verbose modeMarc Chevrier2022-07-062-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'genex-LINK_LIBRARY-check-supported-properties'Brad King2022-07-0720-12/+68
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Genex LINK_LIBRARY and LINK_GROUP: check supported propertiesMarc Chevrier2022-07-0620-12/+68
| * | | | | Merge topic 'nvhpc-Werror' into release-3.24Brad King2022-07-051-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'add_nvcc_compile_warning_support' into release-3.24Brad King2022-07-0523-45/+87
| |\ \ \ \ \ \
* | \ \ \ \ \ \ 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
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |