<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/asset.cc, branch 1.0-new-cxml</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=1.0-new-cxml</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=1.0-new-cxml'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2014-10-10T15:07:44Z</updated>
<entry>
<title>Adapt to new libcxml ARI.  Compiles but does not pass tests.</title>
<updated>2014-10-10T15:07:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-10-10T15:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e30c30ef7bbd8413ac0c8390abe574d5dd1cf5f7'/>
<id>urn:sha1:e30c30ef7bbd8413ac0c8390abe574d5dd1cf5f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various attempts to clean up DCP comparison code.</title>
<updated>2014-07-21T23:49:15Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-07-21T23:49:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=595d4fbfee788edfad7f9f8dfe7e76ee634c1a94'/>
<id>urn:sha1:595d4fbfee788edfad7f9f8dfe7e76ee634c1a94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak comments.</title>
<updated>2014-07-04T18:58:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-07-04T18:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=90d06f82e6baefc4b9b44631755d61f36884b677'/>
<id>urn:sha1:90d06f82e6baefc4b9b44631755d61f36884b677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around symbol clash with ERROR on Win32/mingw.</title>
<updated>2014-06-13T11:51:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-06-13T11:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7bca4c05ca38b218c252b0fe98a866806d9a2ded'/>
<id>urn:sha1:7bca4c05ca38b218c252b0fe98a866806d9a2ded</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge master.</title>
<updated>2014-05-14T08:33:23Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-05-14T08:33:23Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=2f0e6ee9d883abbbc31aca0d1cc80e89eb9b0af2'/>
<id>urn:sha1:2f0e6ee9d883abbbc31aca0d1cc80e89eb9b0af2</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>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>Merge master; MXF subtitle stuff not included.</title>
<updated>2014-02-26T18:41:41Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-02-26T18:41:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=2e93ca3670e5581b5523f60130b38594de10d6c3'/>
<id>urn:sha1:2e93ca3670e5581b5523f60130b38594de10d6c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Various small fixes.</title>
<updated>2014-02-12T23:25:57Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-02-12T23:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e8c4fd0e0581849fcf41d918e79b00b84fe24d70'/>
<id>urn:sha1:e8c4fd0e0581849fcf41d918e79b00b84fe24d70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2014-02-08T18:46:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-02-08T18:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=a7dac85af6f24851079d0a91823b4725be7d6fa1'/>
<id>urn:sha1:a7dac85af6f24851079d0a91823b4725be7d6fa1</id>
<content type='text'>
</content>
</entry>
</feed>
