Rewrite glib-genmarshal in Python
commit93f16a45abe81c3186c84a343a2e47493cf5d875
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 22 Jun 2017 16:04:05 +0000 (22 17:04 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 10 Jul 2017 15:47:47 +0000 (10 16:47 +0100)
tree6d278e0a364cdbf85a2955ba7202cdc41e66a00e
parent2502bfd8b0e9a8136aae833dc674a28a884f1de1
Rewrite glib-genmarshal in Python

We're in the process or rewriting other tools in Python to reduce the
number of dependencies of GLib.

Additionally, making glib-genmarshal a Python script reduces the
complexity when cross-compiling, as we don't need a native build to
generate the marshallers.

https://bugzilla.gnome.org/show_bug.cgi?id=784528
configure.ac
docs/reference/gobject/glib-genmarshal.xml
gobject/Makefile.am
gobject/glib-genmarshal.c [deleted file]
gobject/glib-genmarshal.in [new file with mode: 0755]