mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +01:00
3c03cc8f68
The Meson build has fallen a bit behind the Autotools one, when it comes to the internally built tools like glib-mkenums and glib-genmarshals. We don't need to generate gmarshal.strings any more, and since the glib-genmarshal tool is now written in Python it can also be used when cross-compiling, and without indirection, just like we use glib-mkenums. We can also coalesce various rules into a simple array iteration, with minimal changes to glib-mkenums, thus making the build a bit more resilient and without unnecessary duplication. |
||
---|---|---|
.. | ||
.gitignore | ||
accumulator.c | ||
defaultiface.c | ||
deftype.c | ||
dynamictype.c | ||
gvalue-test.c | ||
ifacecheck.c | ||
ifaceinherit.c | ||
ifaceinit.c | ||
Makefile.am | ||
meson.build | ||
override.c | ||
paramspec-test.c | ||
performance-threaded.c | ||
performance.c | ||
references.c | ||
run-performance.sh | ||
signals.c | ||
singleton.c | ||
testcommon.h | ||
testgobject.c | ||
testmarshal.list | ||
testmodule.c | ||
testmodule.h | ||
timeloop-closure.c |