<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libdcp/src/asset_map.cc, branch 2652-ruby</title>
<subtitle>DCP handling library</subtitle>
<id>https://git.carlh.net/cgit/libdcp/atom?h=2652-ruby</id>
<link rel='self' href='https://git.carlh.net/cgit/libdcp/atom?h=2652-ruby'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/'/>
<updated>2025-01-01T19:51:21Z</updated>
<entry>
<title>Replace raw_convert&lt;string&gt; with direct calls to fmt.</title>
<updated>2025-01-01T19:51:21Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2025-01-01T13:08:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c90d68049f56110436927aa847da882ee4b4f67c'/>
<id>urn:sha1:c90d68049f56110436927aa847da882ee4b4f67c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace xmlpp::Node::add_child with cxml::add_child.</title>
<updated>2024-03-20T17:21:14Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2024-02-08T23:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=8f1f5db2b193fe1db7eeabda2a7b3eee03dde886'/>
<id>urn:sha1:8f1f5db2b193fe1db7eeabda2a7b3eee03dde886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add wrappers around boost::filesystem methods that handle the</title>
<updated>2023-10-08T23:20:01Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-10-06T00:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=e4b2ebd80779a44d24fe87af26ef278c1e2d97d2'/>
<id>urn:sha1:e4b2ebd80779a44d24fe87af26ef278c1e2d97d2</id>
<content type='text'>
required mangling of long filenames on Windows.

Also wrap lots of missing places (e.g. calls to asdcplib, libxml++,
libcxml etc.) in dcp::filesystem::fix_long_path().

The idea is to keep paths un-mangled until they we call some
filesystem-related API and mangle them at that point.  Otherwise
we end up serialising mangled names, which seems like it will
not end well.

Should fix DoM #2623.
</content>
</entry>
<entry>
<title>Cleanup: rename AssetMap::path -&gt; file for consistency.</title>
<updated>2023-01-07T21:46:32Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2023-01-01T20:27:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=cb574824a2e5d280b421e8c4e81fa90b85b877ae'/>
<id>urn:sha1:cb574824a2e5d280b421e8c4e81fa90b85b877ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move AssetMap handling out to a separate class.</title>
<updated>2022-04-25T08:26:11Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2022-04-25T08:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7c24b62d51e0ddf14af451ef5a543f07b69f111e'/>
<id>urn:sha1:7c24b62d51e0ddf14af451ef5a543f07b69f111e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to move XML bits out into parse/ subdir.</title>
<updated>2013-05-13T13:45:16Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-05-13T13:45:16Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=7394f50d8b5334a17cac37c8956b1b7e8e5e49c8'/>
<id>urn:sha1:7394f50d8b5334a17cac37c8956b1b7e8e5e49c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use libcxml.  Lump all static configuration flags into one.</title>
<updated>2013-05-13T13:20:36Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-05-13T13:20:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=797916ae28d976f3c5be62d37b45864219af6098'/>
<id>urn:sha1:797916ae28d976f3c5be62d37b45864219af6098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use boost starts/ends with methods.</title>
<updated>2013-01-13T13:46:20Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2013-01-13T13:46:20Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=62ee85a258aa9329544d8542dfbcc40ce8177a7a'/>
<id>urn:sha1:62ee85a258aa9329544d8542dfbcc40ce8177a7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use signals2 rather than sigc++</title>
<updated>2012-10-25T19:52:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2012-10-25T19:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=ee7187c25d83a47a106493e66b89888eca6d4344'/>
<id>urn:sha1:ee7187c25d83a47a106493e66b89888eca6d4344</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some renaming of XML-related methods.</title>
<updated>2012-09-18T22:32:44Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2012-09-18T22:32:44Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/libdcp/commit/?id=c23087acc887289f04f927bf7ede352324f4081b'/>
<id>urn:sha1:c23087acc887289f04f927bf7ede352324f4081b</id>
<content type='text'>
</content>
</entry>
</feed>
