| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalGenerator: Require a parent in the constructor. | Stephen Kelly | 2015-04-28 | 1 | -1/+1 |
|
|
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja | Gregor Jasny | 2015-02-26 | 1 | -1/+1 |
|
|
* | VS: Use $(ConfigurationName) as CMAKE_CFG_INTDIR in VS 7, 8, 9 | Brad King | 2015-02-16 | 1 | -1/+2 |
|
|
* | Fix some spelling errors in comments | Geoff Viola | 2014-10-13 | 1 | -1/+1 |
|
|
* | VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8 | Brad King | 2014-09-05 | 1 | -0/+3 |
|
|
* | VS: Refactor internal default platform name selection | Brad King | 2014-09-05 | 1 | -2/+2 |
|
|
* | VS: Move internal MasmEnabled member up to VS 7 generator | Brad King | 2014-08-20 | 1 | -0/+4 |
|
|
* | cmGlobalGenerator: Create a non-virtual 'DoGenerate' method | Brad King | 2014-07-22 | 1 | -7/+1 |
|
|
* | VS: Delay platform definitions until system name is known | Brad King | 2014-07-17 | 1 | -1/+1 |
|
|
* | VS: Remove unused parameter of WriteTargetConfigurations | Brad King | 2014-06-13 | 1 | -1/+0 |
|
|
* | VS: Fix subproject .sln dependencies on custom targets | Brad King | 2014-06-12 | 1 | -3/+5 |
|
|
* | VS: Move VS-only API out of cmGlobalGenerator | Brad King | 2014-06-12 | 1 | -0/+1 |
|
|
* | Encoding: If configured, write Visual Studio project files as UTF-8. | Clinton Stimpson | 2014-03-14 | 1 | -0/+3 |
|
|
* | 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 | -5/+5 |
|
|
* | 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 | -2/+2 |
|
|
* | 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 | -7/+7 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | VS: Teach include_external_msproject about non-C++ projects (#14661) | David Golub | 2013-12-20 | 1 | -0/+2 |
|
|
* | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -4/+6 |
|
|
* | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables | Brad King | 2013-12-04 | 1 | -0/+2 |
|
|
* | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators | Brad King | 2013-11-18 | 1 | -0/+1 |
|
|
* | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdev | Brad King | 2013-11-18 | 1 | -0/+5 |
|
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -8/+10 |
|
|
* | VS: Expose Intel Fortran .vfproj format version to CMake language | Brad King | 2013-10-18 | 1 | -0/+7 |
|
|
* | VS: Replace ArchitectureId with PlatformName | Patrick Gansterer | 2013-08-05 | 1 | -2/+2 |
|
|
* | VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 too | Patrick Gansterer | 2013-08-05 | 1 | -0/+6 |
|
|
* | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -0/+1 |
|
|
* | 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 | -3/+5 |
|\ |
|
| * | 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/+4 |
|
|
* | | Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sections | Brad King | 2012-11-16 | 1 | -6/+6 |
|\ \ |
|
| * | | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG> | Petr Kmoch | 2012-11-13 | 1 | -6/+6 |
| |/ |
|
* | | Implement properties VS_GLOBAL_SECTION_* | Petr Kmoch | 2012-11-16 | 1 | -0/+2 |
|/ |
|
* | VS: Cleanup AddPlatformDefinitions() of Visual Studio generators | Patrick Gansterer | 2012-08-22 | 1 | -1/+0 |
|
|
* | include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120) | Leonid Yurchenko | 2012-04-16 | 1 | -1/+3 |
|
|
* | Rename/constify build-time config placeholder lookup | Brad King | 2012-03-09 | 1 | -1/+1 |
|
|
* | Fix typo. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
|
|
* | Remove trailing white-spaces. | Nicolas Despres | 2011-10-23 | 1 | -15/+15 |
|
|
* | Fix automoc with VS builds: apply patch from Bill | Alex Neundorf | 2011-08-18 | 1 | -3/+0 |
|
|
* | Revert "Remove unused parameter "root" in some VS generator methods" | Brad King | 2010-12-20 | 1 | -0/+1 |
|
|
* | Remove unused parameter "root" in some VS generator methods | Brad King | 2010-12-10 | 1 | -1/+0 |
|
|
* | Merge topic 'vs-project-groups' | Brad King | 2010-09-08 | 1 | -0/+4 |
|\ |
|
| * | Add FOLDER target property, for IDEs (#3796) | David Cole | 2010-09-03 | 1 | -0/+4 |
|
|
* | | Refactor VS <= 7.1 utility-depends workaround | Brad King | 2010-08-24 | 1 | -0/+1 |
|/ |
|
* | Do not link library dependencies in VS solutions | Brad King | 2009-10-20 | 1 | -0/+4 |
|
|