summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: introduce header cmext/algorithm with append functionsMarc Chevrier2019-12-175-0/+226
* CMake Nightly Date StampKitware Robot2019-12-171-1/+1
* Merge branch 'release-3.15'Brad King2019-12-160-0/+0
|\
| * CMake 3.15.6v3.15.6Brad King2019-12-161-1/+1
* | Merge topic 'ninja-multi'Brad King2019-12-16143-910/+3678
|\ \
| * | Help: Add documentation and release notes for multi-config NinjaKyle Edwards2019-12-136-3/+98
| * | Tests: Add test for Multi-Configuration Ninja generatorKyle Edwards2019-12-1373-6/+1717
| * | Ninja: Add multi-config variantKyle Edwards2019-12-1354-416/+1264
| * | Refactor: Prepare Ninja generator for multi-configKyle Edwards2019-12-1323-527/+641
* | | Merge topic 'bootstrap-intel'Brad King2019-12-161-1/+11
|\ \ \
| * | | bootstrap: Extend C++17 check for our cast functionsBrad King2019-12-141-1/+11
* | | | Merge topic 'test-vtk'Brad King2019-12-161-1/+1
|\ \ \ \
| * | | | Tests/Contracts: Update VTK repository URLBrad King2019-12-141-1/+1
| |/ / /
* | | | Merge branch 'release-3.16'Brad King2019-12-160-0/+0
|\ \ \ \
| * \ \ \ Merge topic 'pch-force-include' into release-3.16Brad King2019-12-162-1/+4
| |\ \ \ \
* | \ \ \ \ Merge topic 'pch-force-include'Brad King2019-12-162-1/+4
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | PCH: Append pch header file to list of forced include filesCristian Adam2019-12-132-1/+4
* | | | | | CMake Nightly Date StampKitware Robot2019-12-161-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-12-151-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2019-12-141-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'release-3.15'Brad King2019-12-130-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'FindBLAS-OpenBLAS-thread' into release-3.15Brad King2019-12-121-2/+6
| |\ \ \
| * \ \ \ Merge branch 'backport-3.15-vs-v142-version' into release-3.15Brad King2019-12-122-12/+15
| |\ \ \ \
* | \ \ \ \ Merge branch 'release-3.16'Brad King2019-12-130-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge topic 'FindBLAS-OpenBLAS-thread' into release-3.16Brad King2019-12-131-2/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge topic 'FindBLAS-OpenBLAS-thread'Brad King2019-12-131-2/+6
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FindBLAS: Consider OpenBLAS with thread libraries only with C or CXXBrad King2019-12-121-2/+6
* | | | | | Merge branch 'release-3.16'Brad King2019-12-130-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'backport-3.16-vs-v142-version' into release-3.16Brad King2019-12-132-12/+18
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'backport-3.16-vs-v142-version'Brad King2019-12-132-12/+18
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'backport-3.15-vs-v142-version' into backport-3.16-vs-v142-versionBrad King2019-12-120-0/+0
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | VS: Fix support for v142 toolset minor versions in VS 16.5+Brad King2019-12-122-12/+15
| | | |/ / / | | |/| | |
| * | | | | VS: Fix support for v142 toolset minor versions in VS 16.5+Brad King2019-12-122-12/+18
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-12-131-1/+1
* | | | | Merge topic 'function-var-current'Kyle Edwards2019-12-1219-41/+253
|\ \ \ \ \
| * | | | | Refactor: Replace CMAKE_CURRENT_LIST_DIR with CMAKE_CURRENT_FUNCTION_LIST_DIRAlex Turbov2019-12-105-14/+6
| * | | | | cmFunctionCommand: Introduce `CMAKE_CURRENT_FUNCTION*` variablesAlex Turbov2019-12-1014-0/+217
| * | | | | Refactor: Modernize `function` commandAlex Turbov2019-12-071-27/+30
* | | | | | Merge topic 'link-options-propagation'Brad King2019-12-122-5/+8
|\ \ \ \ \ \
| * | | | | | Link properties: must be transitive over private dependency on static libraryMarc Chevrier2019-12-122-5/+8
* | | | | | | Merge topic 'add_cuda_meta_compiler_features'Brad King2019-12-1250-71/+652
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) supportRobert Maynard2019-12-1050-71/+652
* | | | | | | | Merge topic 'FindThreads-tsan'Brad King2019-12-121-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | FindThreads: Add pthread_cancel to program to test for pthreads in libcCristian Morales Vega2019-12-111-0/+1
* | | | | | | | | Merge topic 'ctest-drmemory-support'Brad King2019-12-127-8/+203
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ctest: add support for memcheck using Dr. MemoryDietmar Scheidl2019-12-107-2/+200
| * | | | | | | | | cmCTestMemCheckHandler.cxx: minor refactoringDietmar Scheidl2019-12-101-6/+3
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-12-121-1/+1
* | | | | | | | | | Merge topic 'ctest-configuration-type'Kyle Edwards2019-12-117-0/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when setJulien Jomier2019-12-097-0/+45
| |/ / / / / / / / /