summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio11Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Use range-based 'for' loops in generator codeVitaly Stakhovsky2017-12-211-8/+6
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-5/+5
* VS: Add flag tables for C#Michael Stürmer2016-12-011-0/+2
* iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-281-0/+1
* VS: Move toolset flag table lookup to global generatorDon Olmstead2016-10-251-0/+10
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* 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-139/+93
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* VS: Ignore USE_FOLDER property on VS versions that do not support itBrad King2016-04-261-4/+4
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+2
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-3/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-11/+8
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-7/+0
* 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
* 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-111-0/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* VS: Improve error messages when compiler is not detected (#15228)Gilles Khouzam2014-11-141-14/+105
* VS: Add .sln "Deploy" mark for WindowsPhone and WindowsStore binariesGilles Khouzam2014-07-311-0/+14
* VS: Select WindowsPhone and WindowsStore default toolsetsBrad King2014-07-311-0/+50
* VS: Delay getting platform name in local generatorBrad King2014-07-171-1/+0
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-8/+6
* VS: Refactor internal generator factory logicBrad King2014-06-091-8/+5
* VS: Split user- and generator-provided PlatformToolsetBrad King2014-06-041-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-11/+13
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-1/+1
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-1/+0
* VS: Add version year to generator namesBrad King2013-10-281-27/+53
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-5/+0
* VS11: Add support for Windows CE SDKsPatrick Gansterer2013-08-071-12/+79
* VS: Unify how the name of the generator is specifiedPatrick Gansterer2013-08-051-3/+3
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-2/+2
* VS: Clarify Visual Studio product year for each versionRobert Maynard2013-07-021-1/+1
* VS: Fix VS 10/11 .sln headers (#14038)Brad King2013-03-251-1/+8
* VS11: Allow using folders with the VS11 Express Edition (#13770)David Cole2012-12-031-0/+9
* VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-10/+54
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* VS11: Add VS 2012 Express support (#13348)Brad King2012-09-181-1/+4
* VS: Simplify MSVC version reportingBrad King2012-08-301-1/+0
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-8/+1
* Enumerate VS11 version explicitly in local generatorsBrad King2011-11-141-0/+11
* VS11: Fix comment generated at the top of *.sln filesDavid Cole2011-10-201-1/+1
* Add Visual Studio 11 generator for x86 and x64 toolsBrad King2011-09-231-0/+45