summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-219/+153
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-28/+0
* Isolate formatted streaming blocks with clang-format off/onBrad King2016-05-061-0/+4
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* VS: Ignore USE_FOLDER property on VS versions that do not support itBrad King2016-04-261-6/+0
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+2
* VS10: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-5/+7
* VisualStudio10: Initialize the LongestSource at generate time.Stephen Kelly2015-10-051-11/+1
* VS: Add hook to initialize Windows platform settingsGilles Khouzam2015-10-021-3/+16
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-4/+3
* cmGlobalGenerator: Virtualize the Compute step and override it.Stephen Kelly2015-07-301-1/+10
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-10/+7
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+2
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-5/+2
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* VS: Drop reload macros for VS >= 10 (#11258,#14680)Brad King2015-04-151-33/+0
* cmake: Show in --help how to select VS target platform (#15422)Brad King2015-04-071-2/+5
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-2/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-8/+8
* VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-141-0/+18
* VS: Generate Nsight Tegra project revision numberBrad King2014-09-301-0/+6
* VS: Teach VS >= 10 to recognize CMAKE_SYSTEM_NAME 'Android'Brad King2014-09-291-0/+41
* VS: Teach VS >= 10 generator about Windows CEPascal Bach2014-09-151-1/+47
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-1/+13
* VS: Refactor internal default platform name selectionBrad King2014-09-051-1/+1
* cmGlobalVisualStudio10Generator: Re-order some methodsBrad King2014-09-051-13/+13
* cmGlobalGenerator: Call SetGeneratorToolset even for empty toolsetBrad King2014-09-051-12/+4
* VS: Move internal MasmEnabled member up to VS 7 generatorBrad King2014-08-201-10/+0
* VS: Select WindowsPhone and WindowsStore default toolsetsBrad King2014-07-311-1/+27
* VS: Save WindowsPhone and WindowsStore system internallyBrad King2014-07-311-0/+10
* Merge topic 'vs10-system-hook'Brad King2014-07-291-0/+12
|\
| * VS: Add a hook to adapt to SystemName and SystemVersionBrad King2014-07-281-0/+10
| * VS: Save system name and version in global generator membersBrad King2014-07-281-0/+2
* | cmGlobalVisualStudio10Generator: Fix typo KHLM => HKLMGilles Khouzam2014-07-281-1/+1
|/
* VS: Delay getting platform name in local generatorBrad King2014-07-171-1/+0
* VS: Delay detection of VS 10 Express 64-bit toolsBrad King2014-07-171-8/+7
* VS: Delay platform definitions until system name is knownBrad King2014-07-171-2/+3
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-7/+5
* VS: Refactor internal generator factory logicBrad King2014-06-091-3/+5
* Allow a toolchain file to specify a generator toolsetBrad King2014-06-041-1/+3
* VS: Split user- and generator-provided PlatformToolsetBrad King2014-06-041-9/+19
* Constify some APIs in generators.Stephen Kelly2014-03-131-1/+1
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-11/+13
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-2/+2