Aleksander Morgado
|
8bdf70e1c2
|
docs: include documentation for enum/flags helpers
|
2012-10-04 10:17:13 +02:00 |
|
Aleksander Morgado
|
04fc34fab8
|
build: autogenerate enum/flags string getter/builders
Each enum will have its own #_get_string (),
and each flags will have its own #_build_string_from_mask ().
|
2012-03-15 14:14:52 +01:00 |
|
Aleksander Morgado
|
4016a1ec20
|
build: require glib 2.30.2
So that we get the following fix in glib-mkenums:
https://bugzilla.gnome.org/show_bug.cgi?id=661797
|
2012-03-15 14:14:46 +01:00 |
|
Aleksander Morgado
|
d22def9309
|
build: let enum and error templates be completely generic
Don't include anything in the templates specific to the file to be built, like
#ifdef guards in headers or #include in sources.
|
2012-03-15 14:14:34 +01:00 |
|