<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/cython, 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.libimobiledevice.org/libplist.git/'/>
<entry>
<title>cython: Fix module build with libplist already installed</title>
<updated>2016-04-20T12:12:40+00:00</updated>
<author>
<name>Elan Ruusamäe</name>
</author>
<published>2016-01-20T21:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=275cfcd5ac317185c9f3d8156c357df5f8155c37'/>
<id>275cfcd5ac317185c9f3d8156c357df5f8155c37</id>
<content type='text'>
see https://github.com/pld-linux/libplist/commit/a4a4e4b04caef3f9875b598d64ffb1fb388e699e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see https://github.com/pld-linux/libplist/commit/a4a4e4b04caef3f9875b598d64ffb1fb388e699e
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Enforce default symbol visibility to make bindings loadable</title>
<updated>2014-10-14T00:42:45+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T00:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=69e256b8f16de70a4294b631587253a57c0f7655'/>
<id>69e256b8f16de70a4294b631587253a57c0f7655</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Use output variables instead of relative paths in Makefile</title>
<updated>2014-10-14T00:42:15+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-10-14T00:42:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=9f0ded276133e8cc0a0c1d378e61e6937bd581eb'/>
<id>9f0ded276133e8cc0a0c1d378e61e6937bd581eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix compiler warning by actually using the Uid factory</title>
<updated>2014-07-30T15:04:35+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-07-30T15:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=d05dca376917df68fe4e251c3a211cf9ba7eb36f'/>
<id>d05dca376917df68fe4e251c3a211cf9ba7eb36f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Replace old Pyrex for-from loop with normal one to fix compiler warning</title>
<updated>2014-07-30T15:03:34+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-07-30T15:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=d34facc09effe7c18baf8f66c7237f7b4a876696'/>
<id>d34facc09effe7c18baf8f66c7237f7b4a876696</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix Python library import fail due to removed 'plist_set_type' symbol</title>
<updated>2014-07-30T15:02:25+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-07-30T15:02:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=e05f126216fda0eaa6afcadde275ef2a838f3b53'/>
<id>e05f126216fda0eaa6afcadde275ef2a838f3b53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Do not export plist_new_key() which should not be used directly</title>
<updated>2014-07-30T15:01:48+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-07-30T15:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=82e90578d2aaa178ddc6609fde8890db93b6b07b'/>
<id>82e90578d2aaa178ddc6609fde8890db93b6b07b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Fix compiler warning about uninitialized struct tm field</title>
<updated>2014-07-30T15:00:43+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2014-07-30T15:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=7e5f4da929a60ba81c17a67fd8c9166cb1f2e9da'/>
<id>7e5f4da929a60ba81c17a67fd8c9166cb1f2e9da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Make sure to use plist_dict_set_item() instead of deprecated plist_dict_insert_item()</title>
<updated>2014-03-22T00:39:17+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2014-03-22T00:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=4f7d325c66dda5fc62dfac68c4231f4115d8a8dd'/>
<id>4f7d325c66dda5fc62dfac68c4231f4115d8a8dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force all dictionaries keys to be UTF-8 in Python 3</title>
<updated>2014-02-11T16:27:12+00:00</updated>
<author>
<name>Andrew Udvare</name>
</author>
<published>2014-01-31T23:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=497a5980d837e212f2444688dce72c6080762280'/>
<id>497a5980d837e212f2444688dce72c6080762280</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
