Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | xcode: conditionally enable combined install tests | Gregor Jasny | 2020-09-25 | 1 | -6/+1 | |
| * | | | | | xcode: annotate test output with selected SDK | Gregor Jasny | 2020-09-25 | 1 | -8/+8 | |
* | | | | | | Merge topic 'FPHSA-fix-spurious-error' | Brad King | 2020-09-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FPHSA: avoid spurious error if version variable is not defined | Marc Chevrier | 2020-09-25 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'libuv-qnx' | Brad King | 2020-09-28 | 4 | -2/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | libuv: Add support for building for QNX within CMake | Elad Lahav | 2020-09-25 | 4 | -2/+26 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-28 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | Merge topic 'FindJNI-aarch64' into release-3.18 | Brad King | 2020-09-28 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'FindJNI-aarch64' | Brad King | 2020-09-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | FindJNI: Add aarch64 support | Brad King | 2020-09-25 | 1 | -1/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-28 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-27 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-26 | 1 | -1/+1 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge topic 'find_package_module_mode_print_debug_message' | Brad King | 2020-09-25 | 1 | -0/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindPackage: Provide better debug message when <PKG_FOUND> is false | Robert Maynard | 2020-09-22 | 1 | -0/+11 | |
| * | | | | | FindPackage: find_package(MODULE) respects CMAKE_FIND_DEBUG_MODE | Robert Maynard | 2020-09-22 | 1 | -0/+5 | |
* | | | | | | Merge topic 'cuda_clang_separable' | Brad King | 2020-09-25 | 22 | -124/+502 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CUDA: Clang separable compilation | Raul Tambre | 2020-09-24 | 22 | -124/+502 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge topic 'xcode-12-new-build-system' | Brad King | 2020-09-25 | 2 | -16/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Xcode: Remove dependency Makefile hacks under the "new build system" | Brad King | 2020-09-24 | 1 | -11/+17 | |
| * | | | | | | Xcode: Remove remnants of ancient XCODE_DEPEND_HELPER utility target | Brad King | 2020-09-24 | 2 | -6/+5 | |
* | | | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-25 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Merge topic 'clang-llvm-lib' into release-3.18 | Brad King | 2020-09-25 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'clang-llvm-lib' | Brad King | 2020-09-25 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Clang: Look for llvm-lib when using MSVC-like front-end | Shoaib Meenai | 2020-09-24 | 1 | -1/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'linux-_FILE_OFFSET_BITS-64' | Brad King | 2020-09-25 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Linux: Compile with _FILE_OFFSET_BITS=64 on 32-bit Linux | Marc Chevrier | 2020-09-23 | 1 | -0/+6 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-09-25 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge topic 'update-libuv' | Brad King | 2020-09-24 | 49 | -536/+1602 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | libuv: Suppress conversion warning on Windows | Brad King | 2020-09-23 | 1 | -1/+1 | |
| * | | | | | | libuv: Add fs_copy stub to cmake-bootstrap.c | Brad King | 2020-09-23 | 1 | -0/+8 | |
| * | | | | | | Merge branch 'upstream-libuv' into update-libuv | Brad King | 2020-09-23 | 48 | -536/+1594 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | libuv 2020-09-22 (ed5b42d5) | libuv upstream | 2020-09-23 | 48 | -537/+1593 | |
* | | | | | | | | Merge topic 'zstd-1.4.5' | Brad King | 2020-09-24 | 66 | -3972/+7723 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | zstd: version 1.4.5 update | Cristian Adam | 2020-09-23 | 2 | -1/+4 | |
| * | | | | | | | | Merge branch 'upstream-zstd' | Cristian Adam | 2020-09-23 | 64 | -3971/+7719 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | zstd 2020-05-21 (b706286a) | zstd upstream | 2020-09-23 | 64 | -3971/+7719 | |
* | | | | | | | | | | Merge topic 'cmake-gui-tests' | Brad King | 2020-09-24 | 24 | -9/+458 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | gitlab-ci: Add GUI testing to each OS | Kyle Edwards | 2020-09-23 | 8 | -1/+20 | |
| * | | | | | | | | | | Tests: Add some basic tests for CMake GUI | Kyle Edwards | 2020-09-23 | 12 | -0/+406 | |
| * | | | | | | | | | | CMake GUI: Split up into libraries, add test shim | Kyle Edwards | 2020-09-23 | 3 | -7/+31 | |
| * | | | | | | | | | | QCMakeCacheView: Default to nullptr for parent | Kyle Edwards | 2020-09-23 | 1 | -1/+1 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'proper_device_libraries_architecture' | Brad King | 2020-09-24 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Tests: Use sm_35 in Cuda.ProperDeviceLibraries for CUDA <10.0 | Raul Tambre | 2020-09-23 | 1 | -0/+5 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'check-source-modules' | Brad King | 2020-09-24 | 45 | -763/+665 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | CheckSoureRuns: Add a unified way to check if a source runs | Robert Maynard | 2020-09-23 | 23 | -387/+330 | |
| * | | | | | | | | | | CheckSoureCompiles: Add a unified way to check if a source compiles | Robert Maynard | 2020-09-23 | 24 | -376/+331 | |
| * | | | | | | | | | | Add a test to verify '\' handling in CHECK_CXX_SOURCE_COMPILES | Robert Maynard | 2020-09-23 | 1 | -0/+4 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge topic 'obj-lib-per-config-source' | Brad King | 2020-09-24 | 5 | -10/+50 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | OBJECT libraries: Properly recognize if sources depend on configuration | Deniz Bahadir | 2020-09-23 | 5 | -10/+50 | |