summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-2124-42/+43
* CMake Nightly Date StampKitware Robot2017-09-211-1/+1
* Merge topic 'CTest-cov-string'Brad King2017-09-202-11/+10
|\
| * CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()Rolf Eike Beer2017-09-192-11/+10
* | Merge topic 'ninja-performance'Brad King2017-09-203-32/+59
|\ \
| * | Ninja: Cache ConvertToNinjaPath results to avoid repeat workMatthias Maennich2017-09-192-5/+15
| * | Ninja: Improve performance with deeply-dependent custom targetsMatthias Maennich2017-09-193-27/+44
| |/
* | Merge topic 'tidy-modernize-loop-convert'Brad King2017-09-204-14/+7
|\ \
| * | Enable clang-tidy modernize-loop-convert lintBrad King2017-09-194-14/+7
| |/
* | Merge topic 'cxx11-nullptr'Brad King2017-09-2014-67/+68
|\ \
| * | Use C++11 nullptr (cont.)Matthias Maennich2017-09-1914-67/+68
* | | Merge topic 'cxx-checks-tolerate-unused-flag'Brad King2017-09-201-1/+4
|\ \ \
| * | | C++ feature checks: Filter out warnings caused by user flagsBrad King2017-09-191-0/+2
| * | | C++ feature checks: Prepare for multiple check output filtersBrad King2017-09-191-1/+2
| | |/ | |/|
* | | Merge topic 'CTest-crash-missing-glob'Brad King2017-09-201-0/+2
|\ \ \
| * | | CTest: fix crash if source file for coverage cannot be foundRolf Eike Beer2017-09-191-0/+2
| * | | Merge branch 'backport-autogen-target-depends' into release-3.9Brad King2017-09-131-25/+60
| |\ \ \
| | * | | Autogen: Backport autogen target dependency as file dependency fixSebastian Holtermann2017-09-131-25/+60
* | | | | CMake Nightly Date StampKitware Robot2017-09-201-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'ranged-for'Brad King2017-09-1918-389/+246
|\ \ \ \
| * | | | Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-1918-389/+246
* | | | | Merge topic 'string-clear'Brad King2017-09-1970-212/+212
|\ \ \ \ \
| * | | | | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-1570-214/+214
| |/ / / /
* | | | | Merge topic 'vs-manifestuac-flag-map'Brad King2017-09-198-25/+111
|\ \ \ \ \
| * | | | | VS: Fix MANIFESTUAC link flag map to .vcxproj elementscomicfans2017-09-188-25/+111
* | | | | | CMake Nightly Date StampKitware Robot2017-09-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'ctest-runcommand'Brad King2017-09-183-26/+42
|\ \ \ \ \
| * | | | | pass arguments as vector to cmCTest::RunCommand()Rolf Eike Beer2017-09-153-26/+42
| | |/ / / | |/| | |
* | | | | Merge topic 'cmake-gui-high-dpi'Brad King2017-09-181-0/+4
|\ \ \ \ \
| * | | | | cmake-gui: Enable High DPI scalingLuis Caro2017-09-151-0/+4
| |/ / / /
* | | | | Merge topic 'libuv-bootstrap'Brad King2017-09-181-3/+4
|\ \ \ \ \
| * | | | | bootstrap: Make libuv available during bootstrapBrad King2017-09-171-3/+4
* | | | | | Merge topic 'cxx11-override'Brad King2017-09-18254-1164/+1090
|\ \ \ \ \ \
| * | | | | | cm_codecvt: Tell IWYU to keep cmConfigure.hBrad King2017-09-151-1/+1
| * | | | | | Drop now-unused definition of CM_OVERRIDEBrad King2017-09-153-32/+0
| * | | | | | Use C++11 override instead of CM_OVERRIDEBrad King2017-09-15251-1131/+1089
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-09-181-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2017-09-171-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2017-09-161-1/+1
|/ / / / /
* | | | | Merge topic 'refactor-iwyu-code'Brad King2017-09-157-233/+303
|\ \ \ \ \
| * | | | | Clean up iwyu code to not be one big if statement.Bill Hoffman2017-09-137-233/+303
* | | | | | Merge topic 'codeblocks-exclude-external'Brad King2017-09-151-0/+20
|\ \ \ \ \ \
| * | | | | | CodeBlocks: add option to exclude external filesAlexandr (Sagrer) Gridnev2017-09-141-0/+20
* | | | | | | Merge topic 'ranged-for'Brad King2017-09-1533-869/+606
|\ \ \ \ \ \ \
| * | | | | | | Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-1433-869/+606
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'update-kwsys'Brad King2017-09-152-66/+0
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-09-142-66/+0
* | | | | | | | CMake Nightly Date StampKitware Robot2017-09-151-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'get_filename_component-fix-program-split'Brad King2017-09-143-1/+79
|\ \ \ \ \ \ \
| * | | | | | | get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semanticsBrad King2017-09-133-1/+79