| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-04 | Bump ffmpeg to 5.1.2 "Riemann" | Carl Hetherington | |
| 2022-06-21 | Set up dcpomatic2_disk_writer capability on install. | Carl Hetherington | |
| This might mean we can remove the same setup from the cscript, but I'm not sure. | |||
| 2022-04-30 | Fix build on Centos 7. | Carl Hetherington | |
| 2022-04-30 | Remove unused variable. | Carl Hetherington | |
| 2022-04-29 | Add image_as_jpeg() | Carl Hetherington | |
| 2022-04-22 | clang does not have -Wsuggest-override | Carl Hetherington | |
| 2022-04-22 | Revert "Adjust handling of -Wsuggest-override" | Carl Hetherington | |
| This reverts commit e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c. I misunderstood what was going on, and we were just missing some DCPOMATIC_{DIS,EN}ABLE_WARNINGS calls. | |||
| 2022-04-21 | Adjust handling of -Wsuggest-override | Carl Hetherington | |
| It seems that on older GCCs (e.g. the one from Ubuntu 18.04) the pragma to temporarily turn off this warning does not work, so here we only use it on newer GCCs where we can turn it off for libraries that trigger the warning (mostly asdcplib, but also wxWidgets). | |||
| 2022-04-09 | Warn about missing override labels. | Carl Hetherington | |
| 2022-03-25 | Bump libdcp for fix to remove erroneous <EntryPoint> and <Duration> markers ↵ | Carl Hetherington | |
| from <MainMarkers> (#2215). | |||
| 2022-03-20 | Bump libdcp for fix to subtitle formatting (#2205). | Carl Hetherington | |
| 2022-03-09 | Improve ratings dialog to allow only valid values (#2199). | Carl Hetherington | |
| 2022-03-09 | Fix home_directory() with non-US-English pathnames on Windows (#2203). | Carl Hetherington | |
| 2022-02-25 | Fix typo in wscript.v2.16.4 | Carl Hetherington | |
| 2022-02-25 | Avoid build errors from glibmm's use of dynamic exception specifications. | Carl Hetherington | |
| 2022-02-25 | Add -x32/-x64 suffix to boost libraries when building for Windows. | Carl Hetherington | |
| 2022-02-20 | Try to avoid some bad filenaming in rare cases. | Carl Hetherington | |
| 2021-11-13 | Remove setuid root and use setcap instead in RPM packages. | Carl Hetherington | |
| 2021-11-12 | Only look for tags which start with v | Carl Hetherington | |
| 2021-11-09 | Bump libdcp for fix to closed caption line length verification. | Carl Hetherington | |
| 2021-11-04 | Include subscribers / supporters in git. | Carl Hetherington | |
| The need for network access part-way through a build causes loads of annoying CI failures. | |||
| 2021-10-24 | Bump libdcp to 1.8.4 for caption ordering fix (#2106). | Carl Hetherington | |
| 2021-10-17 | Basic and slightly inaccurate support for <Space> in subtitles (#2103).v2.15.170 | Carl Hetherington | |
| Adding horizontal space to a Pango layout is hard, and I think this change probably gets it slightly wrong, but it's a step in the right direction. | |||
| 2021-10-09 | Bump libdcp to 1.8.2 for fix when adding KDMs to VFs. | Carl Hetherington | |
| 2021-10-07 | Bump libdcp (with corresponding libsub bump) for small verification fix. | Carl Hetherington | |
| 2021-10-03 | Require libsub v1.6.0. | Carl Hetherington | |
| 2021-10-03 | Require libdcp v1.8.0 to fix SMPTE sub XML namespaces (#2061). | Carl Hetherington | |
| 2021-09-21 | Only define UNICODE in src/lib/{cross_windows,util}.cc. | Carl Hetherington | |
| 2021-08-03 | Fix build with newer FFmpeg. | Carl Hetherington | |
| 2021-05-12 | Fix disk_writer perms in .deb files (#1994). | Carl Hetherington | |
| 2021-04-08 | Remove some old Centos 5 support. | Carl Hetherington | |
| 2021-03-19 | Fix incorrect install prefix setup. | Carl Hetherington | |
| 2021-03-18 | Require boost 1.61.0 or above on Windows/macOS. | Carl Hetherington | |
| 2021-03-18 | Use --destdir instead of --install-prefix in wscript. | Carl Hetherington | |
| 2021-01-23 | Revert "Experimental define to stop windows.h defining a constant called ERROR." | Carl Hetherington | |
| Doing this means PIXELFORMATDESCRIPTOR is no longer available. This reverts commit 95c0bd115eacf76e3794de8558ccd4e1d8d34a4a. | |||
| 2021-01-22 | Experimental define to stop windows.h defining a constant called ERROR. | Carl Hetherington | |
| 2021-01-22 | Fix c++11 stuff from d24251b2e0d82236f93ee5415b72849dee2a0ac8 | Carl Hetherington | |
| 2021-01-20 | Remove perhaps-we'll-use-c++11 stuff. | Carl Hetherington | |
| 2021-01-08 | New libcxml API. | Carl Hetherington | |
| 2021-01-04 | Support for arm64 macOS builds. | Carl Hetherington | |
| 2021-01-04 | Hide macOS OpenGL deprecation. | Carl Hetherington | |
| 2021-01-04 | When building against macOS SDK 11.0 we need an explicit link with bz2. | Carl Hetherington | |
| 2020-11-23 | Remove swaroop variant. | Carl Hetherington | |
| 2020-09-27 | Revert some of the Linux stuff from a few commits ago. | Carl Hetherington | |
| This fixes startup from the source tree. | |||
| 2020-09-27 | Adapt 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-14 | Add xsd_path() and use it to fix access to .xsd files on Linux (#1830). | Carl Hetherington | |
| 2020-07-29 | clang doesn't have -Wmaybe-uninitializedv2.15.92 | Carl Hetherington | |
| 2020-07-28 | Give up trying to be selective with -Wno-maybe-uninitialized | Carl Hetherington | |
| 2020-07-28 | Python syntax typo. | Carl Hetherington | |
| 2020-07-28 | Expand use of -Wno-maybe-uninitialized. | Carl Hetherington | |
