Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'fix-xcode6-compilation' | Brad King | 2019-06-26 | 1 | -4/+1 |
|\ | |||||
| * | Fix Xcode 6.1.1 compilation issue | Raffi Enficiaud | 2019-06-25 | 1 | -4/+1 |
* | | Merge topic 'export-targets-empty' | Brad King | 2019-06-26 | 1 | -2/+9 |
|\ \ | |||||
| * | | export: Restore support for empty TARGETS list | Brad King | 2019-06-25 | 1 | -2/+9 |
* | | | Merge topic 'ninja-nvcc-rsp' | Brad King | 2019-06-26 | 1 | -13/+2 |
|\ \ \ | |||||
| * | | | Ninja: Fix CUDA device linking when using response files | Francisco Facioni | 2019-06-25 | 1 | -13/+2 |
| |/ / | |||||
| * | | CMake 3.15.0-rc2v3.15.0-rc2 | Brad King | 2019-06-19 | 1 | -1/+1 |
| * | | Merge branch 'find_package_prefer_config_fix' into release-3.15 | Brad King | 2019-06-17 | 2 | -5/+24 |
| |\ \ | |||||
| * \ \ | Merge branch 'capabilities-fileapi' into release-3.15 | Brad King | 2019-06-17 | 1 | -3/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'cmake-gui-qt-notice' into release-3.15 | Craig Scott | 2019-06-13 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'capabilities-fileapi' into release-3.15 | Brad King | 2019-06-12 | 6 | -26/+63 |
| |\ \ \ \ \ | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-26 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge topic 'refactor/use-unique_ptr' | Brad King | 2019-06-25 | 10 | -61/+42 |
|\ \ \ \ \ \ | |||||
| * | | | | | | modermize: replace some raw pointers w/ `unique_ptr` | Alex Turbov | 2019-06-24 | 10 | -61/+42 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-25 | 1 | -1/+1 |
* | | | | | | | Merge topic 'vs-ce-deploy' | Brad King | 2019-06-24 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | VS10Generator: add project properties to enable WindowsCE deployment. | Wil Stark | 2019-06-19 | 1 | -0/+5 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-24 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-23 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-22 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'find-control-vars' | Brad King | 2019-06-21 | 3 | -0/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Find: Provide global controls for the `NO_[]_PATH` call options | Robert Maynard | 2019-06-21 | 3 | -0/+27 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-21 | 1 | -1/+1 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-20 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge topic 'generated_export_remove_duplicate_required_cmake_lines' | Brad King | 2019-06-19 | 1 | -3/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Export: A singular CMake version written for interface targets | Robert Maynard | 2019-06-17 | 1 | -3/+6 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-19 | 1 | -1/+1 |
* | | | | | | | Merge topic 'library-search-paths' | Brad King | 2019-06-18 | 1 | -7/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Swift: Add library search paths for dependencies | Saleem Abdulrasool | 2019-06-17 | 1 | -7/+27 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-18 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge topic 'escape-install-rpath' | Kyle Edwards | 2019-06-17 | 3 | -11/+76 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmInstallTargetGenerator: Escape generated OLD_RPATH argument | Dennis Klein | 2019-06-13 | 1 | -2/+3 |
| * | | | | | | | cmInstallTargetGenerator: Introduce CMP0095 | Dennis Klein | 2019-06-13 | 3 | -11/+75 |
* | | | | | | | | Merge topic 'cmDefinitions_avoid_string_copy' | Brad King | 2019-06-17 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmDefinitions: Avoid string copy when setting a definition | Sebastian Holtermann | 2019-06-13 | 1 | -2/+1 |
* | | | | | | | | | Merge topic 'find_package_prefer_config_fix' | Brad King | 2019-06-17 | 2 | -5/+24 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback | Cristian Adam | 2019-06-13 | 2 | -5/+24 |
* | | | | | | | | | Merge topic 'capabilities-fileapi' | Brad King | 2019-06-17 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | fileapi: Suppress lint warning about non-move with old jsoncpp | Brad King | 2019-06-12 | 1 | -3/+3 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-17 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-16 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-15 | 1 | -1/+1 |
| |_|_|_|/ / / |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-14 | 1 | -1/+1 |
* | | | | | | | Merge topic 'cmake-gui-qt-notice' | Craig Scott | 2019-06-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | cmake-gui: Update Qt copyright holder in About dialog | Brad King | 2019-06-12 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-13 | 1 | -1/+1 |
* | | | | | Merge topic 'add-test-command-expand-lists' | Brad King | 2019-06-12 | 5 | -9/+59 |
|\ \ \ \ \ | |||||
| * | | | | | add_test: Add COMMAND_EXPAND_LISTS option | Sergey Bobrenok | 2019-06-07 | 5 | -9/+59 |
* | | | | | | Merge topic 'cmPropertyMap_unordered_map' | Brad King | 2019-06-12 | 13 | -127/+101 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmPropertyMap: Use std::unordered_map as container instead of std::map | Sebastian Holtermann | 2019-06-08 | 2 | -3/+14 |