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