summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* cmCMakePathCommand: Enforce non-empty string arguments via binding typeBrad King2022-07-282-0/+7
* cmArgumentParser: Model non-empty strings with wrapper typeBrad King2022-07-281-0/+16
* Merge topic 'command-arg-parser'Brad King2022-07-281-3/+131
|\
| * cmArgumentParser: Offer bindings for positional argumentsBrad King2022-07-271-0/+7
| * cmArgumentParser: Add callback bindingsBrad King2022-07-271-3/+110
| * cmArgumentParser: Propagate constructors through binding wrapper typesBrad King2022-07-271-0/+14
* | 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
| |/ |/|
* | cmArgumentParser: Offer binding for list of parsed keywordsBrad King2022-07-251-0/+23
* | cmArgumentParser: Drop unused keywordsMissingValue argument to Parse()Brad King2022-07-251-17/+7
* | 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-2557-148/+228
|\ \
| * | 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
| * | cmArgumentParser: Capture keyword errors in parse resultsBrad King2022-07-221-2/+16
| * | cmArgumentParser: Add structure to capture operational resultsBrad King2022-07-221-39/+57
| * | 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 'FindVulkan-dxc'Brad King2022-07-223-0/+58
|\ \ \
| * | | FindVulkan: Add `dxc` (DirectX Shader Compiler) componentHellsingDarge2022-07-203-0/+58
* | | | Merge topic 'try_run_split_output'Brad King2022-07-229-1/+55
|\ \ \ \
| * | | | try_run: Add RUN_OUTPUT_STDOUT_VARIABLE and RUN_OUTPUT_STDERR_VARIABLE.Patrick Northon2022-07-089-1/+55
* | | | | Merge topic 'tutorial_cdash_rearrange'Brad King2022-07-221-1/+1
|\ \ \ \ \
| * | | | | Tutorial: Move step 8 to step 5. Shift steps 5-7 to 6-8.Markus Ferrell2022-07-191-1/+1
| | |/ / / | |/| | |
* | | | | 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
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ 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