summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | CMake Nightly Date StampKitware Robot2019-01-141-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-01-131-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2019-01-121-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'vs-refactor'Brad King2019-01-1118-71/+100
|\ \ \ \ \
| * | | | | VS: Track explicitly when platform is specified in generator nameBrad King2019-01-104-3/+5
| * | | | | VS: Move platform name members to top-level global generatorBrad King2019-01-104-36/+42
| * | | | | VS: Clarify global generator constructor interfaceBrad King2019-01-1017-35/+56
| |/ / / /
* | | | | Merge topic 'vs_ce_support'Brad King2019-01-112-0/+28
|\ \ \ \ \
| * | | | | VS: Honor WinCE deployment properties in VS 2010+Wil Stark2019-01-102-0/+28
| |/ / / /
* | | | | Merge topic 'bison_target_policy'Brad King2019-01-111-0/+3
|\ \ \ \ \
| * | | | | FindBISON: Add policy CMP0088 to run bison in build treeRobert Maynard2019-01-101-0/+3
* | | | | | CMake Nightly Date StampKitware Robot2019-01-111-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'vs-refactor'Brad King2019-01-1020-449/+100
|\ \ \ \ \
| * | | | | VS: Convert WriteSLNHeader to non-virtual lookup tableBrad King2019-01-1017-81/+54
| * | | | | VS: Move ExpressEdition member to top-level generatorBrad King2019-01-102-4/+4
| * | | | | VS: Convert GetIDEVersion to non-virtual table lookupBrad King2019-01-109-12/+20
| * | | | | VS: Convert GetToolsVersion to non-virtual table lookupBrad King2019-01-105-10/+22
| * | | | | VS: Remove unused MSBuild XML parsing scriptBrad King2019-01-091-341/+0
| * | | | | cmake: Drop unused table entry for selecting default generatorBrad King2019-01-091-1/+0
* | | | | | Merge topic 'ctest-show-as-json'Brad King2019-01-1010-18/+446
|\ \ \ \ \ \
| * | | | | | CTest: Add --show-only[=format] option to print test infoJustin Goshi2019-01-106-1/+372
| * | | | | | TestGenerator: Record support file and line where test was addedJustin Goshi2019-01-084-17/+74
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'autogen-qt6'Brad King2019-01-102-24/+75
|\ \ \ \ \ \
| * | | | | | Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target propertiesTobias Hunger2019-01-102-18/+65
| * | | | | | Autogen: Prepare for Qt 6Tobias Hunger2019-01-072-8/+12
* | | | | | | Merge topic 'fix-msvc-warnings'Brad King2019-01-105-4/+10
|\ \ \ \ \ \ \
| * | | | | | | Source: Fix various compiler warnings in Visual Studio 2017Bruno Manganelli2019-01-094-4/+4
| * | | | | | | cmAlgorithms: add utility functions to get signed size of containersBruno Manganelli2018-12-271-0/+6
* | | | | | | | CMake Nightly Date StampKitware Robot2019-01-101-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'vs2017-skip-2019'Brad King2019-01-091-0/+9
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | VS: Exclude VS 2019 instances when using VS 2017 generatorBrad King2019-01-081-0/+9
| | |_|_|/ / | |/| | | |
| * | | | | CMake 3.13.2v3.13.2Brad King2018-12-131-1/+1
| * | | | | Merge branch 'backport-autogen_revert_implicit_includes' into release-3.13Brad King2018-12-071-3/+7
| |\ \ \ \ \
| | * | | | | Autogen: Revert passing compiler implicit includes to mocSebastian Holtermann2018-12-071-3/+7
| * | | | | | Merge branch 'cpack-status-callback' into release-3.13Brad King2018-12-071-0/+10
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2019-01-091-1/+1
* | | | | | | | Merge topic 'modernize-for'Kyle Edwards2019-01-084-30/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Source: Modernize for loops, add const modifiersVitaly Stakhovsky2018-12-314-30/+23
* | | | | | | | CMake Nightly Date StampKitware Robot2019-01-081-1/+1
* | | | | | | | Merge topic 'fix-warn-uninitialized-in-configure'Craig Scott2019-01-074-54/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_fileArtur Ryt2018-12-303-12/+19
| * | | | | | | | cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitializedArtur Ryt2018-12-302-22/+1
| * | | | | | | | cmMakefile: Move uninitialized vars logic into MaybeWarnUninitialized()Artur Ryt2018-12-282-12/+20
| * | | | | | | | cmMakefile: move common logic to IsProjectFile functionArtur Ryt2018-12-282-10/+11
* | | | | | | | | Merge topic 'nmake-compile-commands'Craig Scott2019-01-072-3/+26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | CMake: fix nmake compile_commands generationYan Pashkovsky2018-12-141-0/+11
| * | | | | | | | cmGlobalGenerator: Teach EscapeJSON to escape newlines and tabsYan Pashkovsky2018-12-141-3/+15
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-071-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-061-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-01-051-1/+1