<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/swig, branch v0.15</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/'/>
<entry>
<title>Surround python specific stuff with proper #ifdef.</title>
<updated>2009-10-18T20:00:08+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T20:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=4c402e229e37fb48f50b07dd31e38e233ac7f184'/>
<id>4c402e229e37fb48f50b07dd31e38e233ac7f184</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Conform to python naming. Make Dictionary behave like python's dicts.</title>
<updated>2009-10-18T19:55:25+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T19:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=f85fa802a4fb23c0a9fa09b6dd8e052fa05a40d0'/>
<id>f85fa802a4fb23c0a9fa09b6dd8e052fa05a40d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not export GetPlist();</title>
<updated>2009-10-18T11:15:46+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T11:15:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6f84d30c7bf3999c85c480a7cc297f1b5300054b'/>
<id>6f84d30c7bf3999c85c480a7cc297f1b5300054b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce Python specific code in swig header.</title>
<updated>2009-10-18T11:02:29+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T11:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=ba71f950c188ff3ff1524935dc7794aea214ddd9'/>
<id>ba71f950c188ff3ff1524935dc7794aea214ddd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add python datetime typemaps.</title>
<updated>2009-10-18T10:40:50+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-18T10:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=89da417a1c3686552fa56725dca8c310d2966a6e'/>
<id>89da417a1c3686552fa56725dca8c310d2966a6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dynamic subtyping for abstract nodes.</title>
<updated>2009-10-17T21:03:07+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-17T21:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=a2588b4b19e898d483d5512cf974e1ccda45d5b6'/>
<id>a2588b4b19e898d483d5512cf974e1ccda45d5b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use custom typemap for binary buffers as we want to hadle them as strings in python.</title>
<updated>2009-10-17T08:41:18+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-17T08:41:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6f453688c0b97ea979b2b2b515f4030e69e846fb'/>
<id>6f453688c0b97ea979b2b2b515f4030e69e846fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Declare binary sequence in swig header.</title>
<updated>2009-10-16T23:02:00+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-16T23:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=e6a0149e3be353da436c9b3cbc960233c2df2076'/>
<id>e6a0149e3be353da436c9b3cbc960233c2df2076</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change python binding to be based on libplist++ object model.</title>
<updated>2009-10-16T20:32:15+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-16T20:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=0f69774fcfe32ac2a8dacefbea61e84d0a26a012'/>
<id>0f69774fcfe32ac2a8dacefbea61e84d0a26a012</id>
<content type='text'>
Deprecate old binding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate old binding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python binding install path.</title>
<updated>2009-10-16T20:29:49+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-10-16T20:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=7ba9a5437e49868ca7a7cc2f4d006509308b1ab4'/>
<id>7ba9a5437e49868ca7a7cc2f4d006509308b1ab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
