summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'execute_process-fatal-error'Brad King2020-10-0210-0/+32
|\
| * execute_process: add options for fatal errors on subprocess failureAsit Dhal2020-10-0110-0/+32
* | Merge topic 'FindPython-tests-optimizations'Marc Chevrier2020-10-0221-82/+82
|\ \
| * | FindPython: Tests optimizationsMarc Chevrier2020-10-0121-82/+82
* | | Merge topic 'FindSWIG-version-range'Craig Scott2020-10-022-0/+31
|\ \ \ | |/ / |/| |
| * | FindSWIG: Add version range supportMarc Chevrier2020-10-012-0/+31
| |/
* | Merge topic 'macos-arm64'Brad King2020-10-012-1/+7
|\ \
| * | macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-0/+2
| * | Tests: Teach RunCMake to ignore Xcode internal objc warningsBrad King2020-09-301-0/+1
| * | Tests: Enable Assembler test case when CMAKE_OSX_ARCHITECTURES has one valueBrad King2020-09-291-1/+4
* | | Merge topic 'genexpr-for-mfc-flag'Brad King2020-10-011-0/+3
|\ \ \
| * | | VS: Teach CMAKE_MFC_FLAG to support generator expressionsAndrey Starodubtsev2020-09-301-0/+3
* | | | Merge topic 'msvc_implib'Brad King2020-10-013-0/+27
|\ \ \ \
| * | | | VS: Make ImportLibary generation optionalMark Jansen2020-09-303-0/+27
| | |_|/ | |/| |
* | | | Merge topic 'FindPython-version_range'Craig Scott2020-10-012-0/+159
|\ \ \ \ | |/ / / |/| | |
| * | | FindPython: Add version range supportMarc Chevrier2020-09-302-0/+159
* | | | Merge topic 'cmake_language-DEFER'Brad King2020-09-30136-24/+440
|\ \ \ \ | |/ / / |/| | |
| * | | cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-29126-1/+418
| * | | cmake_language(CALL): Accept empty ${var} expansionsBrad King2020-09-296-6/+6
| * | | Tests: Simplify RunCMake.cmake_language invalid command casesBrad King2020-09-295-17/+16
* | | | Merge topic 'find-package-check-empty-version-range'Craig Scott2020-09-3015-28/+80
|\ \ \ \
| * | | | find_package: raise error on empty version rangeMarc Chevrier2020-09-2915-28/+80
| |/ / /
* | | | Merge topic 'vs-mixed-lang-std'Brad King2020-09-303-0/+32
|\ \ \ \
| * | | | VS: Fix C language standard in target with C++ sourcesBrad King2020-09-293-0/+32
| |/ / /
* | | | Merge topic 'cxx-as-objcxx'Brad King2020-09-303-0/+12
|\ \ \ \
| * | | | OBJCXX: Fix regression for compiling cpp files as objcxxCristian Adam2020-09-293-0/+12
| * | | | Merge topic 'foreach-int-parse-range-check' into release-3.18Brad King2020-09-214-0/+9
| |\ \ \ \
* | \ \ \ \ Merge topic 'cmake-gui-environment'Kyle Edwards2020-09-2913-2/+459
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CMake GUI: Add environment editorKyle Edwards2020-09-287-0/+218
| * | | | | Tests: Add some basic configure tests for the CMake GUIKyle Edwards2020-09-286-0/+92
| * | | | | Tests: Add CatchShow helper for CMake GUI testsKyle Edwards2020-09-285-2/+149
| | |_|_|/ | |/| | |
* | | | | Merge topic 'ctest_launch_report_make_errors'Brad King2020-09-296-2/+30
|\ \ \ \ \
| * | | | | ctest: report make-level errors to CDash when using launchersZack Galbreath2020-09-286-2/+30
| |/ / / /
* | | | | Merge topic 'system_include_dir_caching_pre_lang'Brad King2020-09-295-0/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | cmGeneratorTarget: Include Cache now occurs per language+configRobert Maynard2020-09-255-0/+45
* | | | | Merge topic 'xcode-restore-ios-tests'Brad King2020-09-281-14/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | xcode: conditionally enable combined install testsGregor Jasny2020-09-251-6/+1
| * | | | xcode: annotate test output with selected SDKGregor Jasny2020-09-251-8/+8
| |/ / /
* | | | CUDA: Clang separable compilationRaul Tambre2020-09-242-23/+20
|/ / /
* | | Merge topic 'cmake-gui-tests'Brad King2020-09-2412-0/+406
|\ \ \
| * | | Tests: Add some basic tests for CMake GUIKyle Edwards2020-09-2312-0/+406
* | | | Merge topic 'proper_device_libraries_architecture'Brad King2020-09-241-0/+5
|\ \ \ \
| * | | | Tests: Use sm_35 in Cuda.ProperDeviceLibraries for CUDA <10.0Raul Tambre2020-09-231-0/+5
| |/ / /
* | | | Merge topic 'check-source-modules'Brad King2020-09-2428-0/+235
|\ \ \ \
| * | | | CheckSoureRuns: Add a unified way to check if a source runsRobert Maynard2020-09-2314-0/+112
| * | | | CheckSoureCompiles: Add a unified way to check if a source compilesRobert Maynard2020-09-2314-0/+119
| * | | | Add a test to verify '\' handling in CHECK_CXX_SOURCE_COMPILESRobert Maynard2020-09-231-0/+4
| |/ / /
* | | | Merge topic 'obj-lib-per-config-source'Brad King2020-09-242-1/+24
|\ \ \ \
| * | | | OBJECT libraries: Properly recognize if sources depend on configurationDeniz Bahadir2020-09-232-1/+24
* | | | | Merge topic 'find_package-version-range'Craig Scott2020-09-2440-0/+500
|\ \ \ \ \ | |_|/ / / |/| | | |