summaryrefslogtreecommitdiff
path: root/girepository
Commit message (Expand)AuthorAgeFilesLines
* Rename ALIGN to GI_ALIGN to prevent redefining this macro on some platformsJasper Lievisse Adriaanse2011-06-211-5/+5
* Free allocated ffi_types in g_callable_info_free_closure()Giovanni Campagna2011-06-201-0/+1
* Rework how fundamental GObject types are introspectedGiovanni Campagna2011-06-082-2/+4
* Fix accessing structure fields that are arraysGiovanni Campagna2011-06-083-23/+10
* Assume only that an array is embedded in a struct if it's fixed sizeTomeu Vizoso2011-06-061-2/+6
* gifieldinfo.c: Quiet some compiler warningsColin Walters2011-05-231-0/+4
* Add Since: for g_arg_info_is_skip()Colin Walters2011-05-131-0/+1
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-139-2/+75
* g_field_info_get_field: return correct pointer for C arrayMaxim Ermilov2011-05-041-1/+4
* girparser: use c:identifier-prefixes instead of c:prefixSerkan Kaba2011-03-261-1/+1
* support setting gobjects and ginterfaces in struct fieldsJohn (J5) Palmieri2011-03-161-0/+17
* Add "c:identifier" attribute to GIrNodeValue (for flags and enum values).GOBJECT_INTROSPECTION_0_10_3Laszlo Pandy2011-02-231-0/+6
* GIrNode: fix lookup of cached type nodesGiovanni Campagna2011-02-211-11/+34
* Fix argument name of MISSING_ATTRIBUTE macro ('ctx' => 'context').Laszlo Pandy2011-02-171-1/+1
* Account for arg direction in g_callable_info_get_ffi_arg_typesJonathan Matthew2011-02-091-1/+12
* Pass shared-library as-is to g_module_openTomeu Vizoso2011-01-211-4/+0
* Add support for g[u]intptr in scanner and girwriter.Pavel Holejsovsky2011-01-131-3/+5
* Add g_vfunc_info_invoke and g_vfunc_info_get_addressTomeu Vizoso2011-01-125-157/+323
* scanner: Rename g_irepository_dump when included from the dumperBenjamin Otte2011-01-111-2/+4
* Avoid using namespace as identifier in public header filesKristian Rietveld2010-12-281-1/+1
* Don't emit shadowed methods into the typelibAndreas Rottmann2010-12-071-1/+4
* g_object_info_find_method_using_interfaces: Fix crash if not foundColin Walters2010-12-061-1/+1
* g_object_info_find_method_using_interfaces: New functionColin Walters2010-12-062-0/+62
* Add directory index sectionColin Walters2010-12-033-12/+164
* Add internal hashing API designed for the typelibColin Walters2010-12-033-0/+292
* cmph-bdz-test: New testColin Walters2010-12-031-0/+141
* cmph: Squash a lot of gcc -Wall compiler warningsColin Walters2010-12-0321-26/+28
* cmph: Modify types to use GLib typesColin Walters2010-12-031-27/+10
* Import CMPH 1.0Colin Walters2010-12-0377-0/+12124
* girepository: Consistently prefix internal functions with _Colin Walters2010-11-167-302/+302
* gitypelib: Extend warning for validationColin Walters2010-11-161-1/+1
* Add support for gunichar in typelibColin Walters2010-11-128-7/+18
* Add g_object_info_find_signalColin Walters2010-11-122-0/+35
* Export gi_type_tag_get_ffi_typeColin Walters2010-11-094-7/+14
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-73/+0
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-018-17/+28
* Compute enumeration storage types more accuratelyOwen W. Taylor2010-11-011-25/+61
* girepository: Use G_TYPE_TAG_IS_BASIC consistentlyColin Walters2010-10-262-6/+4
* Fix regression in g_irepository_get_infoColin Walters2010-10-212-3/+7
* girepository: Refactor lookup codeColin Walters2010-10-183-146/+150
* typelib: Don't fail on minor versiong-i-0.9Colin Walters2010-10-111-1/+1
* Improve documentation for g_registered_type_info_get_g_typeGOBJECT_INTROSPECTION_0_9_11Johan Dahlin2010-10-061-1/+4
* dumper: Make g_irepository_dump static when being used in dumperColin Walters2010-10-011-0/+3
* scanner: Don't link to -lgirepository when dumpingGOBJECT_INTROSPECTION_0_9_9Colin Walters2010-09-302-2/+11
* Actually do something about fundamentals when parsing a .girTomeu Vizoso2010-09-291-0/+2
* Fix memory leak.Pavel Holejsovsky2010-09-251-2/+8
* Update annotations for GIRepository.Repository.Pavel Holejsovsky2010-09-152-16/+16
* Box GIBaseInfo structure.Pavel Holejsovsky2010-09-152-0/+18
* typelib compiler: Passthrough <doc> at any pointColin Walters2010-09-141-1/+1
* [girepository] Add a missing includeJohan Dahlin2010-09-071-0/+1