| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It now ships a libicu whose header needs C++17 (it uses an auto template
parameter).
|
|
raw_convert<string> is gone, so here we use fmt::{to_string,format} instead.
Other raw_converts now use fast_float.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ICU >= 75 uses c++17 features and therefore requires compilation with
-std=c++17. However, this causes some namespace issues in
src/wx/file_picker_ctrl.cc and
src/wx/film_name_location_dialog.cc
between boost::optional, boost::filesystem and the corresponding
names from the std lib.
The patch fixes this namespace issues and adds a version check in
wscript to enable compilation with c++17, if icu >= 75 is detected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
you have an old libdcp installed.
|
|
|
|
|
|
|
|
Sometimes we don't want to use the stuff in there.
|
|
|
|
This reverts commit 604a5f9343eebfa0108a19bb6b8ec60bc81f4819.
I don't know why I did this, and it breaks the mac-old (10.8) target
as the lzma.5.dylib is not present on those machines.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
because turning it off with a pragma seems not to work.
|
|
|
|
|
|
|
|
|