summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Drop Visual Studio 6 generatorBrad King2016-03-091-2002/+0
* VS6: Port to FindGeneratorTargetStephen Kelly2015-10-271-5/+4
* cmGeneratorTarget: Add GetLinkDirectories API.Stephen Kelly2015-10-261-1/+1
* cmGeneratorTarget: Add API for target-relative commands.Stephen Kelly2015-10-261-13/+13
* VS: Port ImplibDir to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS: Port ComputeLongestObjectDirectory to cmGeneratorTargetStephen Kelly2015-10-241-1/+1
* VS6: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-158/+143
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-21/+23
* cmGeneratorTarget: Move GetExportMacro from cmTarget.Stephen Kelly2015-10-201-1/+1
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-10/+10
* cmGeneratorTarget: Move GetTargetVersion from cmTarget.Stephen Kelly2015-10-161-1/+1
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-55/+55
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-52/+52
| * cmTarget: Move link type enum out.Stephen Kelly2015-10-141-3/+3
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+1
|/
* Merge topic 'use-generator-target'Brad King2015-10-121-10/+14
|\
| * cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-10/+14
* | cmLocalGenerator: Add current source directory accessor.Stephen Kelly2015-10-101-1/+1
* | cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-8/+8
* | cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-3/+3
|/
* cmGeneratorTarget: Add methods for generate-time source addition.Stephen Kelly2015-10-071-2/+4
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-3/+2
* cmLocalGenerator: Remove Parent pointer.Stephen Kelly2015-08-281-2/+1
* cmGeneratorTarget: Move GetConfigCommonSourceFiles from cmTarget.Stephen Kelly2015-08-261-1/+4
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-08-241-4/+4
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-08-241-3/+3
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-4/+4
* cmGeneratorTarget: Move GetFullName from cmTarget.Stephen Kelly2015-08-051-13/+15
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-1/+3
* VisualStudio: Skip global targets when processing.Stephen Kelly2015-07-291-1/+2
* cmLocalGenerator: Remove CreateCustomTargetsAndCommands method.Stephen Kelly2015-07-271-8/+0
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-2/+2
* cmLocalGenerator: Remove 'optional' parameter from Convert.Stephen Kelly2015-06-041-5/+2
* Port away from obsolete method.Stephen Kelly2015-06-031-37/+35
* cmLocalGenerator: Require a valid cmState::Snapshot in the ctor.Stephen Kelly2015-05-271-2/+3
* Use cmSystemTools::GetCMakeCommand() to get path to cmake internallyBrad King2015-05-201-4/+2
* VS: Move version information to global generator.Stephen Kelly2015-05-191-1/+1
* cmLocalGenerator: Require a global generator in the constructor.Stephen Kelly2015-05-141-2/+3
* 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-9/+9
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-1/+1
* Remove unused includes.Stephen Kelly2015-04-061-1/+0
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-5/+5
* VS6: Compute CMAKE_*_FLAGS and COMPILE_DEFINITIONS* only when neededBrad King2015-03-071-70/+75
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-1/+3
* cmTarget: Rename old-style link dependencies code as "ForVS6"Brad King2014-07-141-1/+2
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-4/+33
* cmTarget: Allow any generator expression in SOURCES property.Stephen Kelly2014-04-021-0/+10
* cmTarget: Use string API to add sources to cmTarget objects.Stephen Kelly2014-03-311-3/+3