| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-05 | fixup! Debug it harder.debug | Carl Hetherington | |
| 2025-02-04 | Debug it harder. | Carl Hetherington | |
| 2025-02-04 | Report failure from xmlSecCryptoDLLLoadLibrary more thoroughly. | Carl Hetherington | |
| 2025-01-31 | Fix up for const fix in libcxml.v1.10.9 | Carl Hetherington | |
| 2025-01-20 | White space: cpl.{cc,h}v1.10.8 | Carl Hetherington | |
| 2025-01-19 | Make MainSoundConfiguration behave "correctly" with badly-formatted strings. | Carl Hetherington | |
| Add some documentation for a design "principle" when handling malformatted data, and make MainSoundConfiguration adhere to that. | |||
| 2025-01-19 | Move MainSoundConfiguration and MCASoundField into separate files. | Carl Hetherington | |
| 2025-01-18 | Add some forgotten content kinds to ::all().v1.10.7 | Carl Hetherington | |
| 2025-01-15 | GroupId is SMPTE-only.v1.10.6 | Carl Hetherington | |
| 2025-01-14 | Add GroupID support for PKLs (DoM #2943).v1.10.5 | Carl Hetherington | |
| 2025-01-06 | Bump asdcplib for more error information on Windows.v1.10.4 | Carl Hetherington | |
| 2025-01-01 | Replace raw_convert<string> with direct calls to fmt.v1.10.3 | Carl Hetherington | |
| 2025-01-01 | Add new, improved raw_convert using fmt/fast_float (DoM #2220). | Carl Hetherington | |
| The old one was broken if the thousands separator was the same as the decimal separator (e.g. if you set de_DE and change the decimal separator to .) | |||
| 2024-12-30 | Fix old bind.hpp include. | Carl Hetherington | |
| 2024-12-30 | Don't give some inappropriate verification errors on encrypted assets (DoM ↵v1.10.2 | Carl Hetherington | |
| #2916). We would give some errors about the XML even though we can't read the XML. | |||
| 2024-12-30 | Sign DCPs made during verification tests. | Carl Hetherington | |
| 2024-12-30 | Add an assertion. | Carl Hetherington | |
| 2024-12-30 | Update tests bin directory to v2.18.x. | Carl Hetherington | |
| 2024-12-30 | Switch to 2.18.x environment for Windows too. | Carl Hetherington | |
| 2024-12-29 | Build with C++17 on macOS. | Carl Hetherington | |
| I switched the libdcp tests to run with the 2.18.x environment. | |||
| 2024-12-25 | Bump asdcplib for fix to UTF-8 Windows filenames.v1.10.1 | Carl Hetherington | |
| 2024-12-22 | Cleanup 1 -> true.v1.10.0 | Carl Hetherington | |
| 2024-12-18 | Add resources setup to local run script. | Carl Hetherington | |
| 2024-12-08 | Avoid crash with empty ASSETMAP file.v1.9.26v1.9.x | Carl Hetherington | |
| 2024-12-08 | Fix DCP Constraints Profile verification in the presence of other CPL ↵ | Carl Hetherington | |
| metadata Properties. | |||
| 2024-12-08 | Extract more stuff to verify_internal.h | Carl Hetherington | |
| 2024-12-08 | Extract some stuff to verify_internal.h | Carl Hetherington | |
| 2024-12-08 | Cleanup: use CPL from the context instead of an explicitly-passed copy. | Carl Hetherington | |
| 2024-12-08 | Merge remote-tracking branch 'origin/main' into v1.9.x | Carl Hetherington | |
| 2024-12-08 | Recognise dbox2 channel ID used by SMPTE example.v1.8.113 | Carl Hetherington | |
| 2024-11-26 | Add some missing comments.v1.9.25 | Carl Hetherington | |
| These are required for the parser in DoM which extracts some details for the manual. | |||
| 2024-11-26 | Fix some markup for the manual extraction in DCP-o-matic. | Carl Hetherington | |
| 2024-11-07 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.24 | Carl Hetherington | |
| 2024-11-06 | Add missing FFOB/LFOB markers (DoM #2886).v1.8.112 | Carl Hetherington | |
| 2024-10-14 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.23 | Carl Hetherington | |
| 2024-10-14 | Bump asdcplib for Python import fix. | Carl Hetherington | |
| 2024-09-29 | Replace distutils.spawn.find_executable with shutil.whichv1.8.111 | Carl Hetherington | |
| The former is gone from Python 3.14. | |||
| 2024-09-29 | Bump asdcplib for erroneous python import in wscript. | Carl Hetherington | |
| 2024-09-25 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.22 | Carl Hetherington | |
| 2024-09-23 | Allow but give an error when seeing a strange PKL namespace.v1.8.110 | Carl Hetherington | |
| DoM bug #2868 reports that Resolve made a DCP with the PKL namespace http://www.smpte-ra.org/schemas/2067-2/2016/PKL This seems wrong (google suggests that this is the namespace for IMF PKLs) but let's accept it and log an error instead of throwing an exception. | |||
| 2024-09-23 | Fix the boost copy_option{,s} change a different way. | Carl Hetherington | |
| The previous solution required the correct define to be present when including libdcp, which seems a bit awkward. | |||
| 2024-09-23 | Another fix for new boost. | Carl Hetherington | |
| 2024-09-23 | Revert "Remove unused change_extension()." | Carl Hetherington | |
| This reverts commit 6d1a7e90ec3244b8e532e03c5209d5e8448f422e. It is used in DCP-o-matic, contrary to the comment. | |||
| 2024-09-23 | Support new boost versions (DoM #2867).v1.8.109 | Carl Hetherington | |
| 2024-09-21 | Remove unused change_extension(). | Carl Hetherington | |
| 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. | |||
| 2024-09-21 | Remove unused references to boost::signals2. | Carl Hetherington | |
| 2024-09-21 | Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.21 | Carl Hetherington | |
| 2024-09-16 | Increase allowable size of Interop XML files.v1.8.108 | Carl Hetherington | |
| 2024-09-14 | Fix boost test library detection.v1.8.107v1.8.x | Carl Hetherington | |
| 2024-09-14 | Fix build on Ubuntu 16.04 now that we have a static boost library.v1.8.106 | Carl Hetherington | |
