<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src, branch v2.16.89</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.89</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=v2.16.89'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2024-07-09T09:40:49Z</updated>
<entry>
<title>Supporters update.</title>
<updated>2024-07-09T09:40:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-07-09T09:40:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bcb7cda686bd428b8367b87343aae8356b4a5bf8'/>
<id>urn:sha1:bcb7cda686bd428b8367b87343aae8356b4a5bf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix too-late setup of path encoding stuff.</title>
<updated>2024-07-09T08:03:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-07-09T08:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3c3f42797d7b0c30d0d38bbc0c571a2531841a9c'/>
<id>urn:sha1:3c3f42797d7b0c30d0d38bbc0c571a2531841a9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-fix incorrect ArgFixer.</title>
<updated>2024-07-07T11:12:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-07-07T11:12:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=30dfb151091962231a228a084fb5954b1a75574b'/>
<id>urn:sha1:30dfb151091962231a228a084fb5954b1a75574b</id>
<content type='text'>
It needs to be in the front-end, not the kdm_cli() method, otherwise the
tests break.
</content>
</entry>
<entry>
<title>Remove double ArgFixer introduced in fefcccd5.</title>
<updated>2024-07-06T23:50:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-07-06T23:50:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7755ad37d030e46ce9a0dcb35e886139fe51137e'/>
<id>urn:sha1:7755ad37d030e46ce9a0dcb35e886139fe51137e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Supporters update.</title>
<updated>2024-07-06T20:05:45Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-07-06T20:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4e8c725ec3c25093ac73d07926e235af5531e92b'/>
<id>urn:sha1:4e8c725ec3c25093ac73d07926e235af5531e92b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some missing ArgFixers for Windows command lines (#2844).</title>
<updated>2024-07-06T07:32:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-07-06T07:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fefcccd526bd4cf12dfdf43ce36ccb62b044528e'/>
<id>urn:sha1:fefcccd526bd4cf12dfdf43ce36ccb62b044528e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make DCPoMatic compatible with ICU &gt;= 75</title>
<updated>2024-06-30T14:17:18Z</updated>
<author>
<name>Benjamin Radel</name>
<email>benjamin@radel.tk</email>
</author>
<published>2024-06-28T19:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0ca9937987ecf2bf3f579147ffc952838565415b'/>
<id>urn:sha1:0ca9937987ecf2bf3f579147ffc952838565415b</id>
<content type='text'>
ICU &gt;= 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 &gt;= 75 is detected.
</content>
</entry>
<entry>
<title>Fix error when importing bad subtitle file (#2838).</title>
<updated>2024-06-27T18:14:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-27T18:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d6e8b54b2b60f70f1a8837183bc184809977be67'/>
<id>urn:sha1:d6e8b54b2b60f70f1a8837183bc184809977be67</id>
<content type='text'>
The subtitle XML refers to a font with no corresponding &lt;LoadFont&gt;.
</content>
</entry>
<entry>
<title>Missing include.</title>
<updated>2024-06-18T23:22:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-11T11:55:18Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7e1e6564c680c426b9ec207c82d5ea2b9f4630ea'/>
<id>urn:sha1:7e1e6564c680c426b9ec207c82d5ea2b9f4630ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Supporters update.</title>
<updated>2024-06-18T23:09:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-06-18T23:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=d93d0c63035da0d6c6e2275054b6e5ee894d0b7d'/>
<id>urn:sha1:d93d0c63035da0d6c6e2275054b6e5ee894d0b7d</id>
<content type='text'>
</content>
</entry>
</feed>
