Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'msvc_static_assert' | Brad King | 2020-08-25 | 2 | -3/+5 |
|\ | |||||
| * | MSVC: Record support for c_static_assert | Raul Tambre | 2020-08-20 | 2 | -3/+5 |
| * | Merge topic 'FindMPI-cuda-pthread' into release-3.18 | Brad King | 2020-08-20 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge topic 'ep-patch-skip-update-dep' into release-3.18 | Brad King | 2020-08-19 | 1 | -27/+5 |
| |\ \ | |||||
| * \ \ | Merge topic 'llvm-rc-quote-cmake' into release-3.18 | Brad King | 2020-08-19 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'FindPython-enhance-version-extraction-from-lib-name' into releas... | Brad King | 2020-08-19 | 1 | -3/+4 |
| |\ \ \ \ | |||||
* | | | | | | FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overridden | Craig Scott | 2020-08-23 | 1 | -10/+31 |
* | | | | | | Merge topic 'clang-cl-restore-preprocess' | Brad King | 2020-08-21 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | clang-cl: Restore rules to create preprocessed and assembly output | Brad King | 2020-08-19 | 1 | -2/+2 |
* | | | | | | | Merge topic 'FindMPI-cuda-pthread' | Brad King | 2020-08-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | FindMPI: Fix regression in pthread guard | Axel Huebl | 2020-08-20 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'CMakeDetermineCXXCompiler-clang-typo' | Brad King | 2020-08-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | clang: Fix the typo for CMAKE_CXX_COMPILER_ID_TEST_FLAGS | Thomas Bernard | 2020-08-18 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'cpack-wix-custom-xmlns' | Brad King | 2020-08-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack/WiX: Add support for custom XML namespaces | Fritz Elfert | 2020-08-18 | 1 | -1/+1 |
* | | | | | | | Merge topic 'ExternalProject-retry-only-recoverable' | Brad King | 2020-08-19 | 2 | -34/+57 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ExternalProject: add INACTIVITY_TIMEOUT argument | Thomas Bernard | 2020-08-18 | 2 | -3/+17 |
| * | | | | | | | ExternalProject: retry download on recoverable errors | Thomas Bernard | 2020-08-11 | 1 | -31/+40 |
* | | | | | | | | Merge topic 'CMakeDependentOption-doc' | Brad King | 2020-08-19 | 1 | -10/+23 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | CMakeDependentOption: Expand documentation | Betsy McPhail | 2020-08-18 | 1 | -10/+23 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'ep-patch-skip-update-dep' | Brad King | 2020-08-19 | 1 | -27/+5 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | ExternalProject: Stop configure target from always appearing out-of-date | Craig Scott | 2020-08-18 | 1 | -24/+2 |
| * | | | | | | | ExternalProject: Stop patch target from always appearing out-of-date | Craig Scott | 2020-08-18 | 1 | -3/+3 |
* | | | | | | | | Merge topic 'llvm-rc-quote-cmake' | Brad King | 2020-08-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'backport-3.18-llvm-rc-quote-cmake' into llvm-rc-quote-cmake | Brad King | 2020-08-18 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | * | | | | | | llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECT | Thomas Bernard | 2020-08-18 | 1 | -1/+1 |
| | |/ / / / / | |||||
* | | | | | | | Merge topic 'FindPython-enhance-version-extraction-from-lib-name' | Brad King | 2020-08-19 | 1 | -3/+4 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | FindPython: enhance robustness of version extraction from library name | Marc Chevrier | 2020-08-18 | 1 | -3/+4 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'CMakeFindBinUtils-fallback' | Brad King | 2020-08-19 | 1 | -0/+13 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | | |||||
| * | | | | CMakeFindBinUtils: Always consider plain binutils when not cross-compiling | Robert Maynard | 2020-08-18 | 1 | -0/+13 |
| |/ / / | |||||
* | | | | Merge topic 'findhdf5-targets' | Brad King | 2020-08-18 | 1 | -2/+149 |
|\ \ \ \ | |||||
| * | | | | FindHDF5: Remove VTK library type detection | Seth R Johnson | 2020-08-14 | 1 | -5/+2 |
| * | | | | FindHDF5: Port changes from VTK | Ben Boeckel | 2020-08-14 | 1 | -2/+152 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'FindX11-xcb-util-xfixes' | Brad King | 2020-08-17 | 1 | -0/+28 |
|\ \ \ \ | |||||
| * | | | | FindX11: Add xcb_util and xcb_xfixes libraries | Tim Blechmann | 2020-08-12 | 1 | -0/+28 |
* | | | | | Merge topic 'ios-combined-prune-archs' | Brad King | 2020-08-17 | 1 | -1/+13 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | CMakeIOSInstallCombined: Enforce disjoint architecture sets | Gregor Jasny | 2020-08-08 | 1 | -1/+13 |
* | | | | | Merge topic 'FindOpenSSL-static' | Kyle Edwards | 2020-08-14 | 1 | -0/+50 |
|\ \ \ \ \ | |||||
| * | | | | | FindOpenSSL: Add support for finding static libraries | Sylvain Corlay | 2020-08-13 | 1 | -0/+50 |
* | | | | | | Merge topic 'FindRuby_document_deprecated_variables' | Brad King | 2020-08-12 | 1 | -2/+13 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | FindRuby: Add documentation for deprecated variables | Daniele E. Domenichelli | 2020-08-12 | 1 | -2/+13 |
| * | | | | | Merge topic 'msvc_c11' into release-3.18 | Brad King | 2020-08-12 | 2 | -12/+33 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'FindPython-manage-SOABI-in-all-versions' into release-3.18 | Brad King | 2020-08-12 | 1 | -12/+4 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'msvc_c11' | Brad King | 2020-08-12 | 2 | -12/+33 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | MSVC: Record support for C11 and c_restrict | Raul Tambre | 2020-08-11 | 2 | -12/+33 |
| |/ / / / / / | |||||
| * | | | | | | Merge topic 'findhdf5-fix-nohl' into release-3.18 | Brad King | 2020-08-11 | 1 | -1/+0 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'automoc-path-prefix-off' into release-3.18 | Brad King | 2020-08-11 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'FindPython-manage-SOABI-in-all-versions' | Brad King | 2020-08-12 | 1 | -12/+4 |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | / / / / | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | FindPython: manage SOABI for all Python versions | Marc Chevrier | 2020-08-11 | 1 | -12/+4 |
| |/ / / / / / | |||||
| * | | | | | | Merge topic 'FPHSA-name-mismatches-chained-via-include' into release-3.18 | Brad King | 2020-08-10 | 7 | -0/+52 |
| |\ \ \ \ \ \ |