summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some spelling errors in commentsGeoff Viola2014-10-131-1/+1
* cmGlobalGenerator: Create a non-virtual 'DoGenerate' methodBrad King2014-07-221-7/+1
* cmTarget: Run old-style link dependencies only for VS 6Brad King2014-07-141-0/+2
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for directoriesBen Boeckel2014-03-081-1/+1
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-3/+4
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* Constify handling of target dependencies.Stephen Kelly2013-12-111-2/+2
* VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variablesBrad King2013-12-041-0/+2
* VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-181-0/+1
* VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-181-0/+4
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-8/+10
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-0/+1
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-10/+10
* Rename/constify build-time config placeholder lookupBrad King2012-03-091-1/+1
* Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create VS generator GetRegistryBase methodBrad King2009-09-161-0/+3
* ENH: remove INCLUDE_EXTERNAL_MSPROJECT name hack, and use target properties i...Bill Hoffman2009-07-141-1/+1
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* ENH: Added cmGlobalVisualStudioGenerator as superclass to all VS global gener...Brad King2007-04-041-2/+2
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-011-1/+2
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+5
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...Brad King2006-03-031-1/+4
* COMP: Even more global target fixesAndy Cedilnik2006-02-241-0/+2
* BUG: Fixed cmTarget::GetFullPath to not append the configuration name when on...Brad King2006-02-031-0/+4
* ENH: Add a way for the generated command to include extra flags. This is usef...Andy Cedilnik2005-12-011-1/+1
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-2/+1
* ENH: Add option to ignore errors. Only works on makeAndy Cedilnik2005-04-291-1/+2
* COMP: Converting INSTALL->ALL_BUILD dependency implementation to use the AddU...Brad King2005-04-291-1/+1
* ENH: Start working on a method that abstracts generating of build commandAndy Cedilnik2005-04-281-5/+2
* ENH: Added dependency from INSTALL target to ALL_BUILD target so that targets...Brad King2005-04-281-1/+1
* ENH: More ctest changes and move SetupTest to superclassAndy Cedilnik2005-04-011-1/+0
* ENH: ctest now uses CMake global generator to do the build part of build-and-...Ken Martin2005-02-221-4/+8
* ENH: move project map to global generator baseBill Hoffman2005-01-211-2/+0
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-2/+1
* BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile i...Brad King2004-08-041-1/+1
* ENH: add new subdirectory exclude from top optionBill Hoffman2004-03-091-1/+3
* remove warningsBill Hoffman2003-11-261-1/+1
* ENH: generate a sln and dsw file for each sub project in a projectBill Hoffman2003-11-261-1/+5
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-081-1/+5
* ENH: Visual Studio 6 and 7 generators now set CMAKE_CONFIGURATION_TYPES to be...Brad King2002-12-201-0/+1
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-0/+2