summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-6/+6
* Merge topic 'move-Feature-API'Brad King2015-06-081-1/+2
|\
| * cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-1/+2
* | VS: Use cmUuid RFC 4122 compliant hash based UUID generationNils Gladitz2015-06-051-8/+10
|/
* VS: Compute project GUIDs deterministicallyBrad King2015-06-041-34/+18
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+2
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-66/+23
* VS: Move version information to global generator.Stephen Kelly2015-05-191-2/+2
* VS: Simplify setting of flag table.Stephen Kelly2015-05-191-31/+27
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+1
* VS: Add option to put INSTALL target in .sln default buildRobert Goulet2015-05-061-0/+18
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+4
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-4/+4
* Deprecate Visual Studio 7 generator (.NET 2002)Brad King2015-04-151-1/+18
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-4/+4
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* VS: Do not generate a BOM in .sln filesBrad King2015-02-241-5/+0
* Encoding: Write Visual Studio solution file with BOM.Clinton Stimpson2014-12-261-0/+5
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-3/+14
* VS: Refactor internal default platform name selectionBrad King2014-09-051-4/+10
* VS: Move internal MasmEnabled member up to VS 7 generatorBrad King2014-08-201-0/+1
* cmGlobalVisualStudio7Generator: Remove unused variableBrad King2014-07-221-1/+0
* VS: Delay platform definitions until system name is knownBrad King2014-07-171-2/+3
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-1/+8
* VS: Remove unused parameter of WriteTargetConfigurationsBrad King2014-06-131-2/+1
* VS: Fix subproject .sln dependencies on custom targetsBrad King2014-06-121-27/+12
* VS: Move VS-only API out of cmGlobalGeneratorBrad King2014-06-121-0/+31
* Merge topic 'vs-vcproj-bool-case'Brad King2014-05-291-3/+3
|\
| * VS: Use lower-case boolean values in VS 7-9 (#14927)Mark Salisbury2014-05-281-3/+3
* | Encoding: If configured, write Visual Studio project files as UTF-8.Clinton Stimpson2014-03-141-1/+13
* | stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* | stringapi: Use strings for generator namesBen Boeckel2014-03-081-9/+13
* | 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-4/+4
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* | stringapi: Use strings for VS project namesBen Boeckel2014-03-081-9/+10
* | stringapi: Use strings in target nameBen Boeckel2014-03-081-6/+7
|/
* VS: Teach include_external_msproject about non-C++ projects (#14661)David Golub2013-12-201-1/+36
* Constify handling of target dependencies.Stephen Kelly2013-12-111-7/+7
* Windows: Use wide-character system APIsClinton Stimpson2013-12-091-4/+5
* Merge topic 'cleanup-build-commands'Brad King2013-12-051-0/+8
|\
| * VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variablesBrad King2013-12-041-0/+8
* | INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-0/+8
|/
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-1/+0
* Teach GenerateBuildCommand to find its own make programBrad King2013-11-181-1/+15
* VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-181-0/+28
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-42/+22
* VS: Detect Intel Fortran compiler id and versionBrad King2013-10-181-1/+0