| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-10 | Implement weakly_canonical for boost versions without it (e.g. the one on ↵ | Carl Hetherington | |
| Ubuntu 16.04). | |||
| 2023-10-09 | Add more filesystem wrappers that DoM needs.v1.8.83 | Carl Hetherington | |
| 2023-10-09 | Add wrappers around boost::filesystem methods that handle the | Carl 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. | |||
