summaryrefslogtreecommitdiff
path: root/girepository/giroffsets.c
Commit message (Expand)AuthorAgeFilesLines
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-1/+1
* girepository: Remove C99ism and other updatesChun-wei Fan2012-10-271-2/+2
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-1/+2
* Rename ALIGN to GI_ALIGN to prevent redefining this macro on some platformsJasper Lievisse Adriaanse2011-06-211-5/+5
* girepository: Consistently prefix internal functions with _Colin Walters2010-11-161-7/+7
* Export gi_type_tag_get_ffi_typeColin Walters2010-11-091-2/+2
* Compute enumeration storage types more accuratelyOwen W. Taylor2010-11-011-25/+61
* [gircompiler] Clean up parsingColin Walters2010-08-171-48/+48
* [girepository] Kill girffi-private.hJohan Dahlin2010-06-061-2/+2
* Fix marshalling of GStrv.GOBJECT_INTROSPECTION_0_6_13Tomeu Vizoso2010-06-021-5/+5
* [giroffsets] Also update this code for change to signed enumeration valuesColin Walters2010-04-071-2/+2
* [girepository] Remove trailing whitespaceJohan Dahlin2010-03-241-4/+4
* [g-ir-compiler] Slightly less lame error messagesColin Walters2010-02-111-1/+1
* [girffi] Clean up API, add g_function_info_prep_invokerColin Walters2009-12-161-2/+2
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-111-1/+8
* Add gtk-doc supportJohan Dahlin2009-02-121-1/+1
* Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)Colin Walters2009-02-021-2/+3
* Bug 563469 – Arrays not treated correctly in struct offset calculationColin Walters2009-02-021-26/+57
* Add "storage type" to the typelib data for enumsOwen Taylor2008-11-181-9/+54
* Compute field offsets and overall size for object structuresOwen Taylor2008-11-111-0/+21
* Include fully-qualified names in all error messages.Owen Taylor2008-11-111-18/+26
* Fail gracefully with an informative error message when recursion isOwen Taylor2008-11-111-5/+29
* Bug 560252 - Compute field offsets before writing typelibOwen Taylor2008-11-111-0/+413