summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Drop Visual Studio 6 generatorBrad King2016-03-091-451/+0
* cmGeneratorTarget: Add GetUtilities APIStephen Kelly2015-10-271-1/+1
* VS: Port WriteUtilityDepends to cmGeneratorTargetStephen Kelly2015-10-241-2/+4
* VS: Port utility depends to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port target depends to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS6: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-10/+11
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-1/+1
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-081-1/+1
* VS: Refactor target ordering logicBrad King2015-09-221-1/+1
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-3/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+2
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-1/+1
* cmComputeTargetDepends: Change API to use cmGeneratorTarget.Stephen Kelly2015-07-011-1/+1
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-1/+2
* VS: Move version information to global generator.Stephen Kelly2015-05-191-0/+1
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-3/+1
* cmLocalGenerator: Require a parent in the constructor.Stephen Kelly2015-04-281-2/+3
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-3/+3
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-1/+1
* Deprecate Visual Studio 6 generatorBrad King2015-04-151-1/+17
* cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
* VS: Refactor CMAKE_FORCE_*64 platform definitionsBrad King2014-07-171-1/+0
* stringapi: Use strings for program pathsBen Boeckel2014-03-081-1/+1
* 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-4/+4
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-3/+3
* stringapi: Use strings for VS project namesBen Boeckel2014-03-081-3/+3
* stringapi: Use strings in target nameBen Boeckel2014-03-081-5/+6
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Constify handling of target dependencies.Stephen Kelly2013-12-111-3/+3
* VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variablesBrad King2013-12-041-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-18/+3
* VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-181-0/+28
* cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-181-43/+29
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-1/+0
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+4
* Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-0/+3
* VS,Xcode: Remove unused CMAKE_GENERATOR_* variablesBrad King2013-02-191-3/+0
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-2/+2
* Resolve warnings about unused variables.Stephen Kelly2012-11-071-1/+0
* VS: Simplify MSVC version reportingBrad King2012-08-301-1/+0
* VS: Cleanup AddPlatformDefinitions() of Visual Studio generatorsPatrick Gansterer2012-08-221-3/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-18/+18
* Remove unused variable "rootdir" in VS generatorsBrad King2010-12-101-2/+0
* Refactor VS <= 7.1 utility-depends workaroundBrad King2010-08-241-0/+61
* Factor out duplicate VS target dependency codeBrad King2010-08-241-35/+7
* Teach VS generators to set the MACHINE type correctly.Bill Hoffman2009-11-201-0/+2