summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.h
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-1/+1
* VS: Fix GenerateDebugInformation values for v140 and v141 toolsetsBrad King2017-06-281-0/+9
* VS: Add placeholder CUDA flag tablesBrad King2017-03-101-0/+4
* VS: Record in global generator whether CUDA is enabledBrad King2017-03-101-0/+4
* VS: Provide an option to specify CUDA toolset versionBrad King2017-03-101-0/+5
* VS: Find the MSBuild value for VCTargetsPathBrad King2017-03-101-0/+3
* VS: Refactor generator toolset parsingBrad King2017-02-151-1/+5
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+2
* VS: Add flag tables for C#Michael Stürmer2016-12-011-0/+2
* VS: Choose flag map based on the toolset nameDon Olmstead2016-10-251-0/+2
* VS: Move toolset flag table lookup to global generatorDon Olmstead2016-10-251-0/+11
* VS: Add internal API to get platform toolset as stringBrad King2016-10-251-0/+1
* cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-1/+1
* VS: Provide an option to use x64 host toolsBrad King2016-10-141-0/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-26/+23
* VS: Ignore USE_FOLDER property on VS versions that do not support itBrad King2016-04-261-2/+0
* VS: Detect VS 8 and 9 Express editionsBrad King2016-04-261-4/+0
* VS10: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-2/+2
* VisualStudio10: Initialize the LongestSource at generate time.Stephen Kelly2015-10-051-2/+0
* VS: Add support for selecting the Windows 10 SDK (#15670)Gilles Khouzam2015-10-021-0/+5
* VS: Add hook to initialize Windows platform settingsGilles Khouzam2015-10-021-0/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-1/+1
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmGlobalGenerator: Virtualize the Compute step and override it.Stephen Kelly2015-07-301-0/+2
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-1/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* VS: Drop reload macros for VS >= 10 (#11258,#14680)Brad King2015-04-151-12/+3
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* Merge topic 'vs-check-phone-store-tools'Brad King2014-11-181-2/+3
|\
| * VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-141-2/+3
* | Fix some spelling errors in commentsGeoff Viola2014-10-131-1/+1
|/
* VS: Generate Nsight Tegra project revision numberBrad King2014-09-301-0/+1
* VS: Teach VS >= 10 to recognize CMAKE_SYSTEM_NAME 'Android'Brad King2014-09-291-0/+6
* VS: Teach VS >= 10 generator about Windows CEPascal Bach2014-09-151-0/+7
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-0/+1
* cmGlobalVisualStudio10Generator: Re-order some methodsBrad King2014-09-051-1/+1
* cmGlobalGenerator: Call SetGeneratorToolset even for empty toolsetBrad King2014-09-051-1/+0
* VS: Move internal MasmEnabled member up to VS 7 generatorBrad King2014-08-201-4/+0
* VS: Select WindowsPhone and WindowsStore default toolsetsBrad King2014-07-311-0/+4
* VS: Save WindowsPhone and WindowsStore system internallyBrad King2014-07-311-0/+10
* VS: Add internal API to get system name and versionBrad King2014-07-311-0/+6
* VS: Add a hook to adapt to SystemName and SystemVersionBrad King2014-07-281-0/+1
* VS: Save system name and version in global generator membersBrad King2014-07-281-0/+2
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-2/+2
* VS: Delay platform definitions until system name is knownBrad King2014-07-171-2/+1
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-2/+1
* Allow a toolchain file to specify a generator toolsetBrad King2014-06-041-1/+1
* VS: Split user- and generator-provided PlatformToolsetBrad King2014-06-041-2/+4