<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/include, branch 1.10</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>C++: added support for PLIST_UID nodes (class Uid)</title>
<updated>2013-03-19T15:50:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-03-19T15:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=553c3849207a29abd1cb58f82d5994e5cd9d1f2d'/>
<id>553c3849207a29abd1cb58f82d5994e5cd9d1f2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++: add Key.h to public headers</title>
<updated>2013-03-19T15:40:52+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-03-19T15:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=14a92d9f63a621a92f1c48c87cea324fbfad7c62'/>
<id>14a92d9f63a621a92f1c48c87cea324fbfad7c62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added Key.h to plist++ header file</title>
<updated>2013-03-18T00:49:24+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2013-03-18T00:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=32320a185e2a542fe080b4502d16b2ecd8891ba7'/>
<id>32320a185e2a542fe080b4502d16b2ecd8891ba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++ bindings: added support for PLIST_KEY nodes.</title>
<updated>2012-11-13T02:22:51+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2012-11-13T02:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=46a5feb381512cebf5a05286730edd047b989e73'/>
<id>46a5feb381512cebf5a05286730edd047b989e73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>implemented handling of UID keyed encoding type</title>
<updated>2012-09-16T04:03:57+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2012-09-16T04:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=817749dd4e27768da64e3883fe04580cd22461a8'/>
<id>817749dd4e27768da64e3883fe04580cd22461a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include sys/time.h for systems that don't include it automatically</title>
<updated>2012-08-15T18:22:00+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2012-08-15T18:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=fee6a9eacd62ddc7ce969413dd4083d4f4804120'/>
<id>fee6a9eacd62ddc7ce969413dd4083d4f4804120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove useless win32 include from plist/Date.h</title>
<updated>2012-05-08T16:00:53+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2012-05-08T16:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=f024951b488f248f9fddf5bdaa576f8209999630'/>
<id>f024951b488f248f9fddf5bdaa576f8209999630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Alow compiling with mingw on windows (thanks to Patrick).</title>
<updated>2010-03-03T17:29:04+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2010-03-03T17:29:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=210ead70ada61e6fe89fba935f8180d9aef67284'/>
<id>210ead70ada61e6fe89fba935f8180d9aef67284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some methods and drop Utils class in C++ binding.</title>
<updated>2009-11-10T23:18:14+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-11-10T23:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=8c6a809fafa6befff7e2b1adc3df2bdb47042dd1'/>
<id>8c6a809fafa6befff7e2b1adc3df2bdb47042dd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated functions from API.</title>
<updated>2009-11-10T22:37:43+00:00</updated>
<author>
<name>Jonathan Beck</name>
</author>
<published>2009-11-10T22:37:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=ff536344bc04ab9ec3763968b82997d07312acd6'/>
<id>ff536344bc04ab9ec3763968b82997d07312acd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
