summaryrefslogtreecommitdiff
path: root/cscript
AgeCommit message (Collapse)Author
2021-01-22Bump for MinGW build fixes.Carl Hetherington
2021-01-21Bump libsub for build fixes.Carl Hetherington
2021-01-21Adapt for libdcp use of enum class.Carl Hetherington
2021-01-21libsub build fix.Carl Hetherington
2021-01-20Bump libdcp for better verification, and make API adjustments.Carl Hetherington
2021-01-20Remove perhaps-we'll-use-c++11 stuff.Carl Hetherington
2021-01-16Bump libsub again for another build fix (just Centos this time).Carl Hetherington
2021-01-16Another libsub build fix.Carl Hetherington
2021-01-16Attempted libsub build fix.v2.15.122Carl Hetherington
2021-01-14Bump libsub for new API.Carl Hetherington
2021-01-08New libcxml API.Carl Hetherington
2021-01-08Remove optional c++11 stuff.Carl Hetherington
2021-01-08Bump dependencies.Carl Hetherington
2021-01-07Try to fix previous commit.v2.15.119Carl Hetherington
2021-01-07Update lwext4 for build fix so that its arm64 library is relinkedv2.15.118Carl Hetherington
correctly. Otherwise gatekeeper refuses to run DCP-o-matic.
2021-01-05Seems over-complicated to use SDK-specific subdirectories.v2.15.117Carl Hetherington
2021-01-05Make a universal binary containing x86_64 for SDK 10.9 and arm64 for SDK 11.0.v2.15.116Carl Hetherington
2021-01-04Another linux build fix.v2.15.115Carl Hetherington
2021-01-04Fix linux build broken by arm64 changes.v2.15.114Carl Hetherington
2021-01-04Fix macOS image construction stuff for the 64-bit only, 10.9-or-higher world.Carl Hetherington
Now we can build: - arm64/x86_64 universal builds against 11.0 - x86_64 thin builds against 10.9 Which means no more support for 32-bit macOS (which I think excludes macs made in 2011 or earlier) or for 10.8 (Mountain Lion) or earlier (released in 2012 and possibly end-of-lifed in October 2015).
2021-01-04Support for arm64 macOS builds.Carl Hetherington
2021-01-04Update dependencies for arm64 builds.Carl Hetherington
2021-01-04Remove support for macOS 32-bit builds.Carl Hetherington
2020-12-22Pass fonts from content around as FontData.Carl Hetherington
i.e. as a block of memory rather than a file. Also, get the fonts from the decoder rather than the content. Together, these changes allow us to use fonts from SMPTE DCPs added as content. Before, fonts would be messed up in those cases (#1885).
2020-12-04Fix missing bits in RPM installs (#1883).v2.15.112Carl Hetherington
2020-12-03Bump libsub for some unused variable warning fixes.Carl Hetherington
2020-12-03Bump libdcp for SoundAsset::equals() fix.Carl Hetherington
2020-11-27Fix running single tests on Windows.Carl Hetherington
2020-11-26Calculate hashes for any referenced assets that do not already have one.Carl Hetherington
This is necessary so that we always include <Hash> in CPLs even when referencing DCPs that do not have it.
2020-11-24Bump libdcp for ExtensionMetadata tags (#1808).Carl Hetherington
2020-11-23Remove swaroop variant.Carl Hetherington
2020-11-21Bump libdcp.Carl Hetherington
2020-11-20Subtitle language handling tweaks; write multiple subtitle languagesCarl Hetherington
to SMPTE extended metadata.
2020-11-16Bump libdcp for const fix.Carl Hetherington
2020-11-02Bump libdcp for new dcp::ArrayData stuff.Carl Hetherington
2020-10-25Fix Ubuntu 20.10 dependencies.Carl Hetherington
2020-10-25Remove unnecessary Ubuntu 20.04 dependency on wxWidgets.Carl Hetherington
2020-10-21Bump libdcp for build fixes.Carl Hetherington
2020-10-20Bump libdcp for macOS warning fixes.Carl Hetherington
2020-10-16Test script tweaks for Windows.Carl Hetherington
2020-10-14cscript can now run tests on Windows.Carl Hetherington
2020-10-13Fix deprecation warning from cdist.Carl Hetherington
2020-10-13Add ffcmp dependency for tests.Carl Hetherington
2020-10-13Bump libdcp for better error checking.Carl Hetherington
2020-10-12Build tests on Windows.Carl Hetherington
2020-10-12Enable building of unit tests on macOS.Carl Hetherington
2020-10-12Adapt for cdist doing notarization.Carl Hetherington
2020-09-27Bump libdcp for missing xsd fixes.Carl Hetherington
2020-09-27Adapt for new libdcp (fixing large compiler resource requirements).Carl Hetherington
Also adjust Linux resource-finding code to juse look for stuff relative to the executable's location.
2020-09-26Bump libdcp trying to reduce RAM needed for build.Carl Hetherington