summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-6/+7
* Merge topic 'cleanup-build-commands'Brad King2013-12-051-0/+8
|\
| * VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variablesBrad King2013-12-041-0/+8
* | Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-1/+1
|/
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-1/+0
* Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-31/+47
* VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-181-0/+45
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-38/+27
* VS: Add version year to generator namesBrad King2013-10-281-16/+51
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-5/+0
* Merge topic 'vs-masm'Brad King2013-08-061-0/+11
|\
| * VS10: Add support for assembler code (#11536)Patrick Gansterer2013-08-051-0/+11
* | VS: Unify how the name of the generator is specifiedPatrick Gansterer2013-08-051-3/+3
* | VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-3/+3
|/
* Merge topic 'vs-generator-brief-doc-update'Brad King2013-07-021-1/+1
|\
| * VS: Clarify Visual Studio product year for each versionRobert Maynard2013-07-021-1/+1
* | VS: Use .sln parser to build targets in subdirs with msbuild (#13623)Petr Kmoch2013-04-121-2/+33
* | Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-2/+3
|/
* VS: Fix VS 10/11 .sln headers (#14038)Brad King2013-03-251-1/+8
* VS: Implement generator toolset selection (#10722, #13774)Brad King2013-02-071-0/+8
* VS: Change variable type of ArchitectureId from const char* to stringPatrick Gansterer2012-11-261-2/+1