Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | Merge branch 'backport-autogen-target-depends' into release-3.9 | Brad King | 2017-09-13 | 1 | -25/+60 |
| |\ \ \ | |||||
| | * | | | Autogen: Backport autogen target dependency as file dependency fix | Sebastian Holtermann | 2017-09-13 | 1 | -25/+60 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-20 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge topic 'ranged-for' | Brad King | 2017-09-19 | 18 | -389/+246 |
|\ \ \ \ | |||||
| * | | | | Meta: modernize old-fashioned loops to range-based `for` (CPack). | Pavel Solodovnikov | 2017-09-19 | 18 | -389/+246 |
* | | | | | Merge topic 'string-clear' | Brad King | 2017-09-19 | 70 | -212/+212 |
|\ \ \ \ \ | |||||
| * | | | | | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 70 | -214/+214 |
| |/ / / / | |||||
* | | | | | Merge topic 'vs-manifestuac-flag-map' | Brad King | 2017-09-19 | 8 | -25/+111 |
|\ \ \ \ \ | |||||
| * | | | | | VS: Fix MANIFESTUAC link flag map to .vcxproj elements | comicfans | 2017-09-18 | 8 | -25/+111 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-19 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'ctest-runcommand' | Brad King | 2017-09-18 | 3 | -26/+42 |
|\ \ \ \ \ | |||||
| * | | | | | pass arguments as vector to cmCTest::RunCommand() | Rolf Eike Beer | 2017-09-15 | 3 | -26/+42 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'cmake-gui-high-dpi' | Brad King | 2017-09-18 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-gui: Enable High DPI scaling | Luis Caro | 2017-09-15 | 1 | -0/+4 |
| |/ / / / | |||||
* | | | | | Merge topic 'libuv-bootstrap' | Brad King | 2017-09-18 | 1 | -3/+4 |
|\ \ \ \ \ | |||||
| * | | | | | bootstrap: Make libuv available during bootstrap | Brad King | 2017-09-17 | 1 | -3/+4 |