summaryrefslogtreecommitdiff
path: root/src/search.cc
AgeCommit message (Collapse)Author
2022-04-20Fix failure to find_and_resolve_all_cpls() in some cases.Carl Hetherington
It seems to me that we need to ignore as-yet-unresolved assets otherwise if we see them in the wrong order we'll throw an exception.
2022-04-20Move code to find CPLs in directories out of DCP-o-matic.Carl Hetherington
This adds find_and_resolve_cpls().