| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Port utility depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port target depends to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port ProjectDepends to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -4/+4 |
|
|
* | VS: Port TargetIsFortranOnly to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -1/+1 |
|
|
* | VS: Port WriteProject to cmGeneratorTarget | Stephen Kelly | 2015-10-24 | 1 | -5/+5 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | VS: Refactor target ordering logic | Brad King | 2015-09-22 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-08-24 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Require a cmake instance in ctor. | Stephen Kelly | 2015-05-27 | 1 | -2/+2 |
|
|
* | VS: Do not accumulate configurations globally (#15577) | Brad King | 2015-05-21 | 1 | -7/+12 |
|
|
* | VS: Remove obsolete methods. | Stephen Kelly | 2015-05-19 | 1 | -10/+0 |
|
|
* | VS: Move version information to global generator. | Stephen Kelly | 2015-05-19 | 1 | -2/+2 |
|
|
* | VS: Simplify setting of flag table. | Stephen Kelly | 2015-05-19 | 1 | -1/+0 |
|
|
* | cmLocalGenerator: Require a global generator in the constructor. | Stephen Kelly | 2015-05-14 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -2/+4 |
|
|
* | VS: Do not generate a BOM in .sln files | Brad King | 2015-02-24 | 1 | -5/+0 |
|
|
* | Encoding: Write Visual Studio solution file with BOM. | Clinton Stimpson | 2014-12-27 | 1 | -0/+5 |
|
|
* | VS: Remove unused parameter of WriteTargetConfigurations | Brad King | 2014-06-13 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -4/+5 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | VS: Teach include_external_msproject about non-C++ projects (#14661) | David Golub | 2013-12-20 | 1 | -1/+1 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -2/+2 |
|
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -1/+0 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -1/+0 |
|
|
* | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -1/+2 |
|
|
* | VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too | Patrick Gansterer | 2013-08-05 | 1 | -4/+4 |
|
|
* | VS: Added "Deploy" at project configuration for WindowsCE targets | Patrick Gansterer | 2012-11-27 | 1 | -1/+1 |
|
|
* | Merge topic 'generator-factory' | Brad King | 2012-11-20 | 1 | -2/+2 |
|\ |
|
| * | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -2/+2 |
|
|
* | | Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sections | Brad King | 2012-11-16 | 1 | -4/+7 |
|\ \ |
|
| * | | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG> | Petr Kmoch | 2012-11-13 | 1 | -4/+7 |
| |/ |
|
* | | Implement properties VS_GLOBAL_SECTION_* | Petr Kmoch | 2012-11-16 | 1 | -11/+3 |
|/ |
|
* | VS: Simplify MSVC version reporting | Brad King | 2012-08-30 | 1 | -1/+0 |
|
|
* | 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 | -16/+16 |
|
|
* | VS: Fix line-too-long style errors | Brad King | 2012-04-19 | 1 | -1/+2 |
|
|
* | include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120) | Leonid Yurchenko | 2012-04-16 | 1 | -4/+9 |
|
|
* | Order VS local generator Version ivar values consistently | Brad King | 2011-11-14 | 1 | -2/+2 |
|
|
* | Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594) | Brad King | 2010-12-20 | 1 | -4/+4 |
|
|
* | Revert "Remove unused parameter "root" in some VS generator methods" | Brad King | 2010-12-20 | 1 | -1/+1 |
|
|
* | Remove unused parameter "root" in some VS generator methods | Brad King | 2010-12-10 | 1 | -1/+1 |
|
|
* | Merge topic 'vs-project-groups' | Brad King | 2010-09-08 | 1 | -0/+16 |
|\ |
|
| * | Add FOLDER target property, for IDEs (#3796) | David Cole | 2010-09-03 | 1 | -0/+16 |
|
|
* | | Fix unused parameter warning in VS 7.1 generator | Brad King | 2010-08-27 | 1 | -1/+1 |
|
|
* | | Refactor VS <= 7.1 utility-depends workaround | Brad King | 2010-08-24 | 1 | -2/+17 |
|
|
* | | Factor out duplicate VS target dependency code | Brad King | 2010-08-24 | 1 | -50/+12 |
|/ |
|
* | Fix Windows-cl.cmake so that at most one MSVC** variable is defined. | David Cole | 2010-05-05 | 1 | -0/+1 |
|
|
* | Teach VS generators to set the MACHINE type correctly. | Bill Hoffman | 2009-11-20 | 1 | -0/+1 |
|
|