<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/ext.cc, branch main</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=main</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2025-12-05T20:36:53Z</updated>
<entry>
<title>Cleanup: can now remove the _NC log variants.</title>
<updated>2025-12-05T20:36:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-12-05T20:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=59e358ae25f84314afc6d8235aecaec124822f3f'/>
<id>urn:sha1:59e358ae25f84314afc6d8235aecaec124822f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove compose.hpp includes.</title>
<updated>2025-07-10T18:50:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-09T20:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=bad01065584014aee4024e7cbc4a66acac7617e1'/>
<id>urn:sha1:bad01065584014aee4024e7cbc4a66acac7617e1</id>
<content type='text'>
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
</content>
</entry>
<entry>
<title>Replace String::compose with fmt.</title>
<updated>2025-07-10T18:50:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-07-09T20:53:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=62c34b28567a097e8f22576e7d7891bd3dbe0ac0'/>
<id>urn:sha1:62c34b28567a097e8f22576e7d7891bd3dbe0ac0</id>
<content type='text'>
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc
sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
</content>
</entry>
<entry>
<title>White space: ext.{cc,h}</title>
<updated>2025-04-24T21:54:43Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-04-24T21:54:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=51d19737e7b510749ba46af57c7d99bccf988b54'/>
<id>urn:sha1:51d19737e7b510749ba46af57c7d99bccf988b54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp for new filesystem wrappers.</title>
<updated>2023-10-09T21:38:25Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-04T22:20:27Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=94a9473993b027b9368077009decbdd4322f90e3'/>
<id>urn:sha1:94a9473993b027b9368077009decbdd4322f90e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recover better errors from ext4.</title>
<updated>2023-02-05T19:08:52Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-12-29T22:38:39Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8c867a69d4a93cf81b89a612764eb0be902b7407'/>
<id>urn:sha1:8c867a69d4a93cf81b89a612764eb0be902b7407</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add DiskWriterBackendResponse::write_to_nanomsg() and use it</title>
<updated>2023-01-29T21:49:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-26T23:43:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=7bce98ec4c05081569cb66b68523e1466058ea76'/>
<id>urn:sha1:7bce98ec4c05081569cb66b68523e1466058ea76</id>
<content type='text'>
everywhere.  In the process, use raw_convert() on both ends
to avoid any locale-based problems with floating point number
separators.
</content>
</entry>
<entry>
<title>Allow multiple DCPs to be written to a disk (#1756).</title>
<updated>2022-07-20T08:18:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-07-19T22:51:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=4bdaccb5ede7d9a1066e0a0665fcfce9b1e3241e'/>
<id>urn:sha1:4bdaccb5ede7d9a1066e0a0665fcfce9b1e3241e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop using static initialisation so that dcpomatic::write() can be called more than once.</title>
<updated>2022-06-21T16:55:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-06-19T21:00:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=fe933ebb2c55b4235fcba5d02af2ba91c272fc88'/>
<id>urn:sha1:fe933ebb2c55b4235fcba5d02af2ba91c272fc88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup: use constexpr.</title>
<updated>2022-06-21T16:55:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-06-19T20:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c26e79a3598ff1b36f800823f178a0829d0fa547'/>
<id>urn:sha1:c26e79a3598ff1b36f800823f178a0829d0fa547</id>
<content type='text'>
</content>
</entry>
</feed>
