<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/cython, branch 2.0.0</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>build: Make sure plist.pxd is included in tarballs</title>
<updated>2017-04-20T12:18:45+00:00</updated>
<author>
<name>Christophe Fergeau</name>
</author>
<published>2017-04-20T12:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=29bed91a801f500dbc8f761b0bc330d90d0ed0ee'/>
<id>29bed91a801f500dbc8f761b0bc330d90d0ed0ee</id>
<content type='text'>
When generating a tarball on a system without cython installed,
plist.pxd was missing, causing build failures later on when trying to
use cython.
This seems to be caused by EXTRA_DIST being inside a if HAVE_CYTHON
block rather than being outside of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When generating a tarball on a system without cython installed,
plist.pxd was missing, causing build failures later on when trying to
use cython.
This seems to be caused by EXTRA_DIST being inside a if HAVE_CYTHON
block rather than being outside of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Remove references to libxml2 flags from Makefile.am</title>
<updated>2017-04-20T09:17:08+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2017-04-20T09:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.libimobiledevice.org/libplist.git/commit/?id=d6c437575f30094cce4f0747e45a1f12880ce89b'/>
<id>d6c437575f30094cce4f0747e45a1f12880ce89b</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 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>
</feed>
