summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.Stephen Kelly2015-08-051-0/+5
* cmGeneratorTarget: Move GetPDBName from cmTarget.Stephen Kelly2015-08-051-0/+3
* cmGeneratorTarget: Move GetCompilePDBPath from cmTarget.Stephen Kelly2015-08-051-0/+6
* cmGeneratorTarget: Move HasSOName from cmTarget.Stephen Kelly2015-08-051-0/+3
* cmGeneratorTarget: Move GetLibraryNames from cmTarget.Stephen Kelly2015-08-051-0/+7
* cmGeneratorTarget: Move GetExecutableNames from cmTarget.Stephen Kelly2015-08-051-0/+6
* cmGeneratorTarget: Move GetLinkImplementationClosureStephen Kelly2015-08-051-0/+12
* cmGeneratorTarget: Move ReportPropertyOrigin from cmTarget.Stephen Kelly2015-08-051-0/+7
* cmGeneratorTarget: Move LinkInterfaceDependent methods from cmTarget.Stephen Kelly2015-08-051-0/+11
* cmGeneratorTarget: Move CheckPropertyCompatibility from cmTarget.Stephen Kelly2015-08-051-0/+3
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-0/+9
* cmGeneratorTarget: Move IsLinkInterfaceDependent* from cmTarget.Stephen Kelly2015-08-051-0/+26
* cmGeneratorTarget: Move GetAutoUicOptions from cmTarget.Stephen Kelly2015-08-051-1/+3
* cmGeneratorTarget: Move GetSOName from cmTarget..Stephen Kelly2015-08-051-0/+3
* Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-0/+8
* Move GetLocationForBuild to cmGeneratorTarget.Stephen Kelly2015-07-271-0/+5
* Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-0/+3
* cmGeneratorTarget: Require a cmLocalGenerator to construct.Stephen Kelly2015-06-221-1/+1
* cmGeneratorTarget: Add accessor for cmLocalGenerator.Stephen Kelly2015-06-221-0/+2
* cmGeneratorTarget: Move Feature API from cmTarget.Stephen Kelly2015-06-061-0/+5
* VS: Add support for XAML source filesGilles Khouzam2015-04-031-0/+13
* Genex: Allow COMPILE_LANGUAGE when processing include directories.Stephen Kelly2015-03-091-1/+1
* VS: Handle .pfx files explicitly in generatorGilles Khouzam2014-08-211-0/+2
* VS: Handle AppxManifest sources explicitly in generatorGilles Khouzam2014-08-211-0/+2
* cmGeneratorTarget: Improve GetCreateRuleVariable APIBrad King2014-05-211-3/+3
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-11/+21
* cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-021-2/+3
* cmGeneratorTarget: Compute consumed object libraries on demand.Stephen Kelly2014-04-021-3/+0
* cmGeneratorTarget: Don't store ObjectSources for object libraries.Stephen Kelly2014-03-151-1/+0
* cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-9/+9
* cmGeneratorTarget: Make GetSourceDepends const.Stephen Kelly2014-03-131-2/+3
* cmGeneratorTarget: Constify the AddExplicitObjectName API.Stephen Kelly2014-03-131-1/+1
* cmGeneratorTarget: Constify the AddObject API.Stephen Kelly2014-03-131-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-4/+6
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-2/+2
* cmGeneratorTarget: Classify sources on demand, not up front.Stephen Kelly2014-02-241-11/+6
* cmGeneratorTarget: Use a method to access the definition file.Stephen Kelly2014-02-241-1/+2
* cmTarget: Move SourceFileFlags to cmGeneratorTarget.Stephen Kelly2014-02-241-0/+29
* cmGeneratorTarget: Hold a const global generator.Stephen Kelly2014-01-121-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+1
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-17/+28
* Constify cmGeneratorTarget access.Stephen Kelly2013-12-111-1/+1
* Make the cmStrictTargetComparison operate on const cmTarget*.Stephen Kelly2013-12-041-1/+1
* Order cmGeneratorTargetsType elements deterministically.Stephen Kelly2013-11-221-1/+7
* cmGeneratorTarget: Make GetIncludeDirectories const.Stephen Kelly2013-11-191-1/+1
* cmGeneratorTarget: Make some accessors const.Stephen Kelly2013-11-031-10/+10
* Move TraceDependencies to cmGeneratorTarget.Stephen Kelly2013-10-301-0/+13
* Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2013-10-271-0/+3
* Split CreateGeneratorTargets into two methods.Stephen Kelly2013-10-271-1/+1