<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/dcp.cc, branch 0.x</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=0.x</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=0.x'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2015-09-29T20:11:05Z</updated>
<entry>
<title>Hack to not complain about multiple PKLs.</title>
<updated>2015-09-29T20:11:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-09-29T20:11:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7b3e6b43e25e11a2e75352ca4a2e7f963cbcc634'/>
<id>urn:sha1:7b3e6b43e25e11a2e75352ca4a2e7f963cbcc634</id>
<content type='text'>
</content>
</entry>
<entry>
<title>No-op: whitespace.</title>
<updated>2015-06-25T15:22:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-25T15:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e520f1009eaa552c7b3931ced85c0f19d8aff554'/>
<id>urn:sha1:e520f1009eaa552c7b3931ced85c0f19d8aff554</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename CPL/PKL files to be {cpl,pkl}_uuid.xml rather than</title>
<updated>2015-05-18T09:50:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-05-18T09:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a6aaf223e085e9ef7f2bc1cc37614ecb13d323ec'/>
<id>urn:sha1:a6aaf223e085e9ef7f2bc1cc37614ecb13d323ec</id>
<content type='text'>
uuid_{cpl,pkl}.xml as this seems to be more conventional.
</content>
</entry>
<entry>
<title>Use raw_convert instead of boost::lexical_cast as it seems</title>
<updated>2014-05-11T22:59:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-05-11T22:59:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4de8f0118e1baf31cf4c859881dfbf39014b566f'/>
<id>urn:sha1:4de8f0118e1baf31cf4c859881dfbf39014b566f</id>
<content type='text'>
that lexical_cast will sometimes use a thousands separator
(i.e. it will convert 1234 to a string 1,234).  It appears
not to be possible safely to turn this off (you have to set
the global locale).  Instead, raw_convert uses a stringstream
which you can imbue() with std::locale::classic() to turn off
the locale-specific behaviour.
</content>
</entry>
<entry>
<title>Various test tidying.</title>
<updated>2014-03-18T18:23:05Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-03-18T18:23:05Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=90c23c53318af92fc7e77d12a612eab619aff937'/>
<id>urn:sha1:90c23c53318af92fc7e77d12a612eab619aff937</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a couple of errors in Interop XML</title>
<updated>2014-02-08T13:30:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-02-08T13:30:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=71de90f74085744d1c5ca35253eec003e41497a2'/>
<id>urn:sha1:71de90f74085744d1c5ca35253eec003e41497a2</id>
<content type='text'>
Reported-by: Ivan Pullman
</content>
</entry>
<entry>
<title>Throw better file errors (with numbers).</title>
<updated>2014-01-08T10:05:49Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-01-08T10:05:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=83591a4390db550a7d1495b9699c62315e2d7710'/>
<id>urn:sha1:83591a4390db550a7d1495b9699c62315e2d7710</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't give ASSETMAP/VOLINDEX an .xml suffix with interop DCPs.</title>
<updated>2014-01-06T13:12:56Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-01-06T13:12:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e647ebc6c68ebba8d9ad65c84e37d8ee949c4b22'/>
<id>urn:sha1:e647ebc6c68ebba8d9ad65c84e37d8ee949c4b22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant fstream includes.</title>
<updated>2013-11-25T11:10:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-11-25T11:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=331045156161a30ee74e734c7c14dd602ebbbbc9'/>
<id>urn:sha1:331045156161a30ee74e734c7c14dd602ebbbbc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Write encryption test all to the right place.  Some more XML writes unformatted to fix digests.</title>
<updated>2013-10-10T09:11:24Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-10-10T09:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=9394dad74a8439f8230eb6aa21b639f3e10cbb2a'/>
<id>urn:sha1:9394dad74a8439f8230eb6aa21b639f3e10cbb2a</id>
<content type='text'>
</content>
</entry>
</feed>
