summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CUDA: Clang separable compilationRaul Tambre2020-09-2422-124/+502
* Merge topic 'update-libuv'Brad King2020-09-2449-536/+1602
|\
| * libuv: Suppress conversion warning on WindowsBrad King2020-09-231-1/+1
| * libuv: Add fs_copy stub to cmake-bootstrap.cBrad King2020-09-231-0/+8
| * Merge branch 'upstream-libuv' into update-libuvBrad King2020-09-2348-536/+1594
| |\
| | * libuv 2020-09-22 (ed5b42d5)libuv upstream2020-09-2348-537/+1593
* | | Merge topic 'zstd-1.4.5'Brad King2020-09-2466-3972/+7723
|\ \ \
| * | | zstd: version 1.4.5 updateCristian Adam2020-09-232-1/+4
| * | | Merge branch 'upstream-zstd'Cristian Adam2020-09-2364-3971/+7719
| |\ \ \
| | * | | zstd 2020-05-21 (b706286a)zstd upstream2020-09-2364-3971/+7719
* | | | | Merge topic 'cmake-gui-tests'Brad King2020-09-2424-9/+458
|\ \ \ \ \
| * | | | | gitlab-ci: Add GUI testing to each OSKyle Edwards2020-09-238-1/+20
| * | | | | Tests: Add some basic tests for CMake GUIKyle Edwards2020-09-2312-0/+406
| * | | | | CMake GUI: Split up into libraries, add test shimKyle Edwards2020-09-233-7/+31
| * | | | | QCMakeCacheView: Default to nullptr for parentKyle Edwards2020-09-231-1/+1
| | |_|/ / | |/| | |
* | | | | 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-2445-763/+665
|\ \ \ \ \
| * | | | | CheckSoureRuns: Add a unified way to check if a source runsRobert Maynard2020-09-2323-387/+330
| * | | | | CheckSoureCompiles: Add a unified way to check if a source compilesRobert Maynard2020-09-2324-376/+331
| * | | | | 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-245-10/+50
|\ \ \ \ \
| * | | | | OBJECT libraries: Properly recognize if sources depend on configurationDeniz Bahadir2020-09-235-10/+50
| * | | | | cmGeneratorTarget: Better name for internal variableDeniz Bahadir2020-09-222-5/+5
* | | | | | Merge branch 'release-3.18'Brad King2020-09-240-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge topic 'FindPython-fix-regex' into release-3.18Brad King2020-09-241-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindPython-fix-regex'Brad King2020-09-241-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindPython: Fix erroneous regex in ABI checkMarc Chevrier2020-09-231-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'find_package-version-range'Craig Scott2020-09-2452-237/+1099
|\ \ \ \ \ \ \
| * | | | | | | CMakePackageConfigHelpers: Add version range supportMarc Chevrier2020-09-238-5/+64
| * | | | | | | FPHSA: add support of version rangeMarc Chevier2020-09-2321-58/+242
| * | | | | | | find_package: Add support of version rangeMarc Chevier2020-09-2323-80/+707
| * | | | | | | cmFindPackageCommand: RefactoringMarc Chevrier2020-09-232-99/+91
* | | | | | | | CMake Nightly Date StampKitware Robot2020-09-241-1/+1
* | | | | | | | Merge topic 'intel-dpcpp'Brad King2020-09-233-0/+9
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Intel: Add Intel DPC++ compiler identificationHarini Chilamantula2020-09-223-0/+9
* | | | | | | | Merge topic 'separate_arguments-program'Brad King2020-09-2319-74/+297
|\ \ \ \ \ \ \ \
| * | | | | | | | separate_arguments: add option PROGRAMMarc Chevrier2020-09-2213-8/+188
| * | | | | | | | separate_arguments: refactoringMarc Chevrier2020-09-228-70/+113
| |/ / / / / / /
* | | | | | | | Merge topic 'test-issue-21144'Brad King2020-09-232-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Add test for early source lookup of file(GENERATE)Josef Angstenberger2020-09-212-0/+11
* | | | | | | | | Merge topic 'FindProtobuf-threads'Brad King2020-09-231-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindProtobuf: Link to threads dependency only when Protobuf is foundBrad King2020-09-221-1/+1
* | | | | | | | | | Merge topic 'install-EXPORT-source-CONFIG'Brad King2020-09-232-3/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | install(EXPORT): Fix exporting target w/ source named using CONFIG genexDeniz Bahadir2020-09-222-3/+16
* | | | | | | | | | | Merge topic 'cuda_tests_architecture'Brad King2020-09-2323-61/+30
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Tests: Don't unnecessarily set CUDA_ARCHITECTURESRaul Tambre2020-09-2123-61/+30
* | | | | | | | | | | Merge topic 'binary-dir-props'Brad King2020-09-238-15/+64
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | {get,set}_property: Add support for referencing binary directoriesBrad King2020-09-238-15/+64
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-09-231-1/+1
|/ / / / / / / / /