| Age | Commit message (Collapse) | Author |
|
The previous solution required the correct define to be present when
including libdcp, which seems a bit awkward.
|
|
|
|
This reverts commit 6d1a7e90ec3244b8e532e03c5209d5e8448f422e.
It is used in DCP-o-matic, contrary to the comment.
|
|
|
|
It was added "for completeness" apparently but it would now cause
complications in keeping it compatible with various boost versions, so
just remove it as YAGNI.
|
|
Ubuntu 16.04).
|
|
|
|
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.
|