| Commit message (Expand) | Author | Age | Files | Lines |
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -4/+5 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -2/+3 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -1/+1 |
|
|
* | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdev | Brad King | 2013-11-18 | 1 | -0/+2 |
|
|
* | VS: Fix CMAKE_SUPPRESS_REGENERATION bad ZERO_CHECK dependency (#14378) | Brad King | 2013-08-28 | 1 | -1/+1 |
|
|
* | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -1/+1 |
|
|
* | VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too | Patrick Gansterer | 2013-08-05 | 1 | -3/+0 |
|
|
* | VS: Added "Deploy" at project configuration for WindowsCE targets | Patrick Gansterer | 2012-11-27 | 1 | -1/+1 |
|
|
* | VS: Allow setting the name of the target platform | Patrick Gansterer | 2012-11-27 | 1 | -0/+1 |
|
|
* | VS: Add parser for WCE.VCPlatform.config to read WinCE platforms | Patrick Gansterer | 2012-11-27 | 1 | -0/+6 |
|
|
* | VS: Change variable type of Name from const char* to string | Patrick Gansterer | 2012-11-26 | 1 | -2/+2 |
|
|
* | VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefile | Patrick Gansterer | 2012-11-26 | 1 | -0/+2 |
|
|
* | Merge topic 'generator-factory' | Brad King | 2012-11-20 | 1 | -8/+11 |
|\ |
|
| * | VS: Remove platform specific generator files | Patrick Gansterer | 2012-11-19 | 1 | -7/+9 |
|
|
| * | VS: Remove GetPlatformName from platform-specific generators | Patrick Gansterer | 2012-11-19 | 1 | -1/+1 |
|
|
| * | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -1/+1 |
|
|
| * | Introduce the abstract class cmGlobalGeneratorFactory | Patrick Gansterer | 2012-11-19 | 1 | -2/+3 |
|
|
* | | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG> | Petr Kmoch | 2012-11-13 | 1 | -4/+4 |
|/ |
|
* | VS: Cleanup AddPlatformDefinitions() of Visual Studio generators | Patrick Gansterer | 2012-08-22 | 1 | -3/+0 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
|
|
* | include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120) | Leonid Yurchenko | 2012-04-16 | 1 | -1/+2 |
|
|
* | Skip VS <= 7.1 dependency analysis for VS >= 8 | Brad King | 2010-12-01 | 1 | -0/+1 |
|
|
* | Store direct dependencies in solutions for VS >= 8 | Brad King | 2010-09-10 | 1 | -0/+2 |
|
|
* | VS: Add ArchitectureId to VS 8 and 9 generators | Patrick Gansterer | 2010-08-26 | 1 | -0/+2 |
|
|
* | VS: Convert PlatformName member to a virtual method | Patrick Gansterer | 2010-08-24 | 1 | -3/+2 |
|
|
* | WIP: VS 10 Win64 generator | Brad King | 2009-10-22 | 1 | -0/+2 |
|
|
* | Do not link library dependencies in VS solutions | Brad King | 2009-10-20 | 1 | -0/+4 |
|
|
* | Avoid duplicate ZERO_CHECK in VS solutions | Brad King | 2009-10-19 | 1 | -0/+2 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Create VS generator GetRegistryBase method | Brad King | 2009-09-16 | 1 | -0/+1 |
|
|
* | Simplify VS generator ZERO_CHECK dependency | Brad King | 2009-09-04 | 1 | -2/+0 |
|
|
* | ENH: Separate VS flag table type | Brad King | 2009-07-29 | 1 | -1/+1 |
|
|
* | ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a... | David Cole | 2008-02-15 | 1 | -0/+6 |
|
|
* | ENH: Make static library targets depend on targets to which they "link" for t... | Brad King | 2007-12-21 | 1 | -2/+1 |
|
|
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ... | David Cole | 2007-11-16 | 1 | -0/+8 |
|
|
* | BUG: Fix utility dependencies for static libraries in VS generators. This ad... | Brad King | 2007-04-04 | 1 | -0/+4 |
|
|
* | BUG: Split precompiled header flags into a separate per-global-generator flag... | Brad King | 2007-03-12 | 1 | -0/+1 |
|
|
* | ENH: commit fix for putting everything in the build on vs | Bill Hoffman | 2006-11-09 | 1 | -1/+1 |
|
|
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri... | Brad King | 2006-09-28 | 1 | -1/+2 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -1/+2 |
|
|
* | BUG: MSVC* variables should be set in IDE generators instead of just NMake. | Brad King | 2006-05-06 | 1 | -0/+1 |
|
|
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war... | Bill Hoffman | 2006-03-30 | 1 | -0/+1 |
|
|
* | BUG: Fixed generation of VS8 solution file to not be re-written when loaded b... | Brad King | 2006-02-14 | 1 | -0/+3 |
|
|
* | ENH: Added support for parallel builds in VS 8. There is now a special targe... | Brad King | 2005-12-13 | 1 | -0/+8 |
|
|
* | ENH: add support for VCExpress 2005 | Bill Hoffman | 2004-07-05 | 1 | -0/+48 |
|
|