Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update expected gir for previous changeGOBJECT_INTROSPECTION_0_10_8 | Colin Walters | 2011-05-05 | 1 | -0/+5 |
| | |||||
* | Add test function regress_test_struct_fixed_array_frob | Colin Walters | 2011-05-04 | 2 | -0/+12 |
| | |||||
* | g_field_info_get_field: return correct pointer for C array | Maxim Ermilov | 2011-05-04 | 3 | -1/+19 |
| | | | | | | Also add a test case. https://bugzilla.gnome.org/show_bug.cgi?id=640468 | ||||
* | Add GI_SCANNER_DISABLE_CACHE environment variable | Colin Walters | 2011-05-02 | 2 | -0/+5 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=649054 | ||||
* | gimarshallingtests: Remove incorrect cast | Colin Walters | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | glib-2.0.c: Added annotation for g_variant_new_variant to mark it as constructor | Sebastian Pölsterl | 2011-04-15 | 1 | -0/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=647796 | ||||
* | fix #647621 - g_spawn_async_with_pipes annotation corrections | Alan Knowles | 2011-04-15 | 1 | -1/+2 |
| | |||||
* | Makefile: Fix release scripts to point to master.gnome.org | Colin Walters | 2011-04-01 | 1 | -2/+2 |
| | | | | This is where install-module lives now. | ||||
* | configure: Post-release version bumpgnome-3-0 | Colin Walters | 2011-03-31 | 1 | -1/+1 |
| | |||||
* | Makefile: Make release targets depend on Makefile | Colin Walters | 2011-03-31 | 1 | -2/+2 |
| | | | | So they get updated when configure changes. | ||||
* | glib-2.0.c: add annotations for g_base64_encode and g_base64_decode | Joe Shaw | 2011-03-31 | 1 | -0/+15 |
| | |||||
* | Regenerate gio-2.0.c from glib/master | Martin Pitt | 2011-03-30 | 1 | -8/+8 |
| | |||||
* | gio-2.0.c: Update from GLib git as of 92977a221760eb | Colin Walters | 2011-03-30 | 1 | -62/+259 |
| | |||||
* | girparser: use c:identifier-prefixes instead of c:prefix | Serkan Kaba | 2011-03-26 | 1 | -1/+1 |
| | | | | | | | | This bug was introduced with http://git.gnome.org/browse/gobject-introspection/commit/?id=36aa515f1036978ced8d4ffb808260844f7229e0 due to rename of c:prefix to c:identifier-prefixes. https://bugzilla.gnome.org/show_bug.cgi?id=640264 | ||||
* | configure: Post-release version bump | Owen W. Taylor | 2011-03-25 | 1 | -1/+1 |
| | |||||
* | Fix generation of cairo typelibGOBJECT_INTROSPECTION_0_10_6 | Owen W. Taylor | 2011-03-25 | 1 | -3/+4 |
| | | | | | | | | | | By separating out cairo-1.0.gir from gir_DATA, we lost the generation of the cairo typelib. So instead add cairo-1.0.gir to a new SUBSTITUTED_GIRSOURCES and include that in gir_DATA. Fix the rule for generating cairo-1.0.gir for srcdir != builddir. https://bugzilla.gnome.org/show_bug.cgi?id=645692 | ||||
* | configure: Post-release version bump | Colin Walters | 2011-03-25 | 1 | -1/+1 |
| | |||||
* | Makefile-gir: Fix EXTRA_DISTGOBJECT_INTROSPECTION_0_10_5 | Colin Walters | 2011-03-25 | 1 | -1/+1 |
| | |||||
* | Don't dist gir/cairo-1.0.gir, it's generated | Colin Walters | 2011-03-25 | 3 | -4/+13 |
| | | | | | | | We should not be disting it, because it contains values derived from configure. Extract it out of STATIC_GIRSOURCES, and also move it to a Makefile rule rather than AC_SUBST as it should be so it gets cleaned properly. | ||||
* | [tests] add a gclosure_return method to test passing GClosures between methods | John (J5) Palmieri | 2011-03-16 | 2 | -1/+38 |
| | |||||
* | support setting gobjects and ginterfaces in struct fields | John (J5) Palmieri | 2011-03-16 | 1 | -0/+17 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=644749 | ||||
* | Makefile: Rework release tools | Colin Walters | 2011-03-10 | 2 | -4/+55 |
| | | | | | Separate "preparing" a release locally from actually uploading it, and automate bumping the version in configure.ac. | ||||
* | configure: Post-release version bump | Colin Walters | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | cairo-1.0.gir: Use fully qualified shared libraryGOBJECT_INTROSPECTION_0_10_4GOBJECT_INTROSPECTION_0.10.4 | Colin Walters | 2011-03-09 | 1 | -2/+2 |
| | | | | | | The .so link is for development, we need to reference the full soname; otherwise things will break without "cairo-devel" installed. | ||||
* | configure: Post release version bump | Colin Walters | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Add "c:identifier" attribute to GIrNodeValue (for flags and enum values).GOBJECT_INTROSPECTION_0_10_3 | Laszlo Pandy | 2011-02-23 | 3 | -3/+83 |
| | | | | | | | | | | | | | | | Flags and enums with a GType have a value_nick and value_name strings available in the class struct. But for flags and enums without GType, we need to get this information from introspection. g_base_info_get_name() gives the string for value_nick. In the GIR, the attribute "c:identifier" is the string neede for value_name. This patch adds the "c:identifier" from GIR to the typelib for all flags and enum values. It can be retireved using g_base_info_get_attribute(info, "c:identifier"). https://bugzilla.gnome.org/show_bug.cgi?id=642757 | ||||
* | Add GIMarshalllingTests function with in parameter as well as GError. | Laszlo Pandy | 2011-02-23 | 2 | -0/+15 |
| | | | | | This allows bindings to test the ability to clean up (in) parameters after a GError is set by the wrapped function. | ||||
* | Add mask flags to GIMarshallingTests to test for flags with the same value. | Laszlo Pandy | 2011-02-23 | 2 | -2/+10 |
| | | | | | | | Glib uses flag aliases, multiple flag names with the same int value. For example G_IO_FLAG_MASK and G_IO_FLAG_GET_MASK. We need these flag values to test that gi bindings don't assume that all flags have the same value. | ||||
* | Add warnings for the (constructor) annotation | Tomeu Vizoso | 2011-02-22 | 6 | -11/+85 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=641347 | ||||
* | Update exact wording of warning in test | Tomeu Vizoso | 2011-02-22 | 1 | -1/+1 |
| | |||||
* | Add warnings for the (method) annotation | Tomeu Vizoso | 2011-02-22 | 3 | -4/+43 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=641347 | ||||
* | Add non GType flags to GIMarshallingTests. | Laszlo Pandy | 2011-02-22 | 2 | -0/+58 |
| | |||||
* | GIrNode: fix lookup of cached type nodes | Giovanni Campagna | 2011-02-21 | 1 | -11/+34 |
| | | | | | | | | Different types of array have different type nodes, so they should produce different keys in the cache of already seen type nodes, to avoid turning a GByteArray into a reference to a GPtrArray. https://bugzilla.gnome.org/show_bug.cgi?id=642300 | ||||
* | [tests] Add GIMarshallingTests function for multiple in and multiple out args. | Laszlo Pandy | 2011-02-18 | 2 | -2/+20 |
| | |||||
* | Fix argument name of MISSING_ATTRIBUTE macro ('ctx' => 'context'). | Laszlo Pandy | 2011-02-17 | 1 | -1/+1 |
| | | | | | | | The argument was called 'ctx' but the macro was using 'context'. This wasn't causing the build to fail because the variable 'context' was already defined in all the scopes where this macro was used. | ||||
* | Include cairo.h instead of cairo/cairo.h | Simon van der Linden | 2011-02-11 | 1 | -1/+1 |
| | | | | The cairo/ directory is searched for header files anyway. | ||||
* | Account for arg direction in g_callable_info_get_ffi_arg_types | Jonathan Matthew | 2011-02-09 | 1 | -1/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=641647 | ||||
* | Post release version bump | Colin Walters | 2011-02-07 | 1 | -1/+1 |
| | |||||
* | scanner: Don't fail on mkdir if cachedir already existsGOBJECT_INTROSPECTION_0_10_2 | Colin Walters | 2011-02-03 | 1 | -1/+4 |
| | | | | | Hit this race in practice with two g-ir-scanner invocations in Fedora's koji. | ||||
* | Add (method) overrides | Tomeu Vizoso | 2011-02-02 | 5 | -14/+54 |
| | | | | | | So methods such as gtk_drag_dest_set() can be put inside Gtk.Widget https://bugzilla.gnome.org/show_bug.cgi?id=639945 | ||||
* | Update gobject/gio syntax | Johan Dahlin | 2011-02-01 | 2 | -148/+419 |
| | | | | | Now fetches all sections correctly, with updated glib code base and an updated annotation tool. | ||||
* | Preserve gtk-doc section names | Johan Dahlin | 2011-02-01 | 3 | -3/+15 |
| | | | | | Preserve the section names and write them out on the class/record/ interface. | ||||
* | Sort gio/gobject annotations | Johan Dahlin | 2011-02-01 | 2 | -25133/+25200 |
| | |||||
* | Sort output | Johan Dahlin | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | Add missing spaces | Johan Dahlin | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | Add (constructor) annotation | Tomeu Vizoso | 2011-01-28 | 5 | -12/+49 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=561264 | ||||
* | [scanner] Don't crash if we don't have a ctype in array element types | Tomeu Vizoso | 2011-01-21 | 1 | -1/+2 |
| | |||||
* | Pass shared-library as-is to g_module_open | Tomeu Vizoso | 2011-01-21 | 1 | -4/+0 |
| | | | | | | Because it already has the lib prefix and the .so postfix https://bugzilla.gnome.org/show_bug.cgi?id=639961 | ||||
* | Preserve the c:type of array elements | Tomeu Vizoso | 2011-01-21 | 4 | -28/+29 |
| | | | | | | So the element type has the correct is_pointer flag https://bugzilla.gnome.org/show_bug.cgi?id=638929 | ||||
* | Disable missing class structure warning, add a bug reference | Johan Dahlin | 2011-01-20 | 1 | -2/+3 |
| |