summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-2/+2
* Simplify use of binary_search.Stephen Kelly2014-09-171-3/+1
* VS: Handle .pfx files explicitly in generatorGilles Khouzam2014-08-211-0/+14
* VS: Handle AppxManifest sources explicitly in generatorGilles Khouzam2014-08-211-0/+14
* Refactor system include annotation propagationBrad King2014-07-161-34/+7
* add_library: Allow arbitrary non-linked sources in OBJECT librariesBrad King2014-07-091-5/+2
* cmTarget: Refactor LinkImplementation to allow more informationBrad King2014-07-071-2/+2
* cmTarget: Lookup targets in LinkInterface and LinkImplementationBrad King2014-06-231-2/+2
* Fix scope of transitive target name lookupsBrad King2014-06-231-1/+1
* cmTarget: Constify GetTransitivePropertyTargets resultsBrad King2014-06-231-5/+5
* cmTarget: Remove 'head' argument from GetLinkImplementationBrad King2014-06-231-1/+1
* genex: remove the need for backtracesBen Boeckel2014-06-051-8/+5
* Ninja: Fix Intel interprocedural optimization with static librariesBrad King2014-05-211-2/+14
* 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