Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 24 | -42/+43 |
* | 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 |
* | | | | | | Merge topic 'cxx11-override' | Brad King | 2017-09-18 | 254 | -1164/+1090 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cm_codecvt: Tell IWYU to keep cmConfigure.h | Brad King | 2017-09-15 | 1 | -1/+1 |
| * | | | | | | Drop now-unused definition of CM_OVERRIDE | Brad King | 2017-09-15 | 3 | -32/+0 |
| * | | | | | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 251 | -1131/+1089 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-18 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-17 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-16 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge topic 'refactor-iwyu-code' | Brad King | 2017-09-15 | 7 | -233/+303 |
|\ \ \ \ \ | |||||
| * | | | | | Clean up iwyu code to not be one big if statement. | Bill Hoffman | 2017-09-13 | 7 | -233/+303 |
* | | | | | | Merge topic 'codeblocks-exclude-external' | Brad King | 2017-09-15 | 1 | -0/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CodeBlocks: add option to exclude external files | Alexandr (Sagrer) Gridnev | 2017-09-14 | 1 | -0/+20 |
* | | | | | | | Merge topic 'ranged-for' | Brad King | 2017-09-15 | 33 | -869/+606 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Meta: modernize old-fashioned loops to range-based `for` (CTest). | Pavel Solodovnikov | 2017-09-14 | 33 | -869/+606 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-09-15 | 2 | -66/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-09-14 | 2 | -66/+0 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-09-15 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge topic 'get_filename_component-fix-program-split' | Brad King | 2017-09-14 | 3 | -1/+79 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semantics | Brad King | 2017-09-13 | 3 | -1/+79 |