summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | CMake Nightly Date StampKitware Robot2016-12-031-1/+1
* | | Merge topic 'cmake-gui-T-help'Brad King2016-12-021-1/+1
|\ \ \
| * | | cmake-gui: Clarify help string on toolset selection fieldBrad King2016-12-011-1/+1
* | | | Merge topic 'csharp_compiler_flag_tables'Brad King2016-12-0213-0/+648
|\ \ \ \
| * | | | VS: Add flag tables for C#Michael Stürmer2016-12-0113-0/+648
* | | | | Merge topic 'target_project_type'Brad King2016-12-022-8/+50
|\ \ \ \ \
| * | | | | cmVisualStudio10TargetGenerator: Prepare to handle C# projectsMichael Stürmer2016-12-012-8/+50
| |/ / / /
* | | | | Merge topic 'execute_process-encoding'Brad King2016-12-023-1/+32
|\ \ \ \ \
| * | | | | execute_process: Add ENCODING option for Windows child process outputDāvis Mosāns2016-11-303-1/+32
* | | | | | Merge topic 'utf8pipe'Brad King2016-12-024-1/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-294-1/+7
* | | | | | CMake Nightly Date StampKitware Robot2016-12-021-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'compile-pdb-default'Brad King2016-12-012-0/+14
|\ \ \ \ \
| * | | | | Ninja,Makefile: Name static library compile PDB files as VS doesBrad King2016-11-302-0/+14
| | |_|_|/ | |/| | |
* | | | | Merge topic 'vs-Zc-inline'Brad King2016-12-012-0/+3
|\ \ \ \ \
| * | | | | VS: Add v140 flag table entries for `-Zc:inline[-]`Brad King2016-11-301-0/+2
| * | | | | VS: Add v141 flag table entry for `-Zc:inline-`Brad King2016-11-301-0/+1
* | | | | | Merge topic 'cmake-server-pad-arguments'Brad King2016-12-011-1/+1
|\ \ \ \ \ \
| * | | | | | server-mode: Do not ignore the first cacheArgument on configureTobias Hunger2016-11-301-1/+1
| |/ / / / /
| * | | | | CMake 3.7.1v3.7.1Brad King2016-11-301-1/+1
| * | | | | Merge branch 'vs15-rename-generator' into releaseBrad King2016-11-292-5/+8
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '16449-revert-xcode-system-includes' into releaseBrad King2016-11-281-30/+14
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'VS_DEBUGGER_WORKING_DIRECTORY'Brad King2016-12-011-0/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | VS: Add target property VS_DEBUGGER_WORKING_DIRECTORYMichael Stürmer2016-11-301-0/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2016-12-011-1/+1
|/ / / / / /
* | | | | | Merge topic 'msbuild-customization'Brad King2016-11-301-14/+22
|\ \ \ \ \ \
| * | | | | | VS: Add option to customize vcxproj user props fileMichael Stürmer2016-11-291-14/+22
* | | | | | | Merge topic 'cpack-ifw-options'Brad King2016-11-305-3/+108
|\ \ \ \ \ \ \
| * | | | | | | CPackIFW: Add some optionsKonstantin Podsvirov2016-11-245-3/+108
* | | | | | | | Merge topic 'end-commands'Brad King2016-11-3018-505/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | Combine all unexpected commands to a single classDaniel Pfeifer2016-11-2918-450/+93
| * | | | | | | | Set the error after argument expansion in end commandsDaniel Pfeifer2016-11-298-60/+12
| * | | | | | | | Make error message of standalone endwhile command consistentDaniel Pfeifer2016-11-291-12/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'update-kwsys'Brad King2016-11-302-33/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-292-33/+53
| |/ / / / / / /
* | | | | | | | Merge topic 'vs15-rename-generator-for-master'Brad King2016-11-302-5/+8
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'vs15-rename-generator' into vs15-rename-generator-for-masterBrad King2016-11-292-5/+8
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | VS: Rename VS 15 generator to 'Visual Studio 15 2017'Roman Wüger2016-11-292-5/+8
| | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Merge branch 'vs-15-preview-5' into releaseBrad King2016-11-181-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'cmake-server-fix-16423' into releaseBrad King2016-11-142-28/+77
| | |\ \ \ \ \ \ \
* | | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-301-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'vs-default-build-package'Brad King2016-11-291-14/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | VS: Add option to place `PACKAGE` target in solution default buildMichael Stürmer2016-11-291-14/+21
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge topic 'try_compile-honor-CMAKE_WARN_DEPRECATED'Brad King2016-11-291-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | try_compile: Honor CMAKE_WARN_DEPRECATED in test projectBrad King2016-11-221-0/+2
* | | | | | | | | | Merge topic 'initial_cuda_language_support'Brad King2016-11-2917-18/+992
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | CUDA: Add support for CMAKE_CUDA_COMPILE_OPTIONS_VISIBILITYRobert Maynard2016-11-141-0/+1
| * | | | | | | | | CUDA: Add separable compilation support to the makefile generator.Robert Maynard2016-11-144-0/+459
| * | | | | | | | | CUDA: Add separable compilation support to the ninja generator.Robert Maynard2016-11-142-0/+368
| * | | | | | | | | CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target propertyRobert Maynard2016-11-142-9/+30