summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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