summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
* try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES env varsBrad King2021-11-223-0/+27
* gtest_discover_tests: Re-run PRE_TEST discovery on any arg changeCraig Scott2021-11-164-0/+77
* Tests: Fix and update wrongly named GoogleTest stdout fileCraig Scott2021-11-141-3/+3
* CMP0128: Enable/disable extensions if standard same as defaultRaul Tambre2021-11-115-5/+32
* Ninja Multi-Config: Fix custom command target dependencies in cross-configsBrad King2021-11-045-0/+26
* cmake_host_system_information: Add undocumented VS_MSBUILD_COMMAND keyBrad King2021-10-205-0/+16
* cmFileCommand: improve error messageSeth R Johnson2021-10-124-4/+12
* Merge topic 'revert-debian-libexec'Brad King2021-10-081-2/+2
|\
| * GNUInstallDirs: Fix misinterpretation of Debian Policy on LIBEXECDIRTimo Röhling2021-10-071-2/+2
* | Tests: Skip RunCMake.file INSTALL-FOLLOW_SYMLINK_CHAIN case on CygwinBrad King2021-10-062-2/+4
* | Merge topic 'ci-xcode-13.0'Brad King2021-10-062-4/+4
|\ \
| * | Tests: Fix RunCMake.XcodeProject XcodeIOSInstallCombined cases for Xcode 13.0Brad King2021-10-052-4/+4
* | | Merge topic 'xcode13-schema'Brad King2021-10-061-1/+6
|\ \ \ | |/ /
| * | Tests: Specify destination for Xcode schemeGregor Jasny2021-10-051-1/+6
* | | Merge topic 'fetchcontent-CMAKE-vars-passthrough'Craig Scott2021-10-062-0/+39
|\ \ \
| * | | FetchContent: Pass through networking-related CMAKE_... variablesCraig Scott2021-10-052-0/+39
* | | | Merge topic 'qt6-tests'Craig Scott2021-10-0517-64/+134
|\ \ \ \
| * | | | Tests: Add support for testing Qt6Craig Scott2021-10-0417-64/+134
| |/ / /
* | | | cmStandardLevelResolver: Avoid unnecessary flags, fix unset level logicRaul Tambre2021-09-2911-1/+201
* | | | Tests: Simplify RunCMake.CompileFeatures introspectionRaul Tambre2021-09-284-60/+24
|/ / /
* | | Merge topic 'autogen-dep-on-imported-implib-only-target'Brad King2021-09-275-0/+75
|\ \ \ | |/ /
| * | Tests/RunCMake/Autogen: test CMP0111 behaviorBen Boeckel2021-09-245-0/+75
* | | Merge topic 'cat_empty_file'Brad King2021-09-211-1/+2
|\ \ \
| * | | cmake: -E cat stops when an empty file is encounteredJohnny Jazeix2021-09-181-1/+2
* | | | Tests: fix RunCMake.CPack_DEB.EXTRA on Debian non-Linux OSesPino Toscano2021-09-181-2/+2
|/ / /
* | | Merge topic 'xcode-embed-libraries'Craig Scott2021-09-167-24/+28
|\ \ \
| * | | Xcode: add support for embedding dynamic librariesLucas SOLTIC2021-09-137-24/+28
* | | | PCH: MSVC: Restrict OBJECT library INTERFACE_LINK_LIBRARIES usageCristian Adam2021-09-152-0/+25
* | | | Merge topic 'pch-xcode-multiple-languages'Brad King2021-09-145-0/+35
|\ \ \ \
| * | | | PCH: Fix all-language precompile header support in XcodeCristian Adam2021-09-135-0/+35
* | | | | Merge topic 'CMakeDependentOption-condition-syntax'Brad King2021-09-1412-1/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CMakeDependentOption: Introduce policy CMP0127 for full Condition SyntaxDaniel Schürmann2021-09-1012-1/+51
* | | | | Merge topic 'vs_settings'Brad King2021-09-102-3/+14
|\ \ \ \ \
| * | | | | VS: Honor VS_SETTINGS source file property on all sourcesSteven Boswell2021-09-092-3/+14
| |/ / / /
* | | | | ctest_memcheck: generate `DynamicAnalysis-Test.xml` as wellBen Boeckel2021-09-094-0/+26
|/ / / /
* | | | Merge topic 'host-distro-info'Brad King2021-08-2436-0/+263
|\ \ \ \
| * | | | cmake_host_system_information: Make it available for all systemsAlex Turbov2021-08-202-11/+7
| * | | | cmake_host_system_information: Also set `USED_FALLBACK_SCRIPT`Alex Turbov2021-08-203-0/+3
| * | | | cmake_host_system_information: Can run fallback scriptsAlex Turbov2021-08-2012-0/+72
| * | | | cmake_host_system_information: Can read `/etc/os-release` fileAlex Turbov2021-08-2011-1/+94
| * | | | Testing: Convert `cmake_host_system_information` tests into `RunCMake`Alex Turbov2021-08-0216-0/+99
* | | | | Merge topic 'FindPkgConfig-restore-legacy-behavior'Brad King2021-08-192-0/+65
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | FindPkgConfig: Restore legacy behavior when CMP0126 is set to NEWMarc Chevrier2021-08-182-0/+65
| * | | | Merge topic 'ninja-lwyu-ar' into release-3.21Brad King2021-08-064-0/+10
| |\ \ \ \
| * \ \ \ \ Merge topic 'CC-DEPFILE-independent-from-CMAKE_DEPENDS_USE_COMPILER' into rel...Brad King2021-08-032-0/+13
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'while-regression'Brad King2021-08-188-0/+38
|\ \ \ \ \ \ \
| * | | | | | | Fix: `while()` reports an error the same way as `if()`Alex Turbov2021-08-091-2/+5
| * | | | | | | Fix: `while()` can silently ignore incorrect conditionAlex Turbov2021-08-093-1/+7
| * | | | | | | Fix: Regression in the `cmConditionEvaluator::HandleLevel0`Alex Turbov2021-08-096-0/+29
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'GoogleTest-gtest-filter'Brad King2021-08-105-20/+92
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |