summaryrefslogtreecommitdiff
path: root/girepository/girnode.c
Commit message (Expand)AuthorAgeFilesLines
* scanner: Support boolean constantsFlorian Müllner2013-11-291-2/+2
* girnode: Fix a NULL pointer deference if a namespace can’t be foundPhilip Withnall2013-11-061-0/+5
* girepository: Remove C99ism and other updatesChun-wei Fan2012-10-271-5/+10
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-1/+2
* girepository: Add GI_VFUNC_THROWSColin Walters2012-02-031-0/+1
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-1/+17
* Switch to storing string form of error quarksDan Winship2011-08-121-0/+7
* Deprecate ErrorDomainDan Winship2011-08-121-67/+5
* Fix accessing structure fields that are arraysGiovanni Campagna2011-06-081-1/+3
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-131-0/+2
* GIrNode: fix lookup of cached type nodesGiovanni Campagna2011-02-211-11/+34
* girepository: Consistently prefix internal functions with _Colin Walters2010-11-161-173/+173
* Add support for gunichar in typelibColin Walters2010-11-121-1/+1
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-011-1/+2
* girepository: Use G_TYPE_TAG_IS_BASIC consistentlyColin Walters2010-10-261-5/+3
* 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