Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/girepository/girnode.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-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-191-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
* Merge branch 'bug552566-timet/wip'Colin Walters2008-09-231-0/+1
* Don't add spurious * if type is pointer; the is_pointer flag is enoughColin Walters2008-09-161-3/+2
* Allow both union and struct to be boxed or notColin Walters2008-09-061-3/+23
* Use binary mode for output file on Windows.Tor Lillqvist2008-08-281-6/+13
* Add debug bit, tweak to use GUINT as correct.Colin Walters2008-08-231-2/+4
* Another debug printColin Walters2008-08-231-1/+4
* Don't hardcode integers, use GITypeTag.Colin Walters2008-08-221-7/+7
* Tweak to use UINT instead of INT. Not likely to matter. Add toColin Walters2008-08-211-2/+2
* Make enum serializing functions public. Clean up some whitespace.Johan Dahlin2008-08-181-72/+14
* Allow get_type to be None, set a get_type for GInitiallyUnowned too.Johan Dahlin2008-08-131-1/+3
* Record typedefs as <alias> elements. Also attempt to look up types inColin Walters2008-08-131-3/+3
* Remove usage of (GAPI-oriented) TypeTag in favor of GITypeTag fromColin Walters2008-08-121-36/+36
* Rename metadata to typelib in variable names, comments and apis.Johan Dahlin2008-08-091-97/+97
* Move shared *.[ch] files to girepository from toolsJohan Dahlin2008-08-091-0/+2217