summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'unity-anon-ns'Craig Scott2020-12-165-0/+84
|\
| * Unity Build: Add option for generating per-file unique idStephen Kelly2020-12-155-0/+84
* | Merge topic 'custom-command-output-genex-nmc'Brad King2020-12-1664-4/+568
|\ \
| * | Tests: Add cases for Ninja Multi-Config cross-config custom commandsBrad King2020-12-1563-0/+564
| * | Ninja Multi-Config: Add support for cross-config custom commandsKyle Edwards2020-12-151-4/+4
| |/
* | Merge topic 'issue-20915'Brad King2020-12-1513-5/+44
|\ \
| * | file(configure): Order of named options should be specified in any orderAsit Dhal2020-12-1313-5/+44
* | | Merge topic 'issue-21557-test-cases'Brad King2020-12-1530-0/+92
|\ \ \
| * | | cmake_policy: Implement test cases for cmake_policy VERSIONAsit Dhal2020-12-1430-0/+92
| |/ /
* | | Merge topic 'ispc_control_header_suffixes'Brad King2020-12-1516-9/+91
|\ \ \
| * | | ISPC: Generated Headers suffix configurable with a better defaultRobert Maynard2020-12-1416-9/+91
| * | | Merge topic 'execute_process-command-error' into release-3.19Brad King2020-12-1421-11/+130
| |\ \ \
* | | | | CMakePackageConfigHelpers: Relax restrictions on version rangeMarc Chevrier2020-12-141-18/+107
| |_|_|/ |/| | |
* | | | Merge topic 'custom-command-output-genex'Brad King2020-12-1417-37/+278
|\ \ \ \
| * | | | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTSBrad King2020-12-1117-37/+278
* | | | | Merge topic 'execute_process-command-error'Brad King2020-12-1421-11/+130
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenariosAsit Dhal2020-12-1021-11/+130
* | | | Merge topic 'apple-silicon-host-arch'Brad King2020-12-1114-0/+120
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Tests: Cover macOS host architecture selection on Apple Silicon hostsBrad King2020-12-1014-0/+120
| * | Merge topic 'test-macos-version' into release-3.19Brad King2020-12-101-17/+17
| |\ \
| * \ \ Merge topic 'ispc-system-includes' into release-3.19Brad King2020-12-104-0/+37
| |\ \ \ | | |_|/ | |/| |
* | | | Merge topic 'cpp23'Brad King2020-12-103-1/+13
|\ \ \ \
| * | | | CUDA, CXX, OBJCXX: C++23 support with Clang 12Raul Tambre2020-12-083-1/+13
* | | | | Merge topic 'test-macos-version'Brad King2020-12-101-17/+17
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Tests: Remove outdated exclusion of tests on OS X 10.3Brad King2020-12-091-12/+1
| * | | | Tests: Add cache entry to control XCTest deployment targetBrad King2020-12-091-5/+16
| | |/ / | |/| |
| * | | Merge topic 'correct_ispc_path_computation' into release-3.19Brad King2020-12-082-1/+1
| |\ \ \
* | \ \ \ Merge topic 'ispc-system-includes'Brad King2020-12-104-0/+37
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ISPC: Treat system includes as '-I' includesRobert Maynard2020-12-094-0/+37
* | | | | Merge topic 'cmp0116-automoc'Brad King2020-12-094-2/+22
|\ \ \ \ \
| * | | | | AutoGen: Account for CMP0116 in the depfileKyle Edwards2020-12-084-2/+22
| | |_|_|/ | |/| | |
* | | | | Merge topic 'correct_ispc_path_computation'Brad King2020-12-082-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | ISPC: Handle OBJECT sources in different directoriesRobert Maynard2020-12-072-1/+1
| |/ /
* | | get_directory_property: Check for empty or missing property nameCraig Scott2020-12-0510-0/+21
* | | WriteCompilerDetectionHeader: Add policy to remove moduleBrad King2020-12-0513-0/+60
* | | Merge topic 'test-CMP0118'Brad King2020-12-0476-3259/+3007
|\ \ \
| * | | Tests: Avoid unnecessary use of toolchain in RunCMake.CMP0118Brad King2020-12-0376-3259/+3007
* | | | Merge topic 'GoogleTest-disabled-underscore'Brad King2020-12-043-46/+57
|\ \ \ \
| * | | | GoogleTest: Match the full 'DISABLED_' prefix to disable testsBrad King2020-12-033-46/+57
| |/ / /
* | | | Merge topic 'test-git-default-branch'Brad King2020-12-041-9/+23
|\ \ \ \
| * | | | Tests: Update CTest.UpdateGIT test for custom defaultBranchBrad King2020-12-021-9/+23
* | | | | Merge topic 'explicit-LANGUAGE-flag'Brad King2020-12-0417-1/+75
|\ \ \ \ \
| * | | | | Compile with explicit language flag when source LANGUAGE property is setBrad King2020-12-0217-1/+75
* | | | | | Merge topic 'test-vs-windows-hosts'Brad King2020-12-041-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Tests: Look for Visual Studio only on Windows hostsBrad King2020-12-031-1/+1
* | | | | Merge topic 'versionadded'Brad King2020-12-032-3/+3
|\ \ \ \ \
| * | | | | Tests: Make RunCMake.CMP0106 expected output robust to line number changesBrad King2020-12-022-3/+3
* | | | | | Merge topic 'issue-20955'Brad King2020-12-022-2/+6
|\ \ \ \ \ \
| * | | | | | ctest: Provide hints about inspecting test failuresAsit Dhal2020-12-012-2/+6
* | | | | | | Merge topic 'error_out_on_unknown_argument'Brad King2020-12-025-0/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |