134 Commits (e4e9ce7cbe9b41dd535d5246153900cb9657c6ba)

Author SHA1 Message Date
Pavel Solodovnikov 5db3aac111 Meta: replace empty-string assignments with `clear()`. 8 years ago
Brad King 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
Minmin Gong bc7c94fe13 MSVC: Add support for ARM64 architecture 8 years ago
Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
Brad King fe3b481bab VS: Fix VCTargetsPath detection 8 years ago
Brad King ae44496e2b VS: Fix GenerateDebugInformation values for v140 and v141 toolsets 8 years ago
Brad King 776929b3c4 VS: Fix .vcxproj ProjectGuid element case 8 years ago
Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
Brad King 041ebda25b VS: Add placeholder CUDA flag tables 9 years ago
Brad King 13433b1357 VS: Record in global generator whether CUDA is enabled 9 years ago
Brad King 62b308515a VS: Select highest available CUDA toolset by default 9 years ago
Brad King 5164e9a651 VS: Provide an option to specify CUDA toolset version 9 years ago
Brad King 83bf980c96 VS: Find the MSBuild value for VCTargetsPath 9 years ago
Brad King f773933f26 VS: Refactor generator toolset parsing 9 years ago
Evgeny Fimochkin 5ba2c9e5e0 VS: Add support for ASM_NASM language 9 years ago
Iyyappa Murugandi c93e85d87e VS: Use Visual Studio Installer to locate VS 2017 9 years ago
Brad King 27431de162 VS: Fix standalone Windows7.1SDK toolset selection 9 years ago
Michael Stürmer 9b06c22648 VS: Add flag tables for C# 9 years ago
Daniel Pfeifer 66a7099993 iwyu: Fix VisualStudio specific issues 9 years ago
Brad King 0caca40fcc VS: Fix use of `Windows7.1SDK` 64-bit toolset with VS 2010 Express 9 years ago
Don Olmstead 69fc7bf87d VS: Choose flag map based on the toolset name 9 years ago
Brad King 584ab5285b VS: Add internal API to get platform toolset as string 9 years ago
Don Olmstead e2ed9a7092 VS: Move toolset flag table lookup to global generator 9 years ago
Brad King 2d3aa94225 cmGlobalGenerator: Allow FindMakeProgram to fail 9 years ago
Brad King d079e71c29 VS: Provide an option to use x64 host tools 9 years ago
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Brad King 861f1b3da6 VS: Do not default to missing v100 64-bit toolset on VS 2010 Express 9 years ago
Brad King bdc679a8ae VS15: Add Visual Studio 15 generator 9 years ago
Brad King 042aca557d VS: Verify that MSBuild.exe and devenv.com exist before using them 9 years ago
Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
Benjamin Ballet 059c230d89 VS: Explicitly default to v100 toolset in Visual Studio 2010 9 years ago
Tobias Hunger 4db08807db CMake: Report whether generators support platforms 9 years ago
Tobias Hunger 43a68a6dca cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classes 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
Brad King 64b5520346 Isolate formatted streaming blocks with clang-format off/on 9 years ago
Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
Brad King 180538c706 Source: Stabilize include order 9 years ago
Brad King 571bedec29 VS: Ignore USE_FOLDER property on VS versions that do not support it 9 years ago
Robert Dailey 2b958a2027 cmake-gui: Add option to specify generator toolset 11 years ago
Stephen Kelly 459c891088 VS10: Port to cmGeneratorTarget. 10 years ago
Stephen Kelly a9588e90bb VisualStudio10: Initialize the LongestSource at generate time. 10 years ago
Gilles Khouzam 5dfc4c5f50 VS: Add hook to initialize Windows platform settings 10 years ago
Stephen Kelly ff8ac8ee6a cmLocalGenerator: Create from already-constructed cmMakefile. 10 years ago
Stephen Kelly 9b6a743b80 cmLocalGenerator: Remove Parent pointer. 10 years ago
Stephen Kelly 5edb335485 cmGlobalGenerator: Virtualize the Compute step and override it. 10 years ago
Stephen Kelly 3b880a0741 cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. 10 years ago
Stephen Kelly c7b79aa16a cmGlobalGenerator: Require a cmake instance in ctor. 10 years ago
Stephen Kelly e435f875ec VS: Move version information to global generator. 10 years ago
Stephen Kelly 34c9ee2ed7 cmLocalGenerator: Require a global generator in the constructor. 10 years ago