summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGeneratorTarget: Improve GetCreateRuleVariable APIBrad King2014-05-211-5/+7
* cmTarget: Add all sources traced from custom commands at once.Stephen Kelly2014-04-091-2/+5
* cmGeneratorTarget: Trace cmSourceFile objects instead of strings.Stephen Kelly2014-04-061-16/+15
* cmTarget: Cache the cmSourceFiles in GetSourceFiles.Stephen Kelly2014-04-061-9/+9
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-19/+52
* cmGeneratorTarget: Don't add computed sources to the target.Stephen Kelly2014-04-021-1/+5
* cmGeneratorTarget: Compute target objects on demandStephen Kelly2014-04-021-6/+25
* cmGeneratorTarget: Compute consumed object libraries on demand.Stephen Kelly2014-04-021-53/+19
* cmComputeTargetDepends: Track object library depends.Stephen Kelly2014-04-021-1/+0
* cmTarget: Add a method to obtain list of filenames for sources.Stephen Kelly2014-03-311-12/+12
* add_custom_command: Evaluate generator expressions in DEPENDSStephen Kelly2014-03-201-5/+34
* cmGeneratorTarget: Don't store ObjectSources for object libraries.Stephen Kelly2014-03-151-6/+4
* cmGeneratorTarget: Constify cmSourceFile* in containers.Stephen Kelly2014-03-131-10/+17
* cmGeneratorTarget: Make GetSourceDepends const.Stephen Kelly2014-03-131-1/+1
* cmGeneratorTarget: Constify the AddExplicitObjectName API.Stephen Kelly2014-03-131-1/+1
* cmGeneratorTarget: Constify the AddObject API.Stephen Kelly2014-03-131-1/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-8/+8
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-14/+16
* cmTarget: Refactor GetLocation APIBrad King2014-03-081-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* stringapi: Use strings in target nameBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-2/+2
* Handle Mac OSX source flags for individual files lazily.Stephen Kelly2014-02-241-26/+17
* cmGeneratorTarget: Classify sources on demand, not up front.Stephen Kelly2014-02-241-114/+235
* cmGeneratorTarget: Use a method to access the definition file.Stephen Kelly2014-02-241-0/+6
* cmTarget: Change GetTransitivePropertyLinkLibraries to output targets.Stephen Kelly2014-02-241-20/+12
* cmTarget: Move SourceFileFlags to cmGeneratorTarget.Stephen Kelly2014-02-241-1/+105
* cmTarget: Don't try to get sources of an INTERFACE_LIBRARY.Stephen Kelly2014-02-141-4/+7
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-5/+5
* cmGeneratorTarget: Hold a const global generator.Stephen Kelly2014-01-121-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-4/+6
* cmGeneratorTarget: Add methods to access source file groups.Stephen Kelly2014-01-091-0/+78
* cmTarget: Handle NO_SYSTEM_FROM_IMPORTED.Stephen Kelly2014-01-081-4/+8
* cmTarget: Fix system include annotation propagation.Stephen Kelly2014-01-061-14/+99
* Make the cmStrictTargetComparison operate on const cmTarget*.Stephen Kelly2013-12-041-1/+2
* cmGeneratorTarget: Use the output directory to order cmTargets.Stephen Kelly2013-11-251-2/+2
* Order cmGeneratorTargetsType elements deterministically.Stephen Kelly2013-11-221-0/+11
* cmGeneratorTarget: Make GetIncludeDirectories const.Stephen Kelly2013-11-191-2/+2
* cmGeneratorTarget: Make some accessors const.Stephen Kelly2013-11-031-11/+12
* Merge topic 'use-generator-target'Brad King2013-10-311-0/+293
|\
| * Move TraceDependencies to cmGeneratorTarget.Stephen Kelly2013-10-301-0/+293
* | Merge topic 'use-generator-target'Brad King2013-10-301-2/+76
|\ \ | |/
| * Move GenerateTargetManifest to cmGeneratorTarget.Stephen Kelly2013-10-271-0/+76
| * Split CreateGeneratorTargets into two methods.Stephen Kelly2013-10-271-2/+0
* | Generators: don't append sources from utility targets to objectSourcesNils Gladitz2013-10-281-1/+8
|/
* Normalize system directories from the interface target propertyStephen Kelly2013-08-291-0/+6
* Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-11/+33
* Store system include directories in the cmTarget.Stephen Kelly2013-07-021-1/+17
* Add Target API to determine if an include is a system include.Stephen Kelly2013-07-021-0/+7