<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/cython, branch 2.2.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.sukimashita.com/libplist.git/'/>
<entry>
<title>Add API version to library and pkgconfig file for proper linking</title>
<updated>2020-06-14T21:18:39+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-06-13T01:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=eff97404bd3ca5954a100a68705474956f1a89dc'/>
<id>eff97404bd3ca5954a100a68705474956f1a89dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unfold automake variables into multiple lines for maintainability</title>
<updated>2020-06-09T16:19:07+00:00</updated>
<author>
<name>Martin Szulecki</name>
</author>
<published>2020-06-09T16:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=c14849987d893999c03f165b49257e108d07bad3'/>
<id>c14849987d893999c03f165b49257e108d07bad3</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 get_value for Data nodes</title>
<updated>2020-04-14T00:51:05+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-04-14T00:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=fbee194fd9cc25e7438e73896ba81020ef1dd266'/>
<id>fbee194fd9cc25e7438e73896ba81020ef1dd266</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 handling of Date nodes (needs MACH_EPOCH)</title>
<updated>2020-04-13T21:21:15+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-04-13T21:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=e7355a408a305d0a9aba7c30bbd5a33d978a03c7'/>
<id>e7355a408a305d0a9aba7c30bbd5a33d978a03c7</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 plist.pxd is installed correctly</title>
<updated>2019-08-08T09:17:03+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-08-08T09:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=811a53aefe4693113ef723783c151e473853a398'/>
<id>811a53aefe4693113ef723783c151e473853a398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Remove unused variable</title>
<updated>2019-08-08T07:18:50+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-08-08T07:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=c253e70ce4a6ee14c0c4599aff6af61f11712e69'/>
<id>c253e70ce4a6ee14c0c4599aff6af61f11712e69</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 compilation</title>
<updated>2019-08-07T22:14:11+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2019-08-07T22:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6c684cc61a1189cc72d8609d49f3eb7cd954abab'/>
<id>6c684cc61a1189cc72d8609d49f3eb7cd954abab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Implement dump()/dumps() to match up with plistlib (Python 3.4)</title>
<updated>2019-07-10T18:31:00+00:00</updated>
<author>
<name>Andrew Udvare</name>
</author>
<published>2014-04-03T03:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=121c834561b1b3f06259d32681cab0cff1a1a8ae'/>
<id>121c834561b1b3f06259d32681cab0cff1a1a8ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cython: Implement load()/loads() to match up with plistlib (Python 3.4)</title>
<updated>2019-07-10T18:30:27+00:00</updated>
<author>
<name>Andrew Udvare</name>
</author>
<published>2014-03-31T06:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=7be52ea1769dd6e4f8e747cce8d5000549c6dab3'/>
<id>7be52ea1769dd6e4f8e747cce8d5000549c6dab3</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 PYTHON_LIBS instead of PYTHON_LDFLAGS</title>
<updated>2019-05-11T01:01:17+00:00</updated>
<author>
<name>Yves-Alexis Perez</name>
</author>
<published>2019-01-07T13:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=ddb6340739ad702f0305eae3744444e8d4f83e0e'/>
<id>ddb6340739ad702f0305eae3744444e8d4f83e0e</id>
<content type='text'>
New version of AX_PYTHON_DEVEL macro defines PYTHON_LIBS and not
PYTHON_LDFLAGS, so adjust where needed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New version of AX_PYTHON_DEVEL macro defines PYTHON_LIBS and not
PYTHON_LDFLAGS, so adjust where needed
</pre>
</div>
</content>
</entry>
</feed>
