summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-0/+2
* Add Target API to determine if an include is a system include.Stephen Kelly2013-07-021-0/+2
* VS: Add Windows Forms SupportJohn Farrier2013-05-161-0/+4
* Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-2/+0
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-6/+0
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-1/+1
* Return a std::string from GetCompileDefinitions.Stephen Kelly2012-09-211-1/+1
* Revert "Move GenerateTargetManifest to cmGeneratorTarget."Stephen Kelly2012-09-201-3/+0
* Add a wrapper for accessing config-specific compile-definitions.Stephen Kelly2012-09-191-0/+2
* Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-0/+3
* Move GetCreateRuleVariable to cmGeneratorTarget.Stephen Kelly2012-09-191-0/+5
* Make cmLocalGenerator::AddArchitectureFlags take a cmGeneratorTarget.Stephen Kelly2012-09-191-0/+2
* Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-0/+6
* Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2012-09-191-0/+3
* Store cmGeneratorTargets with the makefile.Stephen Kelly2012-09-191-0/+2
* Add more forwarding API to cmGeneratorTarget.Stephen Kelly2012-09-191-0/+6
* VS: Restore header files marked as OS X Framework content (#13196)Brad King2012-05-071-1/+0
* Simplify cmVisualStudio10TargetGenerator source classificationBrad King2012-03-191-0/+1
* Add $<TARGET_OBJECTS:...> expression to use an object libraryBrad King2012-03-161-0/+5
* Pre-compute and store target object directory in cmGeneratorTargetBrad King2012-03-121-0/+5
* Pre-compute object file names before VS project generationBrad King2012-03-091-0/+1
* Pre-compute object file names before Makefile generationBrad King2012-03-091-0/+2