Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Teach CMAKE_MFC_FLAG to support generator expressions | Andrey Starodubtsev | 2020-09-30 | 5 | -2/+13 |
* | 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 |
| * | | | | | | | | | | cmGeneratorTarget: Better name for internal variable | Deniz Bahadir | 2020-09-22 | 2 | -5/+5 |
* | | | | | | | | | | | Merge branch 'release-3.18' | Brad King | 2020-09-24 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Merge topic 'FindPython-fix-regex' into release-3.18 | Brad King | 2020-09-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge topic 'FindPython-fix-regex' | Brad King | 2020-09-24 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | / / | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |||||
| * | | | | | | | | | FindPython: Fix erroneous regex in ABI check | Marc Chevrier | 2020-09-23 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge topic 'find_package-version-range' | Craig Scott | 2020-09-24 | 52 | -237/+1099 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | CMakePackageConfigHelpers: Add version range support | Marc Chevrier | 2020-09-23 | 8 | -5/+64 |
| * | | | | | | | | | FPHSA: add support of version range | Marc Chevier | 2020-09-23 | 21 | -58/+242 |
| * | | | | | | | | | find_package: Add support of version range | Marc Chevier | 2020-09-23 | 23 | -80/+707 |
| * | | | | | | | | | cmFindPackageCommand: Refactoring | Marc Chevrier | 2020-09-23 | 2 | -99/+91 |