summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Encoding: Write Visual Studio solution file with BOM.Clinton Stimpson2014-12-271-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
* VS: Expose Intel Fortran .vfproj format version to CMake languageBrad King2013-10-181-0/+42
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-1/+0
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+4
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-15/+8
* VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 tooPatrick Gansterer2013-08-051-4/+25
* Merge topic 'vs-configurations'Brad King2013-05-161-0/+10
|\
| * VS: Always initialize CMAKE_CONFIGURATION_TYPES in IDE generatorsBrad King2013-05-131-0/+10
* | Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-1/+3
|/
* VS: Restore CMAKE_GENERATOR_FC variableBrad King2013-02-221-0/+1
* VS,Xcode: Remove unused CMAKE_GENERATOR_* variablesBrad King2013-02-191-3/+0
* VS: Added "Deploy" at project configuration for WindowsCE targetsPatrick Gansterer2012-11-271-3/+3
* Merge topic 'generator-factory'Brad King2012-11-201-2/+2
|\
| * Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* | Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sectionsBrad King2012-11-161-19/+34
|\ \
| * | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>Petr Kmoch2012-11-131-19/+34
| |/
* | Implement properties VS_GLOBAL_SECTION_*Petr Kmoch2012-11-161-5/+67
|/
* VS: Avoid empty, unreferenced solution folders... (#13571)David Cole2012-10-241-0/+2
* VS: Simplify MSVC version reportingBrad King2012-08-301-1/+0