summaryrefslogtreecommitdiff
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* project: Warn at top-level if `cmake_minimum_required` wasn't calledfriendlyanon2022-11-116-1/+13
* RunCMake/project: Ignore exact line number in stderr checksfriendlyanon2022-11-117-7/+7
* Merge topic 'better-file-download-failure-msg'Brad King2022-11-101-1/+0
|\
| * file(DOWNLOAD EXPECTED_HASH): better error message when download failedAurelien Regat-Barrel2022-11-091-1/+0
* | Tests: Fix ARM64 test conditions for non-VS generatorsBrad King2022-11-091-2/+2
* | Merge topic 'file-set-file-api'Brad King2022-11-0954-2/+199
|\ \ | |/ |/|
| * file-api: support exporting file set informationBen Boeckel2022-11-0854-2/+199
* | Merge topic 'use_folders_on_by_default'Brad King2022-11-087-0/+24
|\ \
| * | USE_FOLDERS: Treat as on by defaultJuan Ramos2022-11-087-0/+24
* | | Merge topic 'test-intel-remarks'Brad King2022-11-081-0/+1
|\ \ \
| * | | Tests: Teach RunCMake to ignore Intel -Rdebug-disables-optimization remarksBrad King2022-10-271-0/+1
* | | | Merge topic 'googletest-addtests-skipped'Brad King2022-11-083-1/+15
|\ \ \ \
| * | | | GoogleTest: Reports skipped test with gtest_add_testsDavidPerretSN2022-11-073-1/+15
| | |_|/ | |/| |
* | | | Merge topic 'block-var-scope'Brad King2022-11-084-2/+34
|\ \ \ \
| * | | | block: Fix variable scope protection from modification by subdirectoriesBrad King2022-11-074-2/+34
* | | | | Merge topic 'CheckCompilerFlag-Swift'Brad King2022-11-073-1/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CheckCompilerFlag: Add Swift SupportEvan Wilde2022-11-043-1/+27
* | | | | Tests: Improve RunCMake.GetPrerequisites sample executable selectionBrad King2022-11-023-3/+5
|/ / / /
* | | | Merge topic 'compile-commands-output-field'Brad King2022-11-011-2/+4
|\ \ \ \
| * | | | EXPORT_COMPILE_COMMANDS: add `output` fieldBen Boeckel2022-10-281-2/+4
| | |_|/ | |/| |
* | | | Merge topic 'test-objc'Brad King2022-11-013-65/+46
|\ \ \ \
| * | | | Tests: Simplify RunCMake.try_compile compiler inspectionBrad King2022-10-313-48/+13
| * | | | Tests: Fix logic to enable RunCMake.try_compile OBJC/OBJCXX casesBrad King2022-10-313-11/+27
| * | | | Tests: Factor out a CMake_TEST_OBJC variable for OBJC/OBJCXX test conditionsBrad King2022-10-311-6/+6
* | | | | Merge topic 'test-eol'Brad King2022-11-012-3/+3
|\ \ \ \ \
| * | | | | Tests: Provide RunCMake.CommandLine compare_files data more robustlyBrad King2022-10-312-3/+3
| |/ / / /
* | | | | Merge topic 'cmp0141-pch-reuse'Brad King2022-11-0116-30/+25
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | CMP0141: Fix PCH REUSE_FROM under policy NEW behaviorBrad King2022-10-314-1/+6
| * | | Tests: Drop redundant project init from RunCMake.PrecompileHeaders casesBrad King2022-10-3113-29/+19
| * | | Merge topic 'vs-dotnetsdk-arm64' into release-3.25Brad King2022-10-311-2/+8
| |\ \ \
| * \ \ \ Merge topic 'ninja-showIncludes-encoding' into release-3.25Brad King2022-10-3112-0/+104
| |\ \ \ \
* | \ \ \ \ Merge topic 'tests-FindPkgConfig'Brad King2022-10-313-31/+47
|\ \ \ \ \ \
| * | | | | | Tests: Disable parts of FindPkgConfig tests without wide supportedCraig Scott2022-10-301-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 '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 '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-272-2/+2
* | | | | | 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
| |/ / / /