Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'load_command-cleanup' | Brad King | 2017-09-25 | 1 | -25/+10 |
|\ | |||||
| * | cmCPluginAPI: remove explicit casts to void* | Rolf Eike Beer | 2017-09-23 | 1 | -5/+4 |
| * | cmCPluginAPI: do not check pointer before calling free() | Rolf Eike Beer | 2017-09-23 | 1 | -3/+1 |
| * | cmCPluginAPI: use strdup() instead of open coding it | Rolf Eike Beer | 2017-09-23 | 1 | -17/+5 |
* | | Merge topic 'rc-missing-better-error' | Brad King | 2017-09-25 | 2 | -32/+66 |
|\ \ | |||||
| * | | Windows: Improve link-time error messages when rc or mt fail | Jonathan Marler | 2017-09-22 | 1 | -32/+62 |
| * | | cmSystemTools: Teach RunSingleCommand another way to report exceptions | Jonathan Marler | 2017-09-20 | 1 | -0/+4 |
* | | | Merge topic 'cpackifw-options' | Brad King | 2017-09-25 | 2 | -0/+43 |
|\ \ \ | |||||
| * | | | CPackIFW: Add some options | Konstantin Podsvirov | 2017-09-21 | 2 | -0/+43 |
* | | | | Merge topic 'cxx17-no-bind1st' | Brad King | 2017-09-25 | 2 | -4/+2 |
|\ \ \ \ | |||||
| * | | | | Avoid using std::bind1st that is removed in C++17 | Brad King | 2017-09-23 | 2 | -4/+2 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-25 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-24 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-23 | 1 | -1/+1 |
* | | | | Merge topic 'graphviz-link-type' | Craig Scott | 2017-09-22 | 1 | -5/+98 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | graphviz: distinguish target dependency types | Nico Müller | 2017-09-21 | 1 | -5/+98 |
* | | | | Merge topic 'perf-source-lookup' | Brad King | 2017-09-22 | 5 | -23/+66 |
|\ \ \ \ | |||||
| * | | | | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-09-20 | 3 | -3/+59 |
| * | | | | cmMakefile: Drop unused method | Aaron Orenstein | 2017-09-20 | 1 | -1/+0 |
| * | | | | cmSourceFileLocation: Drop unnecessary copy-assignment operator | Aaron Orenstein | 2017-09-20 | 3 | -19/+7 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'autogen-generators-refactor' | Brad King | 2017-09-22 | 3 | -1125/+1367 |
|\ \ \ \ | |||||
| * | | | | Autogen: Read relative paths from rcc output | Sebastian Holtermann | 2017-09-21 | 1 | -9/+18 |
| * | | | | Autogen: In VERBOSE mode print why files are (re)generated | Sebastian Holtermann | 2017-09-20 | 2 | -44/+221 |
| * | | | | Autogen: Refactor cmQtAutoGenerators | Sebastian Holtermann | 2017-09-20 | 2 | -1100/+1156 |
| |/ / / | |||||
* | | | | Merge topic 'variable_watch-modify-on-callback' | Brad King | 2017-09-22 | 2 | -20/+18 |
|\ \ \ \ | |||||
| * | | | | variable_watch: Made it safe to add/remove watches in access callbacks | Justin Berger | 2017-09-21 | 2 | -20/+18 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'string-empty' | Brad King | 2017-09-22 | 24 | -42/+43 |
|\ \ \ \ | |||||
| * | | | | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 24 | -42/+43 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-22 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'update-kwsys' | Brad King | 2017-09-21 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-09-21 | 1 | -0/+6 |
| |/ / / | |||||
* | | | | Merge topic 'cpack-different-checksum-file-per-generator' | Brad King | 2017-09-21 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | CPack: use a distinct checksum file for each generator | Domen Vrankar | 2017-09-20 | 1 | -2/+1 |
* | | | | | Merge topic 'cpack-check-install-script' | Brad King | 2017-09-21 | 1 | -1/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | CPack: Add missing check for CPACK_INSTALL_SCRIPT variable | Alex Turbov | 2017-09-20 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-21 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge topic 'CTest-cov-string' | Brad King | 2017-09-20 | 2 | -11/+10 |
|\ \ \ | |||||
| * | | | CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage() | Rolf Eike Beer | 2017-09-19 | 2 | -11/+10 |
| |/ / | |||||
* | | | Merge topic 'ninja-performance' | Brad King | 2017-09-20 | 3 | -32/+59 |
|\ \ \ | |||||
| * | | | Ninja: Cache ConvertToNinjaPath results to avoid repeat work | Matthias Maennich | 2017-09-19 | 2 | -5/+15 |
| * | | | Ninja: Improve performance with deeply-dependent custom targets | Matthias Maennich | 2017-09-19 | 3 | -27/+44 |
| |/ / | |||||
* | | | Merge topic 'tidy-modernize-loop-convert' | Brad King | 2017-09-20 | 4 | -14/+7 |
|\ \ \ | |||||
| * | | | Enable clang-tidy modernize-loop-convert lint | Brad King | 2017-09-19 | 4 | -14/+7 |
| |/ / | |||||
* | | | Merge topic 'cxx11-nullptr' | Brad King | 2017-09-20 | 14 | -67/+68 |
|\ \ \ | |||||
| * | | | Use C++11 nullptr (cont.) | Matthias Maennich | 2017-09-19 | 14 | -67/+68 |
* | | | | Merge topic 'cxx-checks-tolerate-unused-flag' | Brad King | 2017-09-20 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | C++ feature checks: Filter out warnings caused by user flags | Brad King | 2017-09-19 | 1 | -0/+2 |
| * | | | | C++ feature checks: Prepare for multiple check output filters | Brad King | 2017-09-19 | 1 | -1/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'CTest-crash-missing-glob' | Brad King | 2017-09-20 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | CTest: fix crash if source file for coverage cannot be found | Rolf Eike Beer | 2017-09-19 | 1 | -0/+2 |