| Commit message (Expand) | Author | Age | Files | Lines |
* | VS: Remove unused parameter of WriteTargetConfigurations | Brad King | 2014-06-13 | 1 | -2/+1 |
|
|
* | VS: Fix subproject .sln dependencies on custom targets | Brad King | 2014-06-12 | 1 | -27/+12 |
|
|
* | VS: Move VS-only API out of cmGlobalGenerator | Brad King | 2014-06-12 | 1 | -0/+31 |
|
|
* | Merge topic 'vs-vcproj-bool-case' | Brad King | 2014-05-29 | 1 | -3/+3 |
|\ |
|
| * | VS: Use lower-case boolean values in VS 7-9 (#14927) | Mark Salisbury | 2014-05-28 | 1 | -3/+3 |
|
|
* | | Encoding: If configured, write Visual Studio project files as UTF-8. | Clinton Stimpson | 2014-03-14 | 1 | -1/+13 |
|
|
* | | 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 | -9/+13 |
|
|
* | | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -3/+3 |
|
|
* | | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -4/+4 |
|
|
* | | 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 | -9/+10 |
|
|
* | | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -6/+7 |
|/ |
|
* | VS: Teach include_external_msproject about non-C++ projects (#14661) | David Golub | 2013-12-20 | 1 | -1/+36 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -7/+7 |
|
|
* | Windows: Use wide-character system APIs | Clinton Stimpson | 2013-12-09 | 1 | -4/+5 |
|
|
* | 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 |
|
|
* | | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. | Stephen Kelly | 2013-11-25 | 1 | -0/+8 |
|/ |
|
* | 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 | -1/+15 |
|
|
* | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdev | Brad King | 2013-11-18 | 1 | -0/+28 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -42/+22 |
|
|
* | VS: Detect Intel Fortran compiler id and version | Brad King | 2013-10-18 | 1 | -1/+0 |
|
|
* | VS: Expose Intel Fortran .vfproj format version to CMake language | Brad King | 2013-10-18 | 1 | -0/+42 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -1/+0 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -0/+4 |
|
|
* | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -15/+8 |
|
|
* | VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too | Patrick Gansterer | 2013-08-05 | 1 | -4/+25 |
|
|
* | Merge topic 'vs-configurations' | Brad King | 2013-05-16 | 1 | -0/+10 |
|\ |
|
| * | VS: Always initialize CMAKE_CONFIGURATION_TYPES in IDE generators | Brad King | 2013-05-13 | 1 | -0/+10 |
|
|
* | | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -1/+3 |
|/ |
|
* | VS: Restore CMAKE_GENERATOR_FC variable | Brad King | 2013-02-22 | 1 | -0/+1 |
|
|
* | VS,Xcode: Remove unused CMAKE_GENERATOR_* variables | Brad King | 2013-02-19 | 1 | -3/+0 |
|
|
* | VS: Added "Deploy" at project configuration for WindowsCE targets | Patrick Gansterer | 2012-11-27 | 1 | -3/+3 |
|
|
* | 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 | -19/+34 |
|\ \ |
|
| * | | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG> | Petr Kmoch | 2012-11-13 | 1 | -19/+34 |
| |/ |
|
* | | Implement properties VS_GLOBAL_SECTION_* | Petr Kmoch | 2012-11-16 | 1 | -5/+67 |
|/ |
|
* | VS: Avoid empty, unreferenced solution folders... (#13571) | David Cole | 2012-10-24 | 1 | -0/+2 |
|
|
* | 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 | -7/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -32/+32 |
|
|
* | VS: Fix line-too-long style errors | Brad King | 2012-04-19 | 1 | -4/+5 |
|
|
* | include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120) | Leonid Yurchenko | 2012-04-16 | 1 | -7/+18 |
|
|
* | Order VS local generator Version ivar values consistently | Brad King | 2011-11-14 | 1 | -1/+2 |
|
|
* | Fix automoc with VS builds: apply patch from Bill | Alex Neundorf | 2011-08-18 | 1 | -12/+0 |
|
|
* | Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594) | Brad King | 2010-12-20 | 1 | -4/+8 |
|
|