summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'gtest-space-in-parameter'Brad King2020-05-063-36/+52
|\
| * GoogleTestAddTests: Fix output processingStefan Floeren2020-05-053-36/+52
* | Merge topic 'FindPkgConfig-isystem'Brad King2020-05-061-1/+21
|\ \
| * | FindPkgConfig: also handle "-isystem" prefixes for include directoriesRolf Eike Beer2020-05-051-1/+21
* | | Merge topic 'CheckLanguage-cuda-host'Brad King2020-05-061-9/+9
|\ \ \ | |/ / |/| |
| * | CheckLanguage: Fix forwarding of CMAKE_CUDA_HOST_COMPILERBrad King2020-05-051-9/+9
* | | Merge topic 'remove_cli__symbols'Brad King2020-05-053-2/+34
|\ \ \ | |_|/ |/| |
| * | bindexplib: Do not export symbols from managed codeMarkus Mayer2020-05-043-2/+34
* | | FindPython: Add support for 'PyPy'Marc Chevrier2020-05-015-1/+217
* | | Merge topic 'FPHSA-handle-components'Brad King2020-05-016-0/+63
|\ \ \
| * | | FPHSA: REQUIRED_VARS is optional if HANDLE_COMPONENTS is specifiedMarc Chevrier2020-04-306-0/+63
| |/ /
* | | Merge topic 'CTestCoverageCollectGCOV-compress-opts'Brad King2020-05-012-13/+136
|\ \ \
| * | | CTestCoverageCollectGCOV: Add TARBALL_COMPRESSION optionKelly (KT) Thompson2020-04-301-8/+136
| * | | Tests: Fix re-running CTestCoverageCollectGCOV on in-source buildBrad King2020-04-301-2/+0
| * | | Tests: Remove unnecessary pass regex on CTestCoverageCollectGCOVBrad King2020-04-291-3/+0
* | | | Merge topic 'stl-support'Brad King2020-05-012-4/+2
|\ \ \ \
| * | | | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-302-4/+2
| | |/ / | |/| |
* | | | Merge topic 'ctest-nightly-start-time'Brad King2020-05-014-1/+10
|\ \ \ \
| * | | | Tests: Add tests to demonstrate when CTEST_NIGHTLY_START_TIME is neededKyle Edwards2020-04-294-1/+10
| |/ / /
* | | | IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
* | | | IWYU: mark <cstddef> as neededBen Boeckel2020-04-293-3/+3
|/ / /
* | | 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
| |\ \ \ \ \ \ \