summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.h
Commit message (Expand)AuthorAgeFilesLines
* VS: Implement CMAKE_GENERATOR_PLATFORM for VS >= 8Brad King2014-09-051-0/+2
* VS: Refactor logic deciding to add "Deploy" to the .sln fileGilles Khouzam2014-07-311-0/+3
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-1/+1
* VS: Delay platform definitions until system name is knownBrad King2014-07-171-0/+2
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-2/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-4/+5
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-2/+3
* Constify handling of target dependencies.Stephen Kelly2013-12-111-1/+1
* VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-181-0/+2
* VS: Fix CMAKE_SUPPRESS_REGENERATION bad ZERO_CHECK dependency (#14378)Brad King2013-08-281-1/+1
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-1/+1
* VS: Set CMAKE_VS_PLATFORM_NAME for VS7 and VS71 tooPatrick Gansterer2013-08-051-3/+0
* VS: Added "Deploy" at project configuration for WindowsCE targetsPatrick Gansterer2012-11-271-1/+1
* VS: Allow setting the name of the target platformPatrick Gansterer2012-11-271-0/+1
* VS: Add parser for WCE.VCPlatform.config to read WinCE platformsPatrick Gansterer2012-11-271-0/+6
* VS: Change variable type of Name from const char* to stringPatrick Gansterer2012-11-261-2/+2
* VS: Add CMAKE_VS_PLATFORM_NAME definition to cmMakefilePatrick Gansterer2012-11-261-0/+2
* Merge topic 'generator-factory'Brad King2012-11-201-8/+11
|\
| * VS: Remove platform specific generator filesPatrick Gansterer2012-11-191-7/+9
| * VS: Remove GetPlatformName from platform-specific generatorsPatrick Gansterer2012-11-191-1/+1
| * Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
| * Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
* | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>Petr Kmoch2012-11-131-4/+4
|/
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-3/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-1/+2
* Skip VS <= 7.1 dependency analysis for VS >= 8Brad King2010-12-011-0/+1
* Store direct dependencies in solutions for VS >= 8Brad King2010-09-101-0/+2
* VS: Add ArchitectureId to VS 8 and 9 generatorsPatrick Gansterer2010-08-261-0/+2
* VS: Convert PlatformName member to a virtual methodPatrick Gansterer2010-08-241-3/+2
* WIP: VS 10 Win64 generatorBrad King2009-10-221-0/+2
* Do not link library dependencies in VS solutionsBrad King2009-10-201-0/+4
* Avoid duplicate ZERO_CHECK in VS solutionsBrad King2009-10-191-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create VS generator GetRegistryBase methodBrad King2009-09-161-0/+1
* Simplify VS generator ZERO_CHECK dependencyBrad King2009-09-041-2/+0
* ENH: Separate VS flag table typeBrad King2009-07-291-1/+1
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-0/+6
* ENH: Make static library targets depend on targets to which they "link" for t...Brad King2007-12-211-2/+1
* ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ...David Cole2007-11-161-0/+8
* BUG: Fix utility dependencies for static libraries in VS generators. This ad...Brad King2007-04-041-0/+4
* BUG: Split precompiled header flags into a separate per-global-generator flag...Brad King2007-03-121-0/+1
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-091-1/+1
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-1/+2
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
* BUG: MSVC* variables should be set in IDE generators instead of just NMake.Brad King2006-05-061-0/+1
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-0/+1
* BUG: Fixed generation of VS8 solution file to not be re-written when loaded b...Brad King2006-02-141-0/+3
* ENH: Added support for parallel builds in VS 8. There is now a special targe...Brad King2005-12-131-0/+8
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-0/+48