<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src, branch v0.94.0</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=v0.94.0</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=v0.94.0'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2014-05-15T23:01:08Z</updated>
<entry>
<title>Fix tm_to_string to use local timezone on all platforms.  Some comments.</title>
<updated>2014-05-15T23:01:08Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-05-15T23:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=979739e929103dd68f942238303a218296cc90d7'/>
<id>urn:sha1:979739e929103dd68f942238303a218296cc90d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase precision of raw_convert with float/double.</title>
<updated>2014-05-14T20:08:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-05-14T20:08:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e9ce9b6d2371e518cee254a66d967becc7dd6f85'/>
<id>urn:sha1:e9ce9b6d2371e518cee254a66d967becc7dd6f85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libcxml again.</title>
<updated>2014-05-11T23:35:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-05-11T23:35:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=110dc70856bd0f6ae5ec1931f51a4817c5e38f42'/>
<id>urn:sha1:110dc70856bd0f6ae5ec1931f51a4817c5e38f42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Missing file.</title>
<updated>2014-05-11T23:03:22Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-05-11T23:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=470ca64f19d38ef377ec08f03f5ad3b88b370003'/>
<id>urn:sha1:470ca64f19d38ef377ec08f03f5ad3b88b370003</id>
<content type='text'>
</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>Clean up OS X build slightly.  Better error on failure of xmlSecDSigCtxSign.</title>
<updated>2014-03-15T17:49:40Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-03-15T17:49:40Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=6e72e1d36f23a4236c4677f22792a6a4590943a3'/>
<id>urn:sha1:6e72e1d36f23a4236c4677f22792a6a4590943a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build fixes for OS X 10.5.</title>
<updated>2014-03-11T09:14:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-03-11T09:14:07Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=57d6bed6141838329b1039ab52c66cc98273af91'/>
<id>urn:sha1:57d6bed6141838329b1039ab52c66cc98273af91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hacks to support MXF-wrapped subtitles.</title>
<updated>2014-02-26T17:48:29Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-02-26T17:48:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=471c9d05fc19484f3e50cf805d14237b72bbb7b2'/>
<id>urn:sha1:471c9d05fc19484f3e50cf805d14237b72bbb7b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up unit testing.</title>
<updated>2014-02-26T15:43:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-02-26T15:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=f3fba4af9566ae02f44dfa660c71dbaef6f4f92b'/>
<id>urn:sha1:f3fba4af9566ae02f44dfa660c71dbaef6f4f92b</id>
<content type='text'>
</content>
</entry>
</feed>
