From e4b2ebd80779a44d24fe87af26ef278c1e2d97d2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Oct 2023 02:04:49 +0200 Subject: Add wrappers around boost::filesystem methods that handle the 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. --- test/wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index bc786322..4d9278eb 100644 --- a/test/wscript +++ b/test/wscript @@ -82,7 +82,7 @@ def build(bld): effect_test.cc encryption_test.cc exception_test.cc - file_test.cc + filesystem_test.cc fraction_test.cc frame_info_hash_test.cc gamma_transfer_function_test.cc @@ -90,6 +90,7 @@ def build(bld): interop_load_font_test.cc interop_subtitle_test.cc local_time_test.cc + long_filenames_test.cc make_digest_test.cc markers_test.cc mca_test.cc -- cgit v1.2.3