<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/include, branch time64</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>Remove libxml2 dependency in favor of custom XML parsing</title>
<updated>2016-10-22T02:39:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2016-10-22T02:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=392135c7db4d9cb4a14ff5935d7c4c6e21363847'/>
<id>392135c7db4d9cb4a14ff5935d7c4c6e21363847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement plist_from_memory()</title>
<updated>2016-05-12T00:55:01+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2016-05-12T00:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=11d639f92f2c7067a0e7cc949f147abd506514ec'/>
<id>11d639f92f2c7067a0e7cc949f147abd506514ec</id>
<content type='text'>
Rather than having everyone reimplement binary/XML plist detection by
looking at the first bytes of the plist content, it's better to do this
detection in libplist and hide that internal detail from library users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than having everyone reimplement binary/XML plist detection by
looking at the first bytes of the plist content, it's better to do this
detection in libplist and hide that internal detail from library users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add plist_is_binary()</title>
<updated>2016-05-12T00:52:50+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2016-05-12T00:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=449e27bf754f903f856a741e163a9e4a0c8037b0'/>
<id>449e27bf754f903f856a741e163a9e4a0c8037b0</id>
<content type='text'>
It can be useful if one needs to know what type of plist a memory buffer
contains.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can be useful if one needs to know what type of plist a memory buffer
contains.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move libxml cleanup code to a plist_cleanup method</title>
<updated>2016-04-20T12:18:46+00:00</updated>
<author>
<name>Frederik Carlier</name>
</author>
<published>2016-03-26T14:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6ab7e301f1854fd18891ddfeaa64e7485be990ba'/>
<id>6ab7e301f1854fd18891ddfeaa64e7485be990ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid exporting non-public symbols</title>
<updated>2014-10-03T13:39:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-10-03T13:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=62813daf2c4aaec675652d9c1131a58dfa634e38'/>
<id>62813daf2c4aaec675652d9c1131a58dfa634e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plist.h: Move deprecation marker before function declaration to make non-gcc/clang compilers happy</title>
<updated>2014-09-26T20:35:38+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-09-26T20:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=eab599c151617eef9035343fd63591fa4d09bd3e'/>
<id>eab599c151617eef9035343fd63591fa4d09bd3e</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 missing cstddef include to Node.h</title>
<updated>2014-09-25T23:22:47+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-09-25T23:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=7377026506597fa96853e8e178d51952c9809e7e'/>
<id>7377026506597fa96853e8e178d51952c9809e7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added const to Array.GetSize(), and to 3 Node methods.</title>
<updated>2014-09-19T22:10:46+00:00</updated>
<author>
<name>Aaron Burghardt</name>
</author>
<published>2014-08-16T21:48:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=b6c43e901c1ee3ded15261621be1aaa090dab984'/>
<id>b6c43e901c1ee3ded15261621be1aaa090dab984</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change Clone() to be const, which required constructors with const references and a const GetValue().</title>
<updated>2014-09-19T22:10:46+00:00</updated>
<author>
<name>Aaron Burghardt</name>
</author>
<published>2014-08-16T01:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=ccd6f05fe1e6cd5a1611b0df78974fa39869013d'/>
<id>ccd6f05fe1e6cd5a1611b0df78974fa39869013d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly rename header guards according to C++ standard</title>
<updated>2014-08-05T23:42:46+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-08-05T23:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=83650b30ad5ef6a4de0bb988bd653298db5eba9a'/>
<id>83650b30ad5ef6a4de0bb988bd653298db5eba9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
