summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Merge topic 'vs-fix-config-map'Brad King2017-09-142-8/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'backport-vs-fix-config-map' into vs-fix-config-mapBrad King2017-09-132-8/+20
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | VS: Do not consider MAP_IMPORTED_CONFIG_<CONFIG> on non-imported targetsBrad King2017-09-132-8/+20
| | * | | | CMake 3.9.2v3.9.2Brad King2017-09-071-1/+1
| | * | | | Merge branch 'backport-vs-csharp-ref-no-asm' into release-3.9Brad King2017-09-053-0/+23
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'fix-genex-SOURCES' into release-3.9Brad King2017-09-011-1/+1
| | |\ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2017-09-141-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'MsvcArm64'Brad King2017-09-135-1/+13
|\ \ \ \ \ \ \
| * | | | | | | MSVC: Add support for ARM64 architectureMinmin Gong2017-09-125-1/+13
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'ranged-for'Brad King2017-09-13133-3592/+2456
|\ \ \ \ \ \ \
| * | | | | | | Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-12133-3592/+2456
* | | | | | | | CMake Nightly Date StampKitware Robot2017-09-131-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'vs-clang-llvm-support'Brad King2017-09-121-2/+1
|\ \ \ \ \ \ \
| * | | | | | | VS: Update support for LLVM-vs* toolsets from LLVM 5.0Konstantin Ivlev2017-09-111-2/+1
* | | | | | | | Merge topic 'get-or-create-source-group'Brad King2017-09-124-103/+85
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Use cmMakefile::GetOrCreateSourceGroup in cmQtAutogeneratorsInitializerSebastian Holtermann2017-09-091-14/+1
| * | | | | | | Use cmMakefile::GetOrCreateSourceGroup in cmSourceGroupCommandSebastian Holtermann2017-09-091-32/+2
| * | | | | | | cmMakefile: Add GetOrCreateSourceGroup methodsSebastian Holtermann2017-09-092-0/+33
| * | | | | | | cmMakefile: Collect source group methods in one placeSebastian Holtermann2017-09-092-57/+49
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'iwyu-update'Brad King2017-09-121-0/+2
|\ \ \ \ \ \ \
| * | | | | | | cmCustomCommandGenerator: Fix include-what-you-use diagnosticBrad King2017-09-111-0/+2