summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* MSVC: Add support for ARM64 architectureMinmin Gong2017-09-121-1/+6
* Use C++11 nullptrDaniel Pfeifer2017-08-241-9/+9
* VS: Fix VCTargetsPath detectionBrad King2017-08-031-0/+1
* VS: Fix GenerateDebugInformation values for v140 and v141 toolsetsBrad King2017-06-281-0/+19
* VS: Fix .vcxproj ProjectGuid element caseBrad King2017-05-091-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* VS: Add placeholder CUDA flag tablesBrad King2017-03-101-0/+15
* VS: Record in global generator whether CUDA is enabledBrad King2017-03-101-0/+4
* VS: Select highest available CUDA toolset by defaultBrad King2017-03-101-0/+27
* VS: Provide an option to specify CUDA toolset versionBrad King2017-03-101-2/+21
* VS: Find the MSBuild value for VCTargetsPathBrad King2017-03-101-0/+212
* VS: Refactor generator toolset parsingBrad King2017-02-151-13/+69
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-071-0/+14
* VS: Use Visual Studio Installer to locate VS 2017Iyyappa Murugandi2016-12-161-14/+0
* Merge branch 'vs-fix-standalone-Windows7.1SDK-toolset' into vs-fix-standalone...Brad King2016-12-071-1/+10
|\
| * VS: Fix standalone Windows7.1SDK toolset selectionBrad King2016-12-071-1/+10
* | VS: Add flag tables for C#Michael Stürmer2016-12-011-0/+11
* | iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-2/+1
* | Merge topic 'vs-fix-no-toolset'Brad King2016-10-271-1/+5
|\ \
| * | VS: Fix use of `Windows7.1SDK` 64-bit toolset with VS 2010 ExpressBrad King2016-10-271-1/+5
* | | VS: Choose flag map based on the toolset nameDon Olmstead2016-10-251-5/+20
* | | VS: Move toolset flag table lookup to global generatorDon Olmstead2016-10-251-0/+35
|/ /
* | VS: Add internal API to get platform toolset as stringBrad King2016-10-251-3/+10
* | cmGlobalGenerator: Allow FindMakeProgram to failBrad King2016-10-201-2/+5
* | VS: Provide an option to use x64 host toolsBrad King2016-10-141-1/+36
|/
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Merge topic 'vs-default-v100'Brad King2016-09-121-0/+4
|\
| * VS: Do not default to missing v100 64-bit toolset on VS 2010 ExpressBrad King2016-09-091-0/+4
* | VS15: Add Visual Studio 15 generatorBrad King2016-09-071-0/+14
* | VS: Verify that MSBuild.exe and devenv.com exist before using themBrad King2016-09-061-4/+10
* | fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
|/
* VS: Explicitly default to v100 toolset in Visual Studio 2010Benjamin Ballet2016-07-211-0/+1
* CMake: Report whether generators support platformsTobias Hunger2016-07-141-0/+1
* cmGlobalGeneratorFactory: Use CM_OVERRIDE for all derived classesTobias Hunger2016-07-141-5/+5
* 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