summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-7/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-32/+32
* VS: Fix line-too-long style errorsBrad King2012-04-191-4/+5
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-7/+18
* Order VS local generator Version ivar values consistentlyBrad King2011-11-141-1/+2
* Fix automoc with VS builds: apply patch from BillAlex Neundorf2011-08-181-12/+0
* Avoid msbuild ".\" idiosyncrasy that builds multiple configs (#11594)Brad King2010-12-201-4/+8
* Revert "Avoid msbuild idiosyncrasy that builds multiple configs" (#11633)Brad King2010-12-201-0/+2
* Revert "Remove unused parameter "root" in some VS generator methods"Brad King2010-12-201-1/+2
* Remove unused parameter "root" in some VS generator methodsBrad King2010-12-101-2/+1
* Avoid msbuild idiosyncrasy that builds multiple configs (#11594)Brad King2010-12-101-2/+0
* Remove unused variable "rootdir" in VS generatorsBrad King2010-12-101-2/+0
* Honor FOLDER on include_external_msproject targets (#11436)David Cole2010-11-101-37/+41