| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Move internal MasmEnabled member up to VS 7 generator | Brad King | 2014-08-20 | 1 | -10/+0 |
|
|
* | VS: Select WindowsPhone and WindowsStore default toolsets | Brad King | 2014-07-31 | 1 | -1/+27 |
|
|
* | VS: Save WindowsPhone and WindowsStore system internally | Brad King | 2014-07-31 | 1 | -0/+10 |
|
|
* | Merge topic 'vs10-system-hook' | Brad King | 2014-07-29 | 1 | -0/+12 |
|\ |
|
| * | VS: Add a hook to adapt to SystemName and SystemVersion | Brad King | 2014-07-28 | 1 | -0/+10 |
|
|
| * | VS: Save system name and version in global generator members | Brad King | 2014-07-28 | 1 | -0/+2 |
|
|
* | | cmGlobalVisualStudio10Generator: Fix typo KHLM => HKLM | Gilles Khouzam | 2014-07-28 | 1 | -1/+1 |
|/ |
|
* | VS: Delay getting platform name in local generator | Brad King | 2014-07-17 | 1 | -1/+0 |
|
|
* | VS: Delay detection of VS 10 Express 64-bit tools | Brad King | 2014-07-17 | 1 | -8/+7 |
|
|
* | VS: Delay platform definitions until system name is known | Brad King | 2014-07-17 | 1 | -2/+3 |
|
|
* | VS: Refactor CMAKE_FORCE_*64 platform definitions | Brad King | 2014-07-17 | 1 | -7/+5 |
|
|
* | VS: Refactor internal generator factory logic | Brad King | 2014-06-09 | 1 | -3/+5 |
|
|
* | Allow a toolchain file to specify a generator toolset | Brad King | 2014-06-04 | 1 | -1/+3 |
|
|
* | VS: Split user- and generator-provided PlatformToolset | Brad King | 2014-06-04 | 1 | -9/+19 |
|
|
* | Constify some APIs in generators. | Stephen Kelly | 2014-03-13 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -11/+13 |
|
|
* | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -6/+7 |
|
|
* | Merge topic 'cleanup-build-commands' | Brad King | 2013-12-05 | 1 | -0/+8 |
|\ |
|
| * | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables | Brad King | 2013-12-04 | 1 | -0/+8 |
|
|
* | | Use new cmHasLiteralPrefix function | Stephen Kelly | 2013-11-21 | 1 | -1/+1 |
|/ |
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -1/+0 |
|
|
* | Teach GenerateBuildCommand to find its own make program | Brad King | 2013-11-18 | 1 | -31/+47 |
|
|
* | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdev | Brad King | 2013-11-18 | 1 | -0/+45 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -38/+27 |
|
|
* | VS: Add version year to generator names | Brad King | 2013-10-28 | 1 | -16/+51 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -5/+0 |
|
|
* | Merge topic 'vs-masm' | Brad King | 2013-08-06 | 1 | -0/+11 |
|\ |
|
| * | VS10: Add support for assembler code (#11536) | Patrick Gansterer | 2013-08-05 | 1 | -0/+11 |
|
|
* | | VS: Unify how the name of the generator is specified | Patrick Gansterer | 2013-08-05 | 1 | -3/+3 |
|
|
* | | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -3/+3 |
|/ |
|
* | Merge topic 'vs-generator-brief-doc-update' | Brad King | 2013-07-02 | 1 | -1/+1 |
|\ |
|
| * | VS: Clarify Visual Studio product year for each version | Robert Maynard | 2013-07-02 | 1 | -1/+1 |
|
|
* | | VS: Use .sln parser to build targets in subdirs with msbuild (#13623) | Petr Kmoch | 2013-04-12 | 1 | -2/+33 |
|
|
* | | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -2/+3 |
|/ |
|
* | VS: Fix VS 10/11 .sln headers (#14038) | Brad King | 2013-03-25 | 1 | -1/+8 |
|
|
* | VS: Implement generator toolset selection (#10722, #13774) | Brad King | 2013-02-07 | 1 | -0/+8 |
|
|
* | VS: Change variable type of ArchitectureId from const char* to string | Patrick Gansterer | 2012-11-26 | 1 | -2/+1 |
|
|
* | VS: Remove platform specific generator files | Patrick Gansterer | 2012-11-19 | 1 | -10/+54 |
|
|
* | VS: Remove EnableLanguage from platform-specific generators | Patrick Gansterer | 2012-11-19 | 1 | -0/+8 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -2/+2 |
|
|
* | VS11: Add VS 2012 Express support (#13348) | Brad King | 2012-09-18 | 1 | -0/+2 |
|
|
* | VS: Simplify MSVC version reporting | Brad King | 2012-08-30 | 1 | -1/+0 |
|
|
* | VS10: Define CMAKE_VS_PLATFORM_TOOLSET variable | Brad King | 2012-08-22 | 1 | -0/+11 |
|
|
* | VS: Cleanup AddPlatformDefinitions() of Visual Studio generators | Patrick Gansterer | 2012-08-22 | 1 | -8/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -4/+4 |
|
|
* | VC Express doesn't support folders, ignore USE_FOLDER property | Peter Kuemmel | 2012-06-02 | 1 | -0/+6 |
|
|