summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix python script shebangTomasz Kłoczko2022-09-031-1/+1
| | | | | | | It is always better use fixed shebang instead use env command as it adds come security risk. Signed-off-by: Tomasz Kłoczko <kloczek@github.com>
* meson: Respect bindir optionMarvin Schmidt2022-04-111-1/+1
| | | | | Don't hardcode 'bin' (<prefix>/bin) but instead use the designated bindir option to get the install location for the binding tool
* all: Bump API versionJens Georg2021-10-272-1/+7
| | | | Reset ABI version, also bump project version
* all: LGPL-2.0 -> LGPL-2.1Jens Georg2021-06-091-12/+1
| | | | Also, drop the wall of license text and use the SPDX identifier
* binding-tool: Make shebang python3Jens Georg2018-12-261-1/+1
| | | | Fixes #1
* binding-tool: Fix (most) flake8 warningsJens Georg2018-12-261-76/+81
|
* binding-tool: Rename to make it parallel installableJens Georg2018-11-122-1/+1
|
* build: Switch to mesonJens Georg2018-11-022-1/+1
|
* gupnp-binding-tool: Don't hardcode the path of pythonTing-Wei Lan2016-01-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=760430
* Port gupnp-binding-tool to Python 3Bohuslav Kabrda2013-08-161-225/+225
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=704383
* Drop unused import, fix datatype error handlingVille Skyttä2011-11-081-2/+2
|
* Fix gupnp-binding-tool to generate headers usable in C++Fargier Sylvain2010-09-161-24/+26
|
* 2008-10-22 Jussi Kukkonen <jku@linux.intel.com>Jussi Kukkonen2008-10-221-6/+10
| | | | | | | | | * tools/gupnp-binding-tool: Use inline functions. Fix generated code indent, remove trailing whitespace. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1310 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-10-20 Jussi Kukkonen <jku@linux.intel.com>Jussi Kukkonen2008-10-201-6/+2
| | | | | | | | * tools/gupnp-binding-tool: Don't include specific glib/gupnp files, use gupnp.h. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1309 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2007-10-17 Jussi Kukkonen <jku@linux.intel.com>Jussi Kukkonen2008-10-171-72/+249
| | | | | | | | | | | | | | * tools/gupnp-binding-tool: Add serverside binding generation * doc/client-tutorial.xml * doc/server-tutorial.xml * doc/gupnp-binding-tool.xml Update documentation for new binding generation. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1308 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-10-17 Jussi Kukkonen <jku@linux.intel.com>Jussi Kukkonen2008-10-171-77/+248
| | | | | | | | | | | | | | | * tools/gupnp-binding-tool: gupnp-binding-tool improvements - add support for all upnp types - add "--prefix" option - prettify binding tool output - make var and function names lower_case, not CamelCase - generate state variable notification bindings This change makes gupnp-binding-tool output incompatible with the old one. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@1307 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-05-23 Ross Burton <ross@openedhand.com>Ross Burton2008-05-231-1/+67
| | | | | | | | * tools/gupnp-binding-tool: Add async wrappers too. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@989 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* Add TODO listRoss Burton2008-05-221-0/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@985 d8cb91d7-bff9-0310-92b9-80b65e4482b2
* 2008-05-22 Ross Burton <ross@openedhand.com>Ross Burton2008-05-222-0/+127
* tools/gupnp-binding-tool: * tools/Makefile.am: * configure.ac: * Makefile.am: Initial commit of gupnp-binding-tool, to generate convenience C wrappers for GUPnP service definitions. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@984 d8cb91d7-bff9-0310-92b9-80b65e4482b2