summaryrefslogtreecommitdiff
path: root/src/search.cc
AgeCommit message (Collapse)Author
2023-10-09Add wrappers around boost::filesystem methods that handle theCarl Hetherington
required mangling of long filenames on Windows. Also wrap lots of missing places (e.g. calls to asdcplib, libxml++, libcxml etc.) in dcp::filesystem::fix_long_path(). The idea is to keep paths un-mangled until they we call some filesystem-related API and mangle them at that point. Otherwise we end up serialising mangled names, which seems like it will not end well. Should fix DoM #2623.
2022-09-26Don't try to create non-existent DCPs when searching for CPLs (DoM #2344).Carl Hetherington
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().