summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Tests: Factor out a CMake_TEST_OBJC variable for OBJC/OBJCXX test conditionsBrad King2022-10-312-9/+17
* Merge topic 'tests-FindPkgConfig'Brad King2022-10-313-31/+47
|\
| * Tests: Disable parts of FindPkgConfig tests without wide supportedCraig Scott2022-10-291-15/+25
| * Tests: pkg_check_modules() doesn't allow spaces in a moduleSpecCraig Scott2022-10-291-10/+11
| * Tests: Disable broken FindPkgConfig test cases for WindowsCraig Scott2022-10-291-6/+11
* | Merge topic 'ewilde/swift-output-file-map-logic'Brad King2022-10-312-0/+6
|\ \
| * | Swift: Omit output-file-map when used as a linkerEvan Wilde2022-10-282-0/+6
* | | Merge topic 'vs-CLRSupport'Brad King2022-10-319-0/+127
|\ \ \
| * | | VS: Add COMMON_LANGUAGE_RUNTIME support for "netcore"ζeh Matt2022-10-289-0/+127
| | |/ | |/|
* | | Merge topic 'vs-dotnetsdk-arm64'Brad King2022-10-311-2/+8
|\ \ \
| * | | Tests: Fix RunCMake.VsDotnetSdk with VS >= 17.3 on ARM64Anthony Roberts2022-10-281-2/+8
* | | | Merge topic 'ninja-showIncludes-encoding'Brad King2022-10-3112-0/+104
|\ \ \ \
| * | | | Ninja: Match showIncludes dependencies using console output code pageBrad King2022-10-3012-0/+104
| |/ / /
* | | | Merge topic 'xcode-obj-dir'Brad King2022-10-317-8/+19
|\ \ \ \ | |_|/ / |/| | |
| * | | Xcode: Put object files in a place that Xcode cleansBrad King2022-10-287-8/+19
| |/ /
| * | Merge topic 'cmake-presets-workflow-arguments' into release-3.25Brad King2022-10-276-3/+46
| |\ \
| * \ \ Merge topic 'xcode-swift-defs' into release-3.25Brad King2022-10-273-0/+34
| |\ \ \
| * \ \ \ Merge topic 'ninja-intl-paths' into release-3.25Brad King2022-10-274-0/+22
| |\ \ \ \
| * \ \ \ \ Merge topic 'try_compile-CMP0128' into release-3.25Brad King2022-10-251-4/+5
| |\ \ \ \ \
* | | | | | | string(TIMESTAMP): Add %z and %Z for adding time zone stringVasiliy Koyrev2022-10-274-2/+27
* | | | | | | Merge topic 'cmake-presets-workflow-arguments'Brad King2022-10-276-3/+46
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | cmake --workflow: add --fresh optionKyle Edwards2022-10-263-3/+37
| * | | | | | cmake --workflow: print usage and exit on unrecognized argumentKyle Edwards2022-10-264-0/+9
| |/ / / / /
* | | | | | Merge topic 'xcode-swift-defs'Brad King2022-10-273-0/+34
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Xcode: Evaluate Swift compile definitions separatelyBrad King2022-10-253-0/+34
| |/ / / /
| * | | | Merge topic 'test-git-protocol-file' into release-3.25Brad King2022-10-211-0/+2
| |\ \ \ \
| * \ \ \ \ Merge topic 'cmake-presets-output-junit' into release-3.25Brad King2022-10-1910-2/+66
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'try_compile-CMP0128' into release-3.25Brad King2022-10-195-0/+66
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'revert_nvcc_marking_include_as_system' into release-3.25Brad King2022-10-184-20/+2
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'ninja-intl-paths'Brad King2022-10-274-0/+22
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Tests: Add case for ninja with non-ascii charsBrad King2022-10-264-0/+22
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'try_compile-CMP0128'Brad King2022-10-251-4/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Tests: Avoid running C++11 test on GNU < 4.7Brad King2022-10-241-4/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'CheckSourceCompiles-Swift'Brad King2022-10-254-19/+45
|\ \ \ \ \ \ \
| * | | | | | | CheckSourceCompiles: Add support for SwiftEvan Wilde2022-10-243-1/+21
| * | | | | | | Tests: Factor out a CMake_TEST_Swift variable for Swift test conditionsBrad King2022-10-241-1/+6
| * | | | | | | Tests: Provide Apple inspection results to CMakeOnly and RunCMake testsBrad King2022-10-211-17/+18
* | | | | | | | Merge topic 'set_environment_generator'Brad King2022-10-244-0/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | cmake: Honor CMAKE_GENERATOR env var in --help outputJuan Ramos2022-10-214-0/+11
* | | | | | | | Merge topic 'test-git-protocol-file'Brad King2022-10-211-0/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Tests: Explicitly allow usage of git file-based protocol in test casesBrad King2022-10-201-0/+2
| * | | | | | | Merge branch 'try_compile-CMP0128' into release-3.24Brad King2022-10-185-0/+66
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge topic 'cmake-presets-output-junit'Brad King2022-10-1910-2/+66
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | CTest: Add support for outputJUnitFile in presetsKyle Edwards2022-10-186-2/+34
| * | | | | | | Tests: Add test for outputLogFile in CMakePresets.jsonKyle Edwards2022-10-183-1/+12
| * | | | | | | CMakePresets.json: Disallow extra properties in test output schemaKyle Edwards2022-10-184-0/+21
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'try_compile-CMP0128'Brad King2022-10-195-0/+66
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | try_compile: Honor CMP0128 setting in test projectBrad King2022-10-185-0/+66
* | | | | | Merge topic 'revert_nvcc_marking_include_as_system'Brad King2022-10-184-20/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | CUDA: Revert "Always mark cuda toolkit as system include"Robert Maynard2022-10-174-20/+2