Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge branch 'backport-3.16-link-line-backtrace' | Brad King | 2020-02-10 | 9 | -93/+85 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | Propagate backtraces from LINK_LIBRARIES through to link line items | Brad King | 2020-02-10 | 9 | -93/+85 | |
| | |/ / | ||||||
* | | | | Merge topic 'ExternalProject-submodules-recurse' into release-3.17 | Brad King | 2020-02-11 | 1 | -19/+28 | |
|\ \ \ \ | ||||||
| * | | | | ExternalProject: Fix git submodule recursion on update | Charis Marangos | 2020-02-10 | 1 | -19/+28 | |
| |/ / / | ||||||
* | | | | Merge topic 'FindOpenMP-clang-windows' into release-3.17 | Brad King | 2020-02-11 | 1 | -7/+25 | |
|\ \ \ \ | ||||||
| * | | | | FindOpenMP: Add support for Clang on Windows | Tim Hutton | 2020-02-10 | 1 | -1/+20 | |
| * | | | | FindOpenMP: Save flags/libs in cache entries each time they are detected | Tim Hutton | 2020-02-10 | 1 | -6/+5 | |
| |/ / / | ||||||
* | | | | Merge topic 'FindPython-reduce-resources-comsumption' into release-3.17 | Brad King | 2020-02-11 | 2 | -88/+138 | |
|\ \ \ \ | ||||||
| * | | | | FindPython: reduces consumption of resources | Marc Chevrier | 2020-02-10 | 2 | -88/+138 | |
* | | | | | Merge topic 'swift-no-sdk-include' into release-3.17 | Brad King | 2020-02-11 | 7 | -1/+89 | |
|\ \ \ \ \ | ||||||
| * | | | | | Swift: Exclude SDK include paths | Yauheni Khnykin | 2020-02-10 | 7 | -1/+89 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'FindMPI-fix-rerun' into release-3.17 | Brad King | 2020-02-11 | 1 | -12/+48 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindMPI: Preserve order of include directories on re-runs of CMake | Brad King | 2020-02-10 | 1 | -12/+27 | |
| * | | | | | FindMPI: Restore re-construction of include directories | Brad King | 2020-02-10 | 1 | -0/+21 | |
* | | | | | | Merge topic 'ninja-multi-depfile' into release-3.17 | Brad King | 2020-02-10 | 6 | -1/+23 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Ninja Multi-Config: Add support for DEPFILE option in add_custom_command() | Kyle Edwards | 2020-02-07 | 6 | -1/+23 | |
|/ / / / / | ||||||
* | | | | | Merge topic 'libarchive-win-codepage' into release-3.17 | Brad King | 2020-02-07 | 1 | -2/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | libarchive: Add support for UTF-8 locale on Windows | Brad King | 2020-02-06 | 1 | -1/+3 | |
| * | | | | | libarchive: Fix WideCharToMultiByte output buffer size | Brad King | 2020-02-06 | 1 | -1/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge topic 'ninja-multi-default-config-fix' into release-3.17 | Brad King | 2020-02-07 | 3 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Ninja Multi-Config: Fix issue with CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG | Kyle Edwards | 2020-02-06 | 3 | -0/+6 | |
* | | | | | | Merge topic 'ninja-multi-no-minsizerel' into release-3.17 | Brad King | 2020-02-07 | 7 | -9/+30 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Ninja Multi-Config: Don't include MinSizeRel by default | Kyle Edwards | 2020-02-06 | 7 | -9/+30 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'cuda_toolkit_add_cupti' into release-3.17 | Brad King | 2020-02-07 | 1 | -3/+25 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | CUDAToolkit: Add support for cupti library | Robert Maynard | 2020-02-06 | 1 | -1/+23 | |
| * | | | | | CUDAToolkit: Correct location of OpenCL doc link | Robert Maynard | 2020-02-06 | 1 | -2/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Begin 3.17 release versioning | Brad King | 2020-02-05 | 1 | -3/+3 | |
* | | | | | Help: Drop development topic notes to prepare release | Brad King | 2020-02-05 | 2 | -9/+0 | |
|/ / / / | ||||||
* | | | | Merge topic 'doc-3.17-relnotes' | Brad King | 2020-02-05 | 62 | -394/+317 | |
|\ \ \ \ | ||||||
| * | | | | Help: Organize and revise 3.17 release notes | Brad King | 2020-02-05 | 1 | -184/+218 | |
| * | | | | Help: Consolidate 3.17 release notes | Brad King | 2020-02-05 | 62 | -394/+283 | |
|/ / / / | ||||||
* | | | | Merge branch 'release-3.16' | Brad King | 2020-02-05 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | CMake 3.16.4v3.16.4 | Brad King | 2020-02-05 | 1 | -1/+1 | |
* | | | | Merge topic 'ninja-multi-cmake-build-no-config' | Brad King | 2020-02-05 | 11 | -17/+82 | |
|\ \ \ \ | ||||||
| * | | | | Help: Make note of ninja -f argument in Ninja Multi-Config docs | Kyle Edwards | 2020-02-04 | 1 | -1/+2 | |
| * | | | | Help: Explain new behavior of cmake --build in Ninja Multi-Config | Kyle Edwards | 2020-02-04 | 1 | -0/+5 | |
| * | | | | Ninja Multi-Config: Use build.ninja if cmake --build has no --config | Kyle Edwards | 2020-02-04 | 6 | -13/+54 | |
| * | | | | Refactor: Allow generators to decide default configuration for build | Kyle Edwards | 2020-02-04 | 4 | -3/+21 | |
* | | | | | Merge topic 'llvm-rc-preprocess' | Brad King | 2020-02-05 | 12 | -0/+169 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add -E cmake_llvm_rc to preprocess files for llvm-rc | Thomas Bernard | 2020-02-04 | 12 | -0/+169 | |
* | | | | | | Merge topic 'typo' | Brad King | 2020-02-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Help: Fix typo in Help/prop_tgt/OSX_COMPATIBILITY_VERSION.rst | Isuru Fernando | 2020-02-04 | 1 | -1/+1 | |
* | | | | | | | Merge topic 'sdcc-no-default-target' | Brad King | 2020-02-05 | 2 | -11/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | SDCC: Remove default flags for a specific target | fruit | 2020-02-04 | 2 | -11/+5 | |
* | | | | | | | | Merge branch 'release-3.16' | Brad King | 2020-02-05 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'vs-version-for-unity' into release-3.16 | Brad King | 2020-02-05 | 3 | -7/+12 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'vs-version-for-unity' | Brad King | 2020-02-05 | 3 | -7/+12 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | VS: Do not use native unity builds on VS 2017 versions less than 15.8 | Brad King | 2020-02-04 | 3 | -7/+12 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-02-05 | 1 | -1/+1 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.15' | Brad King | 2020-02-04 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | |