<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/dcp.cc, branch 12bit</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=12bit</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=12bit'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2014-05-11T22:59:19Z</updated>
<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>
<entry>
<title>const fixes.</title>
<updated>2013-09-29T08:11:00Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-09-29T08:11:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=81450a3f659c466ba178a1173fbd79465f3060d5'/>
<id>urn:sha1:81450a3f659c466ba178a1173fbd79465f3060d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More encryption fixes.</title>
<updated>2013-09-20T19:20:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-09-20T19:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=65013fcc46474df4c11f69b674e79af465688531'/>
<id>urn:sha1:65013fcc46474df4c11f69b674e79af465688531</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various encryption-related stuff.</title>
<updated>2013-09-19T19:44:42Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-09-19T19:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8d6c3c9ae554430582dcb016897e87f6d04d5d78'/>
<id>urn:sha1:8d6c3c9ae554430582dcb016897e87f6d04d5d78</id>
<content type='text'>
</content>
</entry>
</feed>
