Remove trailing whitespace
[gnome.gobject-introspection] / tools / generate.c
2010-03-25 Johan DahlinRemove trailing whitespace
2009-11-11 Tomeu VizosoImplement callbacks as part of struct fields. Fixes...
2009-03-27 Andreas RottmannBug 576605 - Get rid of GI_SCOPE_TYPE_OBJECT
2009-03-17 Colin WaltersBug 564016 - Include c:prefix in typelib, use it to...
2009-03-05 Colin WaltersBug 557383 - Virtual method support
2009-03-03 Colin WaltersBug 571548 - Generic attributes
2009-02-26 Andreas RottmannAdd --all option to g-ir-generate
2009-02-25 Colin WaltersBug 572434 - Associate interfaces with their C structures
2009-02-06 Colin WaltersBug 551738 - Associate classes with their structs
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2008-11-17 Colin WaltersAlso generate new syntax
2008-11-11 Owen TaylorRemove field offsets from g-ir-generate output and...
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-23 Tommi KomulainenBug 556739 – transfer-ownership attribute should be...
2008-10-22 Tommi KomulainenBug 557379 – g-ir-generate not writing the 'abstract...
2008-10-22 Tommi KomulainenBug 557405 – Use 'allow-none' consistently
2008-10-21 Colin WaltersWrite out throws attribute
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-16 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-16 Colin WaltersFix up g-ir-generate for new include= syntax
2008-10-15 Tommi Komulainenreduce code duplication
2008-10-15 Tommi KomulainenBug 556174 – parse types for lists etc.
2008-10-15 Tommi Komulainenquote printf arguments so that we don't generate invali...
2008-10-15 Tommi Komulainenremove unused indent parameters, xmlwriter keeps track...
2008-10-15 Tommi KomulainenKeep track of generated XML tree and handle indentation...
2008-10-15 Tommi Komulainenwrap all FILE access to go through simple xmlwriter
2008-10-12 Tommi Komulainenuse "transfer-ownership" attribute for return values
2008-10-12 Tommi Komulainenmove "transfer" and "null-ok" attributes from <function...
2008-10-12 Tommi Komulainenuse "container" for container/shallow ownership transfe...
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-02 Colin WaltersBug 554632: Create type tag for GType
2008-09-23 Colin WaltersUse symbolic names for type tags instead of hardcoded...
2008-09-23 Colin WaltersMerge branch 'bug552566-timet/wip'
2008-09-19 Colin WaltersExplode immediately if we don't recognize a type
2008-09-19 Colin WaltersFix indentation
2008-09-19 Colin WaltersAdd check to make sure we're not hitting out unresolved...
2008-09-16 Colin WaltersPrint out "any" for VOID+pointer, not "none"
2008-09-06 Colin WaltersAllow both union and struct to be boxed or not
2008-08-30 Colin WaltersRemove g_irepository_unregister, add GIRepositoryLoadFlags
2008-08-30 Colin WaltersPut dependencies in typelibs, resolve them when loading
2008-08-29 Colin WaltersCorrectly handle GLib.List, GLib.Error etc
2008-08-27 Tor LillqvistMake g-ir-scanner work on Windows. Still problems with...
2008-08-25 Colin WaltersParse new implements syntax, drop gapi one. Update...
2008-08-22 Colin WaltersDefault to --raw. Update.
2008-08-22 Colin WaltersInstall config.py, better error handling if we forget...
2008-08-22 Colin WaltersPass through recursive types. Avoid overwriting errors...
2008-08-22 Colin WaltersDon't put * in types, suppress transfer="none"
2008-08-22 Colin WaltersFix unref sequence.
2008-08-22 Colin WaltersAdd g-ir-generate. Support $(DEBUG) Do immediate close...
2008-08-14 Johan DahlinFix generator for constant/gobject/struct
2008-08-14 Johan DahlinFix generation of enum/bitfields
2008-08-14 Johan DahlinClear up constant parsing
2008-08-14 Johan DahlinDon't require c:type. Test boxed.gir Update, remove...
2008-08-09 Johan DahlinRename metadata to typelib in variable names, comments...
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
2008-06-08 Philip Van Hooftools/gidlnode.c
2008-04-22 Johan DahlinRevert revisions 157,149-148,136-129 and 120. Move...
2008-03-11 Johan DahlinRemove most global variables
2008-03-10 Mark Doffmantools/quote-file.sh tools/compiler.c tools/generate.c
2008-03-10 Mark Doffmangirepository/ginfo.c tools/generate.c
2008-03-10 Mark Doffmangirepository/ginfo.c girepository/girepository.h tools...
2008-03-10 Mark Doffmangirepository/ginvoke.c girepository/girepository.h
2008-02-08 Rob TaylorAdded: Added: Renamed to tools/Makefile.am: Renamed...