Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge topic 'cm_fallthrough' | Daniel Pfeifer | 2017-08-23 | 3 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix CM_FALLTHROUGH with -Wunused-parameter | Brad King | 2017-08-22 | 3 | -3/+3 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-23 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'ccg-no-mutable' | Brad King | 2017-08-22 | 2 | -21/+17 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | cmCustomCommandGenerator: Avoid mutable state | Brad King | 2017-08-08 | 2 | -21/+17 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-22 | 1 | -1/+1 | |
* | | | | | Merge topic 'perf-targetIter-missedGenerators' | Craig Scott | 2017-08-21 | 10 | -34/+39 | |
|\ \ \ \ \ | ||||||
| * | | | | | Performance: Fix a few more unnecessary vector copies missed in af3fd6f | Aaron Orenstein | 2017-08-18 | 10 | -34/+39 | |
* | | | | | | Merge topic 'autogen-macro-names' | Brad King | 2017-08-21 | 4 | -10/+23 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Autogen: Add AUTOMOC_MACRO_NAMES support | Sebastian Holtermann | 2017-08-18 | 4 | -10/+23 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'bootstrap-target-commands' | Brad King | 2017-08-21 | 3 | -25/+24 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CursesDialog: use target_include_directories for cmForm | Daniel Pfeifer | 2017-08-18 | 2 | -11/+10 | |
| * | | | | | | bootstrap: make target_* commands available | Daniel Pfeifer | 2017-08-18 | 1 | -14/+14 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'vs-less-c_str' | Brad King | 2017-08-21 | 1 | -58/+53 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | VS: remove unnecessary c_str() | Vitaly Stakhovsky | 2017-08-17 | 1 | -58/+53 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-21 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-20 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-19 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-18 | 1 | -1/+1 | |
* | | | | | Merge topic 'perf-targetIterAndLookup-cmLocalGenerator' | Craig Scott | 2017-08-17 | 14 | -57/+71 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Performance: Add an index to Change cmLocalGenerator::GeneratorTargets. | Aaron Orenstein | 2017-08-16 | 14 | -57/+71 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-17 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge topic 'lint-fixes' | Brad King | 2017-08-16 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | cmServerProtocol: Do not move into json::Value::append() | Daniel Pfeifer | 2017-08-15 | 1 | -1/+1 | |
| * | | | | cmServerProtocol: pass cmBacktraceRange by value | Daniel Pfeifer | 2017-08-15 | 1 | -1/+1 | |
* | | | | | Merge topic 'string_prepend' | Brad King | 2017-08-16 | 2 | -0/+28 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add PREPEND sub-command to string command | Sylvain Joubert | 2017-08-11 | 2 | -0/+28 | |
* | | | | | | Merge topic 'autogen-autouic-lookup' | Brad King | 2017-08-16 | 2 | -21/+51 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'backport-autogen-autouic-lookup' into autogen-autouic-lookup | Brad King | 2017-08-15 | 2 | -21/+51 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | | | ||||||
| | * | | | | Autogen: Restore AUTOUIC lookup paths from 3.8.2 | Sebastian Holtermann | 2017-08-15 | 2 | -21/+51 | |
| | * | | | | CMake 3.9.1v3.9.1 | Brad King | 2017-08-10 | 1 | -1/+1 | |
| | * | | | | Merge branch 'find-package_root-disable' into release-3.9 | Brad King | 2017-08-10 | 4 | -0/+14 | |
| | |\ \ \ \ | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-16 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'server-allow-cache' | Brad King | 2017-08-15 | 1 | -11/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmServerProtocol: allow 'cache' request before 'configure' | Daniel Pfeifer | 2017-08-13 | 1 | -4/+0 | |
| * | | | | | | cmServerProtocol: fix test of empty values | Daniel Pfeifer | 2017-08-13 | 1 | -7/+8 | |
* | | | | | | | Merge topic 'autogen-less-verbose' | Brad King | 2017-08-15 | 1 | -6/+18 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Autogen: Only print Qt Autogenerator messages when verbose | Matthias Kuhn | 2017-08-12 | 1 | -6/+18 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-08-15 | 5 | -40/+159 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-08-11 | 5 | -40/+159 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'cpackifw-package-file-extension' | Brad King | 2017-08-15 | 2 | -12/+27 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable | Konstantin Podsvirov | 2017-08-09 | 2 | -12/+27 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-15 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-14 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-13 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-08-12 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'libuv-required' | Brad King | 2017-08-11 | 2 | -12/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make libuv available to all parts of CMake | Brad King | 2017-08-08 | 2 | -12/+6 | |
* | | | | | | | Merge topic 'autogen-merge-redundant' | Brad King | 2017-08-11 | 5 | -46/+53 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Autogen: Merge and remove redundant function calls | Sebastian Holtermann | 2017-08-10 | 3 | -44/+34 | |