Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | | cmPropertyMap: Add RemoveProperty method | Sebastian Holtermann | 2019-06-08 | 2 | -0/+13 |
| * | | | | cmPropertyMap: Use std::string as value container class | Sebastian Holtermann | 2019-06-08 | 8 | -55/+11 |
| * | | | | cmPropertyMap: Make std::map container private | Sebastian Holtermann | 2019-06-08 | 5 | -48/+40 |
| * | | | | cmPropertyMap: Add GetList method | Sebastian Holtermann | 2019-06-08 | 4 | -8/+20 |
| * | | | | cmPropertyMap: Rename GetPropertyList method to GetKeys | Sebastian Holtermann | 2019-06-08 | 5 | -28/+18 |
* | | | | | Merge topic 'language-dependent-linker-flags' | Brad King | 2019-06-12 | 1 | -4/+17 |
|\ \ \ \ \ | |||||
| * | | | | | Support per-language library link flags | Saleem Abdulrasool | 2019-06-06 | 1 | -4/+17 |
* | | | | | | Merge topic 'capabilities-fileapi' | Brad King | 2019-06-12 | 6 | -26/+63 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | cmake: Teach -E capabilities to report supported fileapi requests | Brad King | 2019-06-07 | 3 | -0/+36 |
| * | | | | | cmake: Simplify implementation of -E capabilities | Brad King | 2019-06-07 | 4 | -12/+8 |
| * | | | | | fileapi: Factor out helper to construct a version object | Brad King | 2019-06-07 | 2 | -14/+19 |
| | |_|_|/ | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-12 | 1 | -1/+1 |
* | | | | | Merge topic 'get-runtime-dependencies' | Kyle Edwards | 2019-06-11 | 31 | -0/+2046 |
|\ \ \ \ \ | |||||
| * | | | | | file: Add GET_RUNTIME_DEPENDENCIES mode | Kyle Edwards | 2019-06-10 | 31 | -0/+2046 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-11 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-10 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-09 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-08 | 1 | -1/+1 |
* | | | | Merge topic 'autogen_header_in_symbolic_path_fix' | Brad King | 2019-06-07 | 1 | -3/+3 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Autogen: Fix header detection for paths with symbolic links | Sebastian Holtermann | 2019-06-06 | 1 | -3/+3 |
| |/ / | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-07 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'cmTarget_cleanups' | Brad King | 2019-06-06 | 4 | -195/+187 |
|\ \ | |||||
| * | | cmOutputConverter: Initialize static std::set on construction | Sebastian Holtermann | 2019-06-04 | 1 | -16/+4 |
| * | | cmAddCustomCommand: Initialize static std::unordered_set on construction | Sebastian Holtermann | 2019-06-04 | 1 | -24/+23 |
| * | | cmTargetPropertyComputer: Initialize static std::unordered_set on construction | Sebastian Holtermann | 2019-06-04 | 1 | -16/+15 |
| * | | cmTarget: Initialize static std::unordered_set on construction | Sebastian Holtermann | 2019-06-04 | 1 | -18/+17 |
| * | | cmTarget: Property initialization cleanup | Sebastian Holtermann | 2019-06-04 | 1 | -121/+128 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-06 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-05 | 1 | -1/+1 |
|/ / | |||||
* | | Begin post-3.15 development | Brad King | 2019-06-04 | 1 | -2/+2 |
|/ | |||||
* | CMake 3.15.0-rc1 version update | Brad King | 2019-06-04 | 1 | -3/+3 |
* | Merge topic 'emulator-arguments' | Brad King | 2019-06-04 | 2 | -13/+48 |
|\ | |||||
| * | Teach CROSSCOMPILING_EMULATOR to support arguments | Marek Antoniak | 2019-06-03 | 2 | -13/+48 |
* | | Merge topic 'remove_directories' | Brad King | 2019-06-04 | 1 | -8/+12 |
|\ \ | |||||
| * | | cmake: Teach -E remove_directory to remove multiple directories | John Freeman | 2019-06-03 | 1 | -8/+12 |