summaryrefslogtreecommitdiff
path: root/src/filesystem.cc
AgeCommit message (Collapse)Author
2023-10-10Implement weakly_canonical for boost versions without it (e.g. the one on ↵Carl Hetherington
Ubuntu 16.04).
2023-10-09Add more filesystem wrappers that DoM needs.v1.8.83Carl Hetherington
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.