summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-302-4/+2
* Merge topic 'vs_platform_toolset'Brad King2020-04-293-0/+43
|\
| * VS: Add option for per-target PlatformToolsetJulien Jemine2020-04-293-0/+43
* | Merge topic 'FindLibXslt-targets'Brad King2020-04-295-0/+96
|\ \
| * | FindLibXslt: provide imported targetsMarkus Rickert2020-04-285-0/+96
* | | Merge topic 'FindPython-find-implementations'Brad King2020-04-294-2/+80
|\ \ \ | |_|/ |/| |
| * | FindPython: Add capability to specify Python implementationsMarc Chevrier2020-04-284-2/+80
* | | Merge topic 'FindLAPACK-target'Brad King2020-04-284-0/+44
|\ \ \
| * | | FindLAPACK: Provide the LAPACK::LAPACK import targetRobert Maynard2020-04-274-0/+44
| |/ /
* | | Merge topic 'pch-genex-absolute'Brad King2020-04-284-2/+6
|\ \ \ | |/ / |/| |
| * | target_precompile_headers: Fix documented example using genexBrad King2020-04-274-2/+6
| * | target_link_libraries: Fix regression in case of $<CONFIG> genexBrad King2020-03-304-0/+28
* | | Merge topic 'FindBLAS-target'Brad King2020-04-274-0/+38
|\ \ \
| * | | BLAS: Provide the BLAS::BLAS import targetRobert Maynard2020-04-234-0/+38
* | | | Merge topic 'FindPython-fix-python-compiler-validation'Brad King2020-04-244-4/+113
|\ \ \ \
| * | | | FindPython: fix python compiler validationMarc Chevrier2020-04-234-4/+113
* | | | | Merge branch 'master' into ninja-order-only-fixKyle Edwards2020-04-23692-4962/+9364
|\ \ \ \ \
| * \ \ \ \ Merge topic 'remove-documentation-module'Brad King2020-04-2315-0/+110
| |\ \ \ \ \
| | * | | | | Modules/Documentation: removeBen Boeckel2020-04-2215-0/+110
| * | | | | | Merge topic 'ninja-compiler-PATH-windows'Brad King2020-04-239-0/+30
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Ninja: On Windows, select the compiler occurring first in PATHBrad King2020-04-229-0/+30
| * | | | | | Merge topic 'win-user-manifest-rc'Brad King2020-04-229-5/+75
| |\ \ \ \ \ \
| | * | | | | | Windows: Merge user-provided manifests into compiled resourceKenney Phillis2020-04-219-5/+75
| * | | | | | | Merge topic 'ctest_stop_on_failure_16628'Brad King2020-04-226-0/+51
| |\ \ \ \ \ \ \
| | * | | | | | | ctest: add option --stop-on-failureJohnny Jazeix2020-04-206-0/+51
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge topic 'external-project-mkdir-step-fix'Brad King2020-04-211-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | ExternalProject: Fix step dependency on mkdir stepVyacheslav Yurkov2020-04-201-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge topic 'test-vtk'Brad King2020-04-211-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Tests/Contracts: Update VTK release branch build configurationBrad King2020-04-201-2/+2
| * | | | | | | Merge topic 'device-link'Brad King2020-04-2096-4/+514
| |\ \ \ \ \ \ \
| | * | | | | | | CUDA: Device linking use now link optionsMarc Chevrier2020-04-1912-4/+70
| | * | | | | | | Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK>Marc Chevrier2020-04-1986-0/+444
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge topic 'FindPkgConfig-frameworks'Brad King2020-04-206-88/+61
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | FindPkgConfig: fix handling of frameworksRolf Eike Beer2020-04-184-0/+53
| | * | | | | | Tests: simplify FindPkgConfig_CMAKE_{FRAMEWORK,APPBUNDLE}_PATH testsRolf Eike Beer2020-04-182-88/+8
| | |/ / / / /
| * | | | | | Merge topic 'ctest-memcheck-sanitizers'Craig Scott2020-04-198-6/+34
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | CTest: Fix '-T MemCheck' command-line support for sanitizersBrad King2020-04-172-0/+28
| | * | | | | Tests: Fix RunCMake.ctest_memcheck test script syntax errorsBrad King2020-04-166-6/+6
| | | |_|/ / | | |/| | |
| * | | | | Merge topic 'FindPython-dev-subcomponents'Brad King2020-04-178-3/+148
| |\ \ \ \ \
| | * | | | | FindPython: add sub-components to Development componentMarc Chevrier2020-04-168-3/+148
| | |/ / / /
| * | | | | Merge topic 'cat_cmd_20557'Kyle Edwards2020-04-1610-0/+49
| |\ \ \ \ \
| | * | | | | cmake -E: add cat command.Johnny Jazeix2020-04-1510-0/+49
| * | | | | | Merge topic 'cuda_architectures'Brad King2020-04-1633-35/+110
| |\ \ \ \ \ \
| | * | | | | | CUDA: Add CudaOnly.CompileFlags testRaul Tambre2020-04-153-0/+33
| | * | | | | | CUDA: Convert tests to use CUDA_ARCHITECTURESRaul Tambre2020-04-1516-35/+16
| | * | | | | | CUDA: Add CUDA_ARCHITECTURES target propertyRaul Tambre2020-04-1515-0/+61
| * | | | | | | Merge topic 'makefile-target-special'Brad King2020-04-164-14/+34
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Tests: Enable coverage of special chars in include dirs for MakefilesBrad King2020-04-153-13/+33
| | * | | | | | Makefiles: Do not use '\#' escape sequence with Windows-style make toolsBrad King2020-04-151-1/+1
| * | | | | | | Merge topic 'cpack-nsis-dpi-aware'Brad King2020-04-152-0/+9
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |