summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio71Generator.h
Commit message (Expand)AuthorAgeFilesLines
* VS: Port ProjectDepends to cmGeneratorTarget.Stephen Kelly2015-10-241-1/+1
* VS: Port WriteProject to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+2
* VS: Do not accumulate configurations globally (#15577)Brad King2015-05-211-1/+3
* VS: Remove obsolete methods.Stephen Kelly2015-05-191-3/+0
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-4/+4
* Constify handling of target dependencies.Stephen Kelly2013-12-111-2/+4
* VS: Replace ArchitectureId with PlatformNamePatrick Gansterer2013-08-051-1/+1
* VS: Added "Deploy" at project configuration for WindowsCE targetsPatrick Gansterer2012-11-271-1/+1
* Merge topic 'generator-factory'Brad King2012-11-201-3/+4
|\
| * Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
| * Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+3
* | Merge topic 'per-config-EXCLUDE_FROM_DEFAULT_BUILD' into vs-global-sectionsBrad King2012-11-161-4/+4
|\ \
| * | Add property EXCLUDE_FROM_DEFAULT_BUILD_<CONFIG>Petr Kmoch2012-11-131-4/+4
| |/
* | Implement properties VS_GLOBAL_SECTION_*Petr Kmoch2012-11-161-1/+0
|/
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-1/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* include_external_msproject: Add TYPE, GUID, PLATFORM options (#13120)Leonid Yurchenko2012-04-161-1/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create VS generator GetRegistryBase methodBrad King2009-09-161-0/+1
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-1/+1
* ENH: Add code to support calling the VS reload macro from Visual Studio 7.1 a...David Cole2008-02-151-0/+13
* ENH: fix for bug 3218 dependant projects are written out automatically if the...Bill Hoffman2008-01-301-1/+2
* 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-2/+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-051-0/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: fix line lengthsBill Hoffman2006-03-101-3/+6
* BUG: Fixed generation of VS8 solution file to not be re-written when loaded b...Brad King2006-02-141-0/+3
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-4/+2
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddU...Brad King2005-04-291-2/+2
* ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets...Brad King2005-04-281-2/+2
* BUG: fix external project command for VS 7 and 71Bill Hoffman2004-09-151-0/+2
* ENH: update vs71 generator to support excluded subdirsBill Hoffman2004-03-101-1/+2
* ENH: fix some warningsBill Hoffman2003-11-261-1/+2
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-071-1/+6
* Change name of 71 generatorBill Hoffman2003-05-131-1/+1
* add support for vs 71Bill Hoffman2003-05-081-0/+52