summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some spelling errors in commentsGeoff Viola2014-10-131-1/+1
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-0/+3
* VS: Refactor internal default platform name selectionBrad King2014-09-051-2/+2
* VS: Move internal MasmEnabled member up to VS 7 generatorBrad King2014-08-201-0/+4
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-7/+1
* VS: Delay platform definitions until system name is knownBrad King2014-07-171-1/+1
* VS: Remove unused parameter of WriteTargetConfigurationsBrad King2014-06-131-1/+0
* VS: Fix subproject .sln dependencies on custom targetsBrad King2014-06-121-3/+5
* VS: Move VS-only API out of cmGlobalGeneratorBrad King2014-06-121-0/+1
* Encoding: If configured, write Visual Studio project files as UTF-8.Clinton Stimpson2014-03-141-0/+3
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-5/+5
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-3/+3
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-7/+7
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* VS: Teach include_external_msproject about non-C++ projects (#14661)David Golub2013-12-201-0/+2
* Constify handling of target dependencies.Stephen Kelly2013-12-111-4/+6
* VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variablesBrad King2013-12-041-0/+2
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-0/+1
* VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-181-0/+5
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-8/+10
* VS: Expose Intel Fortran .vfproj format version to CMake languageBrad King2013-10-181-0/+7
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-2/+2
* VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 tooPatrick Gansterer2013-08-051-0/+6
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-0/+1
* VS: Added "Deploy" at project configuration for WindowsCE targetsPatrick Gansterer2012-11-271-1/+1
* Merge topic 'generator-factory'Brad King2012-11-201-3/+5
|\
| * Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
| * Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+4
* | Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sectionsBrad King2012-11-161-6/+6
|\ \
| * | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>Petr Kmoch2012-11-131-6/+6
| |/
* | Implement properties VS_GLOBAL_SECTION_*Petr Kmoch2012-11-161-0/+2
|/
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-1/+0
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-1/+3
* Rename/constify build-time config placeholder lookupBrad King2012-03-091-1/+1
* Fix typo.Nicolas Despres2011-10-231-1/+1
* Remove trailing white-spaces.Nicolas Despres2011-10-231-15/+15
* Fix automoc with VS builds: apply patch from BillAlex Neundorf2011-08-181-3/+0
* Revert "Remove unused parameter "root" in some VS generator methods"Brad King2010-12-201-0/+1
* Remove unused parameter "root" in some VS generator methodsBrad King2010-12-101-1/+0
* Merge topic 'vs-project-groups'Brad King2010-09-081-0/+4
|\
| * Add FOLDER target property, for IDEs (#3796)David Cole2010-09-031-0/+4
* | Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-0/+1
|/
* Do not link library dependencies in VS solutionsBrad King2009-10-201-0/+4
* Avoid duplicate ZERO_CHECK in VS solutionsBrad King2009-10-191-1/+0
* Avoid non-root copies of root-only targetsBrad King2009-10-061-0/+1
* Move OrderedTargetDependSet into VS superclassBrad King2009-09-301-11/+0