summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* cmCoreTryCompile: Port to cmArgumentParserBrad King2022-08-0217-91/+74
* Tests: Add RunCMake.try_compile case for try_run-only argsBrad King2022-08-023-0/+83
* Tests: Add RunCMake.try_run cases for missing keyword argumentsBrad King2022-08-0123-13/+58
* cmCMakePathCommand: Enforce non-empty string arguments via binding typeBrad King2022-07-282-0/+7
* Merge topic 'verify-interface-header-sets-interface-library-source-language'Brad King2022-07-282-0/+5
|\
| * VERIFY_INTERFACE_HEADER_SETS: Fall back to global languagesKyle Edwards2022-07-272-0/+5
* | Merge topic 'verify-interface-header-sets-add-compile-definitions'Brad King2022-07-282-0/+6
|\ \
| * | VERIFY_INTERFACE_HEADER_SETS: Finalize compile info for verify targetsKyle Edwards2022-07-272-0/+6
| |/
* | Tests: Add RunCMake.try_compile case covering empty value argumentsBrad King2022-07-264-0/+15
* | Tests: Add RunCMake.try_compile case covering list arguments with no valuesBrad King2022-07-262-0/+9
* | try_compile: Fail earlier when bindir is not an absolute pathBrad King2022-07-2614-0/+32
* | Merge topic 'cmake-help-flags-after-dashdash'Brad King2022-07-253-3/+5
|\ \ | |/
| * cmake: In -P mode ignore flags like `--version` after `--`Robert Maynard2022-07-223-3/+5
* | Merge topic 'cmake-P-path-args'Brad King2022-07-253-0/+13
|\ \ | |/
| * cmake: In -P mode ignore extra paths on the command lineRobert Maynard2022-07-223-0/+13
* | Merge topic 'command-arg-parser-result'Brad King2022-07-2556-109/+157
|\ \
| * | cmCMakePathCommand: Report keyword errors via argument parser resultsBrad King2022-07-222-2/+6
| * | cmCMakeHost*Command: Report keyword errors via argument parser resultsBrad King2022-07-222-4/+8
| * | cmFileCommand: Report keyword errors via argument parser resultsBrad King2022-07-2211-26/+65
| * | cmExecuteProcessCommand: Report keyword errors via argument parser resultsBrad King2022-07-222-2/+7
| * | Tests: Add RunCMake.cmake_path cases for BASE_DIRECTORY missing valueBrad King2022-07-202-0/+10
| * | Tests: Add RunCMake.file-CHMOD cases for keywords missing valuesBrad King2022-07-2013-7/+21
| * | Tests: Simplify RunCMake.file-CHMOD casesBrad King2022-07-2015-72/+44
| * | Tests: Simplify RunCMake.file-CHMOD case namesBrad King2022-07-2021-14/+14
* | | Merge topic 'try_run_split_output'Brad King2022-07-227-0/+25
|\ \ \
| * | | try_run: Add RUN_OUTPUT_STDOUT_VARIABLE and RUN_OUTPUT_STDERR_VARIABLE.Patrick Northon2022-07-087-0/+25
* | | | Merge topic 'vs-ZERO_CHECK-proj'Brad King2022-07-204-0/+43
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | VS: Exclude ZERO_CHECK.proj from .sln for include_external_msprojectSumit Bhardwaj2022-07-204-0/+43
| * | Merge topic 'export-try-compile-crash' into release-3.24Kyle Edwards2022-07-142-0/+10
| |\ \
| * \ \ Merge topic 'genex-LINK_LIBRARY-check-supported-properties' into release-3.24Brad King2022-07-0720-12/+68
| |\ \ \
| * \ \ \ Merge topic 'genex-LINK_LIBRARY-fix-generation' into release-3.24Brad King2022-07-064-0/+12
| |\ \ \ \
* | | | | | 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
| |\ \ \ \ \ \
* | | | | | | | VS: Generate IntDir property for INTERFACE librariesJonas Fierlings2022-07-081-0/+9
* | | | | | | | 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