<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_libnl/python, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/'/>
<entry>
<title>all: Use __typeof__ instead of typeof</title>
<updated>2019-08-16T05:42:03+00:00</updated>
<author>
<name>Michael Forney</name>
<email>mforney@mforney.org</email>
</author>
<published>2019-08-11T05:15:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=24e5b315a55f8388cf1045b1573587d29712f253'/>
<id>24e5b315a55f8388cf1045b1573587d29712f253</id>
<content type='text'>
This allows libnl to be built with -std=c99, which prevents the compiler
from using non-reserved identifiers for extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows libnl to be built with -std=c99, which prevents the compiler
from using non-reserved identifiers for extensions.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: merge python/Makefile.am into top-level makefile</title>
<updated>2017-02-27T12:20:34+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-02-26T20:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=c1567ea637ef51868b0f31a185caa6c3e740d0fd'/>
<id>c1567ea637ef51868b0f31a185caa6c3e740d0fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: genl: capi: add genlmsg_hdr() to capi</title>
<updated>2015-05-12T11:26:15+00:00</updated>
<author>
<name>Arend van Spriel</name>
<email>aspriel@gmail.com</email>
</author>
<published>2015-05-10T10:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=07ad37d4cb3d094e955cbb8bda58c77fc54f9636'/>
<id>07ad37d4cb3d094e955cbb8bda58c77fc54f9636</id>
<content type='text'>
Allow using genlmsg_hdr() function and make the header fields
accessible in Python scripts.

Signed-off-by: Arend van Spriel &lt;aspriel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow using genlmsg_hdr() function and make the header fields
accessible in Python scripts.

Signed-off-by: Arend van Spriel &lt;aspriel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python: capi: add nla_put() function to python capi</title>
<updated>2015-05-12T11:26:15+00:00</updated>
<author>
<name>Arend van Spriel</name>
<email>aspriel@gmail.com</email>
</author>
<published>2015-05-10T10:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=36f4adfa8130b3a3d922121e1210428e4a70c897'/>
<id>36f4adfa8130b3a3d922121e1210428e4a70c897</id>
<content type='text'>
Adding nla_put() to the capi using a typemap on the input
parameter which needs to be either a str or bytearray.
Otherwise a SWIG exception with be thrown.

Signed-off-by: Arend van Spriel &lt;aspriel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding nla_put() to the capi using a typemap on the input
parameter which needs to be either a str or bytearray.
Otherwise a SWIG exception with be thrown.

Signed-off-by: Arend van Spriel &lt;aspriel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python: capi: expose multicast membership functions</title>
<updated>2015-05-12T11:26:15+00:00</updated>
<author>
<name>Arend van Spriel</name>
<email>aspriel@gmail.com</email>
</author>
<published>2015-05-10T10:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=ff6467135e39f9a50bfff787098ff3f51e1d1662'/>
<id>ff6467135e39f9a50bfff787098ff3f51e1d1662</id>
<content type='text'>
Adding functions to add/drop membership to single multicast group.

Signed-off-by: Arend van Spriel &lt;aspriel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding functions to add/drop membership to single multicast group.

Signed-off-by: Arend van Spriel &lt;aspriel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python: disable swig debug print messages</title>
<updated>2015-05-12T11:26:15+00:00</updated>
<author>
<name>Arend van Spriel</name>
<email>aspriel@gmail.com</email>
</author>
<published>2015-05-06T12:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=a4a75227df4edd5ed7e16db52cc3abf24c29eeb4'/>
<id>a4a75227df4edd5ed7e16db52cc3abf24c29eeb4</id>
<content type='text'>
The define was left enabled during development on netlink (and genl)
python swig api. It is a bit annoying in production release so disable
the define.

Signed-off-by: Arend van Spriel &lt;aspriel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The define was left enabled during development on netlink (and genl)
python swig api. It is a bit annoying in production release so disable
the define.

Signed-off-by: Arend van Spriel &lt;aspriel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python: fix package meta data in setup.py</title>
<updated>2015-01-12T13:17:38+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2015-01-05T11:12:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=c7ae0c7d67d376bb8a3fbbe8e35a25de7e4c8ebd'/>
<id>c7ae0c7d67d376bb8a3fbbe8e35a25de7e4c8ebd</id>
<content type='text'>
http://lists.infradead.org/pipermail/libnl/2015-January/001802.html

Acked-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://lists.infradead.org/pipermail/libnl/2015-January/001802.html

Acked-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use paths relative to srcdir in setup.py.</title>
<updated>2014-05-25T10:51:32+00:00</updated>
<author>
<name>Michał Górny</name>
<email>mgorny@gentoo.org</email>
</author>
<published>2014-05-25T10:51:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=425d3d6661b7b25bc6058dbfb01d984f21b73f54'/>
<id>425d3d6661b7b25bc6058dbfb01d984f21b73f54</id>
<content type='text'>
Currently, setup.py is created by configure in builddir while source
files (.py and .i) reside in srcdir. Adjust paths in setup.py
appropriately to make it possible to perform an out-of-source build.

This is far from perfect but it mostly works. Python files are copied
from srcdir, and swig *.i files are read from there. However, swig
output files are created in srcdir rather than builddir, and distutils
copies '..' literally when constructing '.o' paths. As a result,
'../python/foo.i' would end up being compiled to
'build/temp*/../python/foo.i'.

The alternative would be to copy '*.i' files to builddir before
proceeding with the build, either in Makefile or through creating
additional distutils command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, setup.py is created by configure in builddir while source
files (.py and .i) reside in srcdir. Adjust paths in setup.py
appropriately to make it possible to perform an out-of-source build.

This is far from perfect but it mostly works. Python files are copied
from srcdir, and swig *.i files are read from there. However, swig
output files are created in srcdir rather than builddir, and distutils
copies '..' literally when constructing '.o' paths. As a result,
'../python/foo.i' would end up being compiled to
'build/temp*/../python/foo.i'.

The alternative would be to copy '*.i' files to builddir before
proceeding with the build, either in Makefile or through creating
additional distutils command.
</pre>
</div>
</content>
</entry>
<entry>
<title>python: fix wrongly passing argument to function in ObjIterator.next()</title>
<updated>2014-04-09T07:22:47+00:00</updated>
<author>
<name>Hiroaki KAWAI</name>
<email>kawai@stratosphere.co.jp</email>
</author>
<published>2014-04-09T01:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=cb319e22f5680b49fad62dc7f0eb35b7d737cb3b'/>
<id>cb319e22f5680b49fad62dc7f0eb35b7d737cb3b</id>
<content type='text'>
self.__next__() bound method does not take an extra argument.

https://github.com/thom311/libnl/pull/57

Signed-off-by: Hiroaki KAWAI &lt;kawai@stratosphere.co.jp&gt;
Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
self.__next__() bound method does not take an extra argument.

https://github.com/thom311/libnl/pull/57

Signed-off-by: Hiroaki KAWAI &lt;kawai@stratosphere.co.jp&gt;
Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>python: fix build error for missing library_path in setup.py</title>
<updated>2014-01-21T18:11:16+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-01-21T18:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_libnl/commit/?id=815e192db64ef6041b12f50648a21d59c2f84381'/>
<id>815e192db64ef6041b12f50648a21d59c2f84381</id>
<content type='text'>
Patch obtained from gentoo package.

https://bugs.gentoo.org/show_bug.cgi?id=477110
https://bugs.gentoo.org/show_bug.cgi?id=490584

Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch obtained from gentoo package.

https://bugs.gentoo.org/show_bug.cgi?id=477110
https://bugs.gentoo.org/show_bug.cgi?id=490584

Signed-off-by: Thomas Haller &lt;thaller@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
