<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/types.cc, branch 1.0-shuffle</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=1.0-shuffle</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=1.0-shuffle'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2015-06-03T22:32:48Z</updated>
<entry>
<title>Basic HAlign / HPosition support.</title>
<updated>2015-06-03T22:32:48Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2015-06-03T22:32:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e1f53890da6e4be2555a9e17a52edcc03d53656b'/>
<id>urn:sha1:e1f53890da6e4be2555a9e17a52edcc03d53656b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More tests.</title>
<updated>2014-12-27T23:47:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-12-27T23:47:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=95a8ed5f53bad3414ef2652f8b1e628e05c191c0'/>
<id>urn:sha1:95a8ed5f53bad3414ef2652f8b1e628e05c191c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename color -&gt; colour.</title>
<updated>2014-12-27T20:35:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-12-27T20:35:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=d6633a73369339c419f33fb9d641f342826a3290'/>
<id>urn:sha1:d6633a73369339c419f33fb9d641f342826a3290</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>Various tinkerings.</title>
<updated>2014-01-27T14:41:33Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-01-27T14:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8c2f3517e868078b551bb01d975f2956cb692fbf'/>
<id>urn:sha1:8c2f3517e868078b551bb01d975f2956cb692fbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some tidying up.</title>
<updated>2014-01-27T12:01:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-01-27T12:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=2cc2026701c9e8268ba154ec9330c5d56cbdc240'/>
<id>urn:sha1:2cc2026701c9e8268ba154ec9330c5d56cbdc240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>namespace libdcp -&gt; dcp.</title>
<updated>2014-01-17T17:11:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2014-01-17T17:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=41fc6e366ad3de85704c35961beaf539ab9ceb8b'/>
<id>urn:sha1:41fc6e366ad3de85704c35961beaf539ab9ceb8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Derive exceptions from boost::exception and use boost::throw_exception to enable thread-safe exception handling by callers.</title>
<updated>2013-02-10T21:32:30Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-02-10T21:32:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=4a557a8b6631f132e851b1bb362cde4270ca6057'/>
<id>urn:sha1:4a557a8b6631f132e851b1bb362cde4270ca6057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment tweaks.</title>
<updated>2013-01-09T23:18:13Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-01-09T23:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=41daa5821b3d3b0f450094fbf0d1e37a449f482c'/>
<id>urn:sha1:41daa5821b3d3b0f450094fbf0d1e37a449f482c</id>
<content type='text'>
</content>
</entry>
</feed>
