summaryrefslogtreecommitdiff
path: root/src/lib/content_factory.h
AgeCommit message (Collapse)Author
2025-09-15Add missing include.Carl Hetherington
2024-09-18Fix thinko in relative path change.Carl Hetherington
We have to canonicalise relative paths with respect to the film's directory on load, otherwise we try to use the relative path and it's interpreted against the current working directory. This unfortunately requires the film's directory to be piped into quite a lot of new places.
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2018-11-21Remove Film pointer from clone().Carl Hetherington
2018-11-21Take Film pointer out of Content.Carl Hetherington
2018-10-20const correctness fix.v2.13.64Carl Hetherington
2016-12-20Allow content factory to return multiple content.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-01-23Fix estimate of required disk space to take referencingCarl Hetherington
of existing DCPs into account.
2014-05-02Comments.Carl Hetherington
2014-03-15Cope with loading films with now-disabled filters.Carl Hetherington
2013-11-24Various joining fixes.Carl Hetherington
2013-11-20Use cxml::NodePtr.Carl Hetherington
2013-10-22Allow films to be loaded when content is missing.Carl Hetherington
2013-07-19Basics of making loop do something.Carl Hetherington