Add an --add-init-section argument
[gnome.gobject-introspection] / giscanner / glibast.py
2009-06-22 Mark LeeBug 584423 – Add short/ushort support
2009-02-25 Colin WaltersBug 572434 - Associate interfaces with their C structures
2009-01-22 Johan DahlinBug 562622 – Errordomains missing
2009-01-20 Johan DahlinBug 562615 – Struct methods missing
2009-01-13 Johan DahlinBug 555036 – put gtk-doc in GIR
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-20 Colin WaltersAlso register g variants of default_array_types.
2008-10-20 Colin WaltersBug 557011 - Add g_object_info_get_abstract
2008-09-25 Colin WaltersRemove non-repository types from GIR
2008-09-25 Colin WaltersBug 552564: Map guchar to uint8
2008-09-13 Colin WaltersParse c:type for boxed records/unions; try resolving...
2008-09-06 Colin WaltersAllow both union and struct to be boxed or not
2008-08-20 Johan DahlinAdd gshort/gushort types
2008-08-19 Colin WaltersType checking rework
2008-08-18 Johan DahlinRedo type resolving and validation. Add a couple of...
2008-08-14 Johan DahlinDefine an internal _H_ variable so we skip parsing...
2008-08-14 Johan DahlinAdd pyflakes.py and run it in make check. Update the...
2008-08-14 Johan DahlinRefactor the parser a bit. Add parent type to interface...
2008-08-09 Johan DahlinPEP8ify
2008-08-08 Johan Dahlintype -> ntype
2008-07-08 Jürg BilleterFix typo
2008-06-20 Johan DahlinStart using abstract type instead of the raw C types...
2008-06-03 Johan DahlinImprove enum member parsing and introspection
2008-05-09 Johan DahlinClean up and refactor enum namespacing
2008-04-28 Johan DahlinAdd a --strip-prefix and sort out confusion between...
2008-04-28 Johan DahlinRename most c:identifier to c:type. Add new ones to
2008-04-28 Johan DahlinLine wrap license header
2008-04-26 Johan DahlinSplit out nodes to ast.py and glibast.py