<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/wscript, branch v2.16.30</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.30</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.30'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2022-06-20T22:45:46Z</updated>
<entry>
<title>Set up dcpomatic2_disk_writer capability on install.</title>
<updated>2022-06-20T22:45:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-06-18T18:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=6fe11fc6d50bdcd913d92601567aece6716c7112'/>
<id>urn:sha1:6fe11fc6d50bdcd913d92601567aece6716c7112</id>
<content type='text'>
This might mean we can remove the same setup from the cscript, but
I'm not sure.
</content>
</entry>
<entry>
<title>Fix build on Centos 7.</title>
<updated>2022-04-30T21:10:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-30T21:10:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7d3b018675efdb8b1a4eeaf05c73f997977cb2e9'/>
<id>urn:sha1:7d3b018675efdb8b1a4eeaf05c73f997977cb2e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variable.</title>
<updated>2022-04-30T21:10:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-30T21:10:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bbb958c524fe1abe32984a6cd9c6616789f9e94b'/>
<id>urn:sha1:bbb958c524fe1abe32984a6cd9c6616789f9e94b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add image_as_jpeg()</title>
<updated>2022-04-28T22:27:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-12-18T22:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=59c4edb69ba926d3790198cd2b62dc601944a632'/>
<id>urn:sha1:59c4edb69ba926d3790198cd2b62dc601944a632</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clang does not have -Wsuggest-override</title>
<updated>2022-04-22T08:23:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-22T08:23:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c6beb780d6db924a130bf2706fc64f664d21b35d'/>
<id>urn:sha1:c6beb780d6db924a130bf2706fc64f664d21b35d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Adjust handling of -Wsuggest-override"</title>
<updated>2022-04-21T22:01:27Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-21T21:19:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7e6ac6046293cb85d4ee2bdc1fba9b3750712723'/>
<id>urn:sha1:7e6ac6046293cb85d4ee2bdc1fba9b3750712723</id>
<content type='text'>
This reverts commit e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c.

I misunderstood what was going on, and we were just missing some
DCPOMATIC_{DIS,EN}ABLE_WARNINGS calls.
</content>
</entry>
<entry>
<title>Adjust handling of -Wsuggest-override</title>
<updated>2022-04-21T12:22:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-21T12:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c'/>
<id>urn:sha1:e7e4af869f7144fa9a265ccf1e15c7b2f182ac2c</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>Warn about missing override labels.</title>
<updated>2022-04-09T11:58:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-09T11:58:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4237e4a2029eb2035cf8a5fda3e71dbe65ffa989'/>
<id>urn:sha1:4237e4a2029eb2035cf8a5fda3e71dbe65ffa989</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp for fix to remove erroneous &lt;EntryPoint&gt; and &lt;Duration&gt; markers from &lt;MainMarkers&gt; (#2215).</title>
<updated>2022-03-25T06:53:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-24T12:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5215408c36898039e8fa294bb74bf94d5762b0c7'/>
<id>urn:sha1:5215408c36898039e8fa294bb74bf94d5762b0c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp for fix to subtitle formatting (#2205).</title>
<updated>2022-03-20T20:24:50Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-03-15T14:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=2b0cf17f9a20729f8d43541ee405164b3806c038'/>
<id>urn:sha1:2b0cf17f9a20729f8d43541ee405164b3806c038</id>
<content type='text'>
</content>
</entry>
</feed>
