summaryrefslogtreecommitdiff
path: root/girepository/girnode.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-31Use GLib types consistentlyColin Walters1-27/+1
2010-08-17[gircompiler] Clean up parsingColin Walters1-87/+74
2010-07-09Don't include machine-dependent integral types in the typelibColin Walters1-27/+0
2010-07-09Add support for non-GObject fundamental objectsJohan Dahlin1-0/+21
2010-06-24Allow attributes on parameters and return valuesDavid Zeuthen1-0/+16
2010-06-24Attribute bug-fixesDavid Zeuthen1-10/+4
2010-06-08Support the (transfer) annotation for properties.Tomeu Vizoso1-0/+2
2010-05-31[gtypelib.ch] Rename to gitypelib.chJohan Dahlin1-1/+1
2010-05-26Support (out caller-allocates)Colin Walters1-1/+1
2010-05-04Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso1-0/+1
2010-05-03Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso1-1/+0
2010-04-30Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso1-0/+1
2010-03-25Add support for foreign structsJohan Dahlin1-0/+1
2010-03-25[typelib] Remove space/indent mismatchJohan Dahlin1-7/+7
2010-03-25Remove trailing whitespaceJohan Dahlin1-1/+1
2010-03-24[girepository] Remove trailing whitespaceJohan Dahlin1-123/+123
2010-02-11Fix Alignment Errors.Kedar Sovani1-6/+13
2010-02-11[g-ir-compiler] Slightly less lame error messagesColin Walters1-1/+1
2009-11-11Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso1-6/+28
2009-07-06Sync the basic types array in girnode.c:serialize_type with GITypeTagDan Winship1-3/+4
2009-06-24Name unions to enable compilation on SolarisTobias Mueller1-8/+8
2009-06-22Bug 584423 – Add short/ushort supportMark Lee1-0/+8
2009-03-05Bug 557383 - Virtual method supportColin Walters1-0/+37
2009-03-03Bug 571548 - Generic attributesColin Walters1-1/+37
2009-02-27Add a parent parmeter to g_ir_node_build_typelibColin Walters1-37/+39
2009-02-25Bug 572434 - Associate interfaces with their C structuresColin Walters1-7/+12
2009-02-20typelib building: Compress 5 arguments for g_ir_node_build_typelibColin Walters1-89/+47
2009-02-19Further cleanup for commented-out Union discriminator handlingColin Walters1-6/+1
2009-02-19Fix bad merge introduced in commit b006d50Colin Walters1-3/+8
2009-02-18Bug 571373 - Remove hardcoded sizes/offsets in girnode.cColin Walters1-73/+82
2009-02-06Bug 551738 - Associate classes with their structsColin Walters1-4/+12
2009-02-05girnode.c: Fix copy & paste errorColin Walters1-1/+0
2009-01-03Bug 556489 – callback annotationsAndreas Rottmann1-3/+6
2008-11-25Bug 559705 – Missing association between static methods and classesColin Walters1-1/+2
2008-11-18Use sizeof() instead of hard-coding struct sizesColin Walters1-8/+8
2008-11-18Add "storage type" to the typelib data for enumsOwen Taylor1-0/+1
2008-11-16Respect is_pointer in serialize_type()Owen Taylor1-2/+4
2008-11-16Bug 560825 – Add size and alignment to typelibOwen Taylor1-10/+17
2008-11-13Bug 557788 - Return types for constructors in generated typelib bogusColin Walters1-1/+5
2008-11-12Change the element type from utf8 to filename Special case filenameJohan Dahlin1-1/+2
2008-11-11Bug 560252 - Compute field offsets before writing typelibOwen Taylor1-1/+6
2008-11-11Bug 560250 - Fully parse included modulesOwen Taylor1-0/+86
2008-10-25Bug 557786 - support fixed size arraysColin Walters1-1/+9
2008-10-24Be quiet, do not warn about unhandled members.Johan Dahlin1-3/+5
2008-10-22Bug 557405 – Use 'allow-none' consistentlyTommi Komulainen1-5/+5
2008-10-21Bug 557241 – "throws" flag for functionsJohan Bilien1-1/+1
2008-10-20Bug 557011 - Add g_object_info_get_abstractColin Walters1-0/+1
2008-10-16Bug 556543 – reduce compiler warningsTommi Komulainen1-2/+21
2008-10-15Bug 556434 – unhandled interface/object/... member typesTommi Komulainen1-5/+42
2008-10-15refactor common code for processing members to a functionTommi Komulainen1-181/+101