summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: Move CompileInfoMap from cmTarget.Stephen Kelly2015-08-051-1/+41
* cmGeneratorTarget: Move GetCompilePDBDirectory from cmTarget.Stephen Kelly2015-08-051-1/+11
* cmGeneratorTarget: Move GetOutputName from cmTarget.Stephen Kelly2015-08-051-4/+52
* cmComputeLinkInformation: Port to cmGeneratorTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move IsBundleOnApple from cmTarget.Stephen Kelly2015-08-051-0/+8
* cmGeneratorTarget: Move GetLinkClosure from cmTarget.Stephen Kelly2015-08-051-1/+225
* cmGeneratorTarget: Move GetLinkerLanguage from cmTarget.Stephen Kelly2015-08-051-5/+11
* cmGeneratorTarget: Move GetFrameworkDirectory from cmTarget.Stephen Kelly2015-08-051-3/+45
* cmGeneratorTarget: Move GetFullName from cmTarget.Stephen Kelly2015-08-051-11/+169
* cmGeneratorTarget: Move GetAppBundleDirectory from cmTarget.Stephen Kelly2015-08-051-1/+14
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-0/+67
* cmGeneratorTarget: Move GetMacContentDirectory from cmTarget.Stephen Kelly2015-08-051-2/+43
* cmGeneratorTarget: Move GetFullNameComponents from cmTarget.Stephen Kelly2015-08-051-0/+10
* cmGeneratorTarget: Move IsChrPathUsed from cmTarget.Stephen Kelly2015-08-051-1/+68
* cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.Stephen Kelly2015-08-051-0/+67
* cmGeneratorTarget: Move GetPDBName from cmTarget.Stephen Kelly2015-08-051-2/+34
* cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.Stephen Kelly2015-08-051-0/+45
* cmGeneratorTarget: Move HasSOName from cmTarget.Stephen Kelly2015-08-051-1/+13
* cmGeneratorTarget: Move GetLibraryNames from cmTarget.Stephen Kelly2015-08-051-6/+92
* cmGeneratorTarget: Move GetExecutableNames from cmTarget.Stephen Kelly2015-08-051-3/+65
* cmGeneratorTarget: Move GetLinkImplementationClosureStephen Kelly2015-08-051-3/+51
* cmGeneratorTarget: Move ReportPropertyOrigin from cmTarget.Stephen Kelly2015-08-051-10/+50
* cmGeneratorTarget: Make CompatibleType enum private again.Stephen Kelly2015-08-051-36/+44
* cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.Stephen Kelly2015-08-051-8/+405
* cmGeneratorTarget: Port internal API to cmGeneratorTarget.Stephen Kelly2015-08-051-13/+15
* cmGeneratorTarget: Move CheckPropertyCompatibility from cmTarget.Stephen Kelly2015-08-051-1/+235
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-0/+38
* cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget.Stephen Kelly2015-08-051-0/+81
* cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.Stephen Kelly2015-08-051-0/+26
* cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-051-0/+43
* cmGlobalGenerator: Remove the TargetManifest member.Stephen Kelly2015-07-291-5/+5
* Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-1/+81
* Move GetLocationForBuild to cmGeneratorTarget.Stephen Kelly2015-07-271-1/+36
* Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-2/+23
* cmCustomCommandGenerator: Require cmLocalGenerator in API.Stephen Kelly2015-07-271-1/+2
* Genex: Store a backtrace, not a pointer to one.Stephen Kelly2015-07-171-1/+1
* cmGeneratorTarget: Require a cmLocalGenerator to construct.Stephen Kelly2015-06-221-2/+3
* cmGeneratorTarget: Add accessor for cmLocalGenerator.Stephen Kelly2015-06-221-0/+5
* cmLocalGenerator: Add IssueMessage method.Stephen Kelly2015-06-211-1/+2
* cmLocalGenerator: Add Feature API from cmMakefile.Stephen Kelly2015-06-061-1/+1
* cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-1/+29
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-7/+4
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-2/+2
* VS: Add support for XAML source filesGilles Khouzam2015-04-031-0/+49
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-2/+3
* cmGeneratorTarget: Replace set insert algorithm with cmRemoveDuplicates.Stephen Kelly2015-02-181-6/+5
* Merge topic 'fix-OBJECT_DEPENDS-after-path-normalization'Brad King2015-01-291-0/+8
|\
| * Normalize OBJECT_DEPENDS paths to match custom commands (#15366)Brad King2015-01-281-0/+8
* | Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-2/+2
|\ \