Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'release-3.16' | Brad King | 2019-10-18 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'pch-makefile-depends' into release-3.16 | Brad King | 2019-10-17 | 6 | -27/+38 |
| |\ | |||||
* | \ | Merge topic 'pch-makefile-depends' | Brad King | 2019-10-18 | 6 | -27/+38 |
|\ \ \ | | |/ | |/| | |||||
| * | | PCH: Fix Makefile dependencies to rebuild PCH on header changes | Brad King | 2019-10-17 | 5 | -5/+34 |
| * | | cmMakefileTargetGenerator: Inline WriteObjectBuildFile in only call site | Brad King | 2019-10-16 | 2 | -22/+4 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-18 | 1 | -1/+1 |
* | | | Merge branch 'release-3.16' | Brad King | 2019-10-17 | 0 | -0/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge branch 'export-target-lang-name' into release-3.16 | Brad King | 2019-10-17 | 3 | -14/+30 |
| |\ \ | |||||
| * \ \ | Merge branch 'doc-pch-compile-language' into release-3.16 | Brad King | 2019-10-16 | 3 | -1/+22 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'graphviz' | Brad King | 2019-10-17 | 50 | -501/+1692 |
|\ \ \ \ \ | |||||
| * | | | | | Graphviz: added test suite, fixes, enhancements | Corentin Plouet | 2019-10-08 | 50 | -501/+1692 |
* | | | | | | Merge topic 'doc-pch-compile-language' | Brad King | 2019-10-17 | 3 | -1/+22 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | PCH: Document and test COMPILE_LANGUAGE genex for per-language header | Brad King | 2019-10-16 | 3 | -1/+22 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'export-target-lang-name' | Brad King | 2019-10-17 | 3 | -14/+30 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | install,export: Do not treat language names as target names | Brad King | 2019-10-16 | 3 | -14/+30 |
| |/ / / | |||||
* | | | | Merge topic 'vs_dotnet_documentation_file' | Brad King | 2019-10-17 | 8 | -0/+63 |
|\ \ \ \ | |||||
| * | | | | VS: Add VS_DOTNET_DOCUMENTATION_FILE property | Charly Mourglia | 2019-10-15 | 8 | -0/+63 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-17 | 1 | -1/+1 |
* | | | | | Merge branch 'release-3.16' | Brad King | 2019-10-16 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch 'doc-add_link_options-typos' into release-3.16 | Brad King | 2019-10-16 | 2 | -11/+11 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'doc-add_link_options-typos' | Brad King | 2019-10-16 | 2 | -11/+11 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Help: Fix typos and style in add_link_options documentation | Tom Lankhorst | 2019-10-16 | 2 | -11/+11 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'release-3.16' | Brad King | 2019-10-16 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'swift-cross-compile' into release-3.16 | Brad King | 2019-10-15 | 1 | -0/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'CMakeFindBinUtils-cleanup' into release-3.16 | Brad King | 2019-10-15 | 1 | -12/+0 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'FindCurses-tinfow' into release-3.16 | Brad King | 2019-10-15 | 1 | -2/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'FindHDF5-cray' into release-3.16 | Brad King | 2019-10-15 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'FindCURL-cmake-package' | Brad King | 2019-10-16 | 2 | -1/+34 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | FindCURL: Try to find CURLConfig.cmake | Charles Barto | 2019-10-15 | 2 | -1/+34 |
* | | | | | | | | | | Merge topic 'CMakeFindBinUtils-cleanup' | Brad King | 2019-10-16 | 1 | -12/+0 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | CMakeFindBinUtils: Remove unnecessary variable unset calls | Brad King | 2019-10-15 | 1 | -12/+0 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'swift-cross-compile' | Brad King | 2019-10-16 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| * | | | | | | | | try_compile: support Swift for cross-compilation | Saleem Abdulrasool | 2019-10-15 | 1 | -0/+3 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'FindCurses-tinfow' | Brad King | 2019-10-16 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | FindCurses: use tinfow when wide support is requested | Manuel Herrmann | 2019-10-15 | 1 | -2/+4 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'FindHDF5-cray' | Brad King | 2019-10-16 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | FindHDF5: Append hdf5 to hdf5_hl to avoid undefined references | Willem Deconinck | 2019-10-15 | 1 | -1/+1 |
| * | | | | | | FindHDF5: Cray HDF5 Fortran module filename is usually capitalized | Willem Deconinck | 2019-10-15 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-16 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge branch 'release-3.16' | Brad King | 2019-10-15 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'doc-static-lib-flags' into release-3.16 | Brad King | 2019-10-15 | 2 | -5/+17 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'cmake-initial-cache-relative' into release-3.16 | Brad King | 2019-10-14 | 13 | -10/+40 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'FindOpenMP-clang-HIP-device' into release-3.16 | Brad King | 2019-10-14 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'doc-static-lib-flags' | Brad King | 2019-10-15 | 2 | -5/+17 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Help: Clarify documentation of CMAKE_STATIC_LINKER_FLAGS | Brad King | 2019-10-15 | 2 | -5/+17 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cmake-initial-cache-relative' | Brad King | 2019-10-15 | 13 | -10/+40 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | cmake: Fix relative path regression in -C | Peter Waller | 2019-10-14 | 13 | -10/+40 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'FindOpenMP-clang-HIP-device' | Brad King | 2019-10-15 | 1 | -0/+2 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | FindOpenMP: Add support for HIP clang device pass | Konstantin Pyzhov | 2019-10-12 | 1 | -0/+2 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-10-15 | 1 | -1/+1 |