summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmCommonTargetGenerator: Adopt AppendOSXVerFlag methodBruce Stephens2016-03-071-0/+32
* Refactor `.def` file lookupTim Grothe2015-11-041-2/+2
* Makefiles: Port to cmGeneratorTarget.Stephen Kelly2015-10-241-2/+0
* Use cmLocalGenerator at generate-time.Stephen Kelly2015-10-241-1/+1
* cmCommonTargetGenerator: Use NameResolvesToFramework without cmTarget.Stephen Kelly2015-10-201-1/+1
* cmGeneratorTarget: Move GetExportMacro from cmTarget.Stephen Kelly2015-10-201-1/+2
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-4/+5
* Use cmGeneratorTarget for property access.Stephen Kelly2015-10-171-2/+2
* cmGeneratorTarget: Access global state through LocalGenerator.Stephen Kelly2015-10-161-2/+1
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-1/+1
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-1/+1
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-141-1/+1
|/
* cmCommonTargetGenerator: Port implementation detail to cmGeneratorTarget.Stephen Kelly2015-10-121-2/+2
* cmComputeLinkInformation: Port data interface to cmGeneratorTarget.Stephen Kelly2015-10-121-7/+5
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-171-0/+17
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-2/+3
* cmCommonTargetGenerator: Factor out Fortran module directory computationBrad King2015-07-291-24/+31
* cmCommonTargetGenerator: Store working directory for relative pathsBrad King2015-07-291-3/+7
* cmCommonTargetGenerator: Return string from GetFortranModuleDirectoryBrad King2015-07-291-16/+14
* cmCommonTargetGenerator: Adopt linked target directory computationBrad King2015-07-281-0/+34
* Factor an <INCLUDES> placeholder out of <FLAGS> in rule variablesBrad King2015-07-131-3/+13
* cmCommonTargetGenerator: Adopt GetDefines methodBrad King2015-07-091-0/+26
* cmCommonTargetGenerator: Adopt GetFlags methodBrad King2015-07-091-0/+48
* cmCommonTargetGenerator: Adopt GetFrameworkFlagsBrad King2015-07-091-0/+62
* cmCommonTargetGenerator: Adopt AppendFortranFormatFlagsBrad King2015-07-091-0/+30
* cmCommonTargetGenerator: Adopt AddFortranFlags and friendsBrad King2015-07-091-0/+97
* cmCommonTargetGenerator: Adopt Convert methodBrad King2015-07-091-0/+8
* cmCommonTargetGenerator: Adopt ModuleDefinitionFile memberBrad King2015-07-091-0/+26
* cmCommonTargetGenerator: Adopt GetFeature and friendsBrad King2015-07-091-0/+26
* cmCommonTargetGenerator: Adopt ConfigName memberBrad King2015-07-091-0/+6
* cmCommonTargetGenerator: Adopt basic target generator membersBrad King2015-07-091-1/+12
* Add common base classes to Makefile and Ninja generatorsBrad King2015-07-091-0/+20