| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | VS10: Generate relative source paths when possible (#12570) | Brad King | 2012-04-27 | 1 | -0/+48 |
|
|
* | VS10: Avoid creating .rule files next to outputs (#13141) | Brad King | 2012-04-18 | 1 | -0/+18 |
|
|
* | Order VS local generator Version ivar values consistently | Brad King | 2011-11-14 | 1 | -1/+2 |
|
|
* | Merge topic 'vs-ia64' | Brad King | 2011-07-26 | 1 | -0/+36 |
|\ |
|
| * | VS: Factor Find64BitTools out of Win64 generator to parent | Matej Hribernik | 2011-06-20 | 1 | -0/+36 |
|
|
* | | Look for VCExpress as a possible build tool as well as devenv. | Bill Hoffman | 2011-06-23 | 1 | -1/+2 |
|/ |
|
* | VS10: Enable using devenv as CMAKE_MAKE_PROGRAM (#11459) | David Cole | 2011-01-21 | 1 | -5/+10 |
|
|
* | Enable 64-bit tools with VS 2010 Express (#9981, #10722) | Brad King | 2010-12-01 | 1 | -0/+14 |
|
|
* | VS: Convert PlatformName member to a virtual method | Patrick Gansterer | 2010-08-24 | 1 | -1/+1 |
|
|
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -0/+2 |
|
|
* | Fix VS 10 .sln files for Windows Explorer | Brad King | 2009-10-22 | 1 | -1/+1 |
|
|
* | WIP: VS 10 Win64 generator | Brad King | 2009-10-22 | 1 | -1/+2 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: only 5 failing tests for VS 10 | Bill Hoffman | 2009-07-10 | 1 | -0/+61 |
|
|
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -0/+98 |
|
|