summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix CMake.FileDownload test failures not reportedCraig Scott2020-01-152-5/+34
* Tests: Fix CMake.FileDownload test in presence of proxyBrad King2020-01-151-0/+5
* Tests: Extend CMake.FileDownload test internal timeoutsBrad King2020-01-151-11/+13
* Merge topic 'test-objc-enable'Kyle Edwards2019-12-203-31/+8
|\
| * Tests: Enable missing Objective C/C++ testsBrad King2019-12-193-31/+8
* | Merge topic 'add_find_call_debugging'Kyle Edwards2019-12-2015-0/+193
|\ \
| * | find_*: Use debug logging infrastructureRobert Maynard2019-12-1915-0/+193
* | | Merge topic 'add_custom_command-depends-path'Kyle Edwards2019-12-201-0/+15
|\ \ \ | |_|/ |/| |
| * | add_custom_command: convert DEPENDS path arguments to absolute pathsBen Boeckel2019-12-181-0/+15
* | | Merge topic 'autogen-no-hh'Brad King2019-12-193-16/+0
|\ \ \
| * | | Autogen: Revert processing of .hh files for compatibilityBrad King2019-12-183-16/+0
* | | | Merge topic 'test-resource-spec-init-lists'Brad King2019-12-191-37/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests: Fix testCTestResourceSpec struct initialization for some compilersMichael Dickens2019-12-181-37/+36
| |/ /
| * | Merge topic 'unity-object-libraries' into release-3.16Brad King2019-12-093-0/+20
| |\ \
| * \ \ Merge topic 'pch-reuse-importlib' into release-3.16Brad King2019-12-093-0/+32
| |\ \ \
* | \ \ \ Merge topic 'add-header-cmext-algorithm'Brad King2019-12-182-0/+118
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Refactoring: introduce header cmext/algorithm with append functionsMarc Chevrier2019-12-172-0/+118
* | | | | Merge topic 'FindCUDAToolkit-module'Brad King2019-12-178-4/+104
|\ \ \ \ \
| * | | | | FindCUDAToolkit: correct searches for Toolkit componentsRobert Maynard2019-12-162-19/+2
| * | | | | FindCUDAToolkit: Improve usage, library set, and testsRobert Maynard2019-12-168-4/+121
| |/ / / /
* | | | | Merge topic 'fix-vs-winrt-by-default'Brad King2019-12-173-0/+86
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | VS: Change CMAKE_VS_WINRT_BY_DEFAULT to not implicitly enable WinRTPetr Polezhaev2019-12-161-3/+3
| * | | | Vs: Add test for VS_WINRT_BY_DEFAULTPetr Polezhaev2019-12-163-0/+86
* | | | | Merge topic 'ninja-multi'Brad King2019-12-1695-57/+1806
|\ \ \ \ \
| * | | | | Tests: Add test for Multi-Configuration Ninja generatorKyle Edwards2019-12-1373-6/+1717
| * | | | | Ninja: Add multi-config variantKyle Edwards2019-12-1324-51/+89
| |/ / / /
* | | | | Merge topic 'test-vtk'Brad King2019-12-161-1/+1
|\ \ \ \ \
| * | | | | Tests/Contracts: Update VTK repository URLBrad King2019-12-141-1/+1
| |/ / / /
* | | | | Merge topic 'pch-force-include'Brad King2019-12-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PCH: Append pch header file to list of forced include filesCristian Adam2019-12-131-1/+1
* | | | | Merge topic 'function-var-current'Kyle Edwards2019-12-126-0/+128
|\ \ \ \ \
| * | | | | cmFunctionCommand: Introduce `CMAKE_CURRENT_FUNCTION*` variablesAlex Turbov2019-12-106-0/+128
* | | | | | Merge topic 'link-options-propagation'Brad King2019-12-121-3/+6
|\ \ \ \ \ \
| * | | | | | Link properties: must be transitive over private dependency on static libraryMarc Chevrier2019-12-121-3/+6
* | | | | | | Merge topic 'add_cuda_meta_compiler_features'Brad King2019-12-1229-17/+222
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-1029-17/+222
* | | | | | | | Merge topic 'ctest-configuration-type'Kyle Edwards2019-12-114-0/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when setJulien Jomier2019-12-094-0/+30
* | | | | | | | | Merge topic 'cpack-use-CPACK_PACKAGE_HOMEPAGE_URL'Kyle Edwards2019-12-115-0/+53
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | CPack: CMAKE_PROJECT_HOMEPAGE_URL -> CPACK_PACKAGE_HOMEPAGE_URLAlex Turbov2019-12-095-0/+53
* | | | | | | | | Merge topic 'link-options-propagation'Brad King2019-12-0919-0/+126
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Link properties: must be transitive over private dependency on static libraryMarc Chevrier2019-12-0919-0/+126
* | | | | | | | | Merge topic 'foreach-ZIP_LISTS'Brad King2019-12-0929-0/+201
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | foreach: Allow multiple iteration variables for `ZIP_LIST` modeAlex Turbov2019-12-0715-0/+81
| * | | | | | | | | foreach: Introduce `IN ZIP_LISTS` modeAlex Turbov2019-12-0115-0/+120
* | | | | | | | | | Merge topic 'compiler-launcher-env'Brad King2019-12-0925-12/+49
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | launcher: support setting a compiler launcher through the environmentBen Boeckel2019-12-0525-12/+49
* | | | | | | | | | | Merge topic 'unity-object-libraries'Brad King2019-12-093-0/+20
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'backport-unity-object-libraries' into unity-object-librariesBrad King2019-12-083-0/+20
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Unity: Proper handling of object librariesCristian Adam2019-12-073-0/+20
| | | |_|_|_|_|/ / / | | |/| | | | | | |