Remove trailing whitespace
[gnome.gobject-introspection] / girepository / girnode.c
2010-03-25 Johan DahlinRemove trailing whitespace
2010-03-24 Johan Dahlin[girepository] Remove trailing whitespace
2010-02-11 Kedar SovaniFix Alignment Errors.
2010-02-11 Colin Walters[g-ir-compiler] Slightly less lame error messages
2009-11-11 Tomeu VizosoImplement callbacks as part of struct fields. Fixes...
2009-07-06 Dan WinshipSync the basic types array in girnode.c:serialize_type...
2009-07-06 Johan DahlinMerge commit 'origin'
2009-06-24 Tobias MuellerName unions to enable compilation on Solaris
2009-06-22 Mark LeeBug 584423 – Add short/ushort support
2009-03-05 Colin WaltersBug 557383 - Virtual method support
2009-03-03 Colin WaltersBug 571548 - Generic attributes
2009-02-28 Colin WaltersAdd a parent parmeter to g_ir_node_build_typelib
2009-02-25 Colin WaltersBug 572434 - Associate interfaces with their C structures
2009-02-20 Colin Walterstypelib building: Compress 5 arguments for g_ir_node_bu...
2009-02-19 Colin WaltersFurther cleanup for commented-out Union discriminator...
2009-02-19 Colin WaltersFix bad merge introduced in commit b006d50
2009-02-19 Colin WaltersBug 571373 - Remove hardcoded sizes/offsets in girnode.c
2009-02-06 Colin WaltersBug 551738 - Associate classes with their structs
2009-02-05 Colin Waltersgirnode.c: Fix copy & paste error
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-18 Colin WaltersUse sizeof() instead of hard-coding struct sizes
2008-11-18 Owen TaylorAdd "storage type" to the typelib data for enums
2008-11-16 Owen TaylorRespect is_pointer in serialize_type()
2008-11-16 Owen TaylorBug 560825 – Add size and alignment to typelib
2008-11-13 Colin WaltersBug 557788 - Return types for constructors in generated...
2008-11-12 Johan DahlinChange the element type from utf8 to filename Special...
2008-11-11 Owen TaylorBug 560252 - Compute field offsets before writing typelib
2008-11-11 Owen TaylorBug 560250 - Fully parse included modules
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-24 Johan DahlinBe quiet, do not warn about unhandled members.
2008-10-22 Tommi KomulainenBug 557405 – Use 'allow-none' consistently
2008-10-21 Johan BilienBug 557241 – "throws" flag for functions
2008-10-20 Colin WaltersBug 557011 - Add g_object_info_get_abstract
2008-10-16 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-15 Tommi KomulainenBug 556434 – unhandled interface/object/... member...
2008-10-15 Tommi Komulainenrefactor common code for processing members to a function
2008-09-23 Colin WaltersMerge branch 'bug552566-timet/wip'
2008-09-16 Colin WaltersDon't add spurious * if type is pointer; the is_pointer...
2008-09-06 Colin WaltersAllow both union and struct to be boxed or not
2008-08-28 Tor LillqvistUse binary mode for output file on Windows.
2008-08-23 Colin WaltersAdd debug bit, tweak to use GUINT as correct.
2008-08-23 Colin WaltersAnother debug print
2008-08-22 Colin WaltersDon't hardcode integers, use GITypeTag.
2008-08-21 Colin WaltersTweak to use UINT instead of INT. Not likely to matter...
2008-08-18 Johan DahlinMake enum serializing functions public. Clean up some...
2008-08-13 Johan DahlinAllow get_type to be None, set a get_type for GInitiall...
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-12 Colin WaltersRemove usage of (GAPI-oriented) TypeTag in favor of...
2008-08-09 Johan DahlinRename metadata to typelib in variable names, comments...
2008-08-09 Johan DahlinMove shared *.[ch] files to girepository from tools