summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio12Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-111/+77
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-11/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+2
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-10/+7
* 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/+97
* 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-7/+5
* VS: Refactor internal generator factory logicBrad King2014-06-091-3/+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-16/+51
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-5/+0
* VS: Unify how the name of the generator is specifiedPatrick Gansterer2013-08-051-3/+3
* VS12: Remove duplicated overload of UseFolderProperty()Patrick Gansterer2013-08-051-9/+0
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-2/+2
* VS: Clarify Visual Studio product year for each versionRobert Maynard2013-07-021-1/+1
* VS12: Add Visual Studio 12 generator (#14251)Brad King2013-06-281-0/+111