actually add the parsed constant nodes
[gnome.gobject-introspection] / giscanner / girparser.py
2008-10-12 Johan Bilienactually add the parsed constant nodes
2008-10-12 Johan Bilienparse constant nodes in gir files
2008-10-12 Jürg BilleterFix parsing transfer-ownership attribute of <return...
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-12 Lucas Rochafix typo on 'members' variable.
2008-10-11 Johan DahlinAlso parse enums which are not glib types.
2008-10-11 Lucas RochaBug 554854: The --typelib-xml and --inject options...
2008-10-03 Lucas Rochafix the last parameter of GLibEnumMember constructor...
2008-09-29 Colin WaltersRework to use recursive XML
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-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-19 Colin WaltersType checking rework
2008-08-18 Johan DahlinRedo type resolving and validation. Add a couple of...
2008-08-18 Johan DahlinSet ctype of enums Improve enum parsing for enums witho...
2008-08-16 Johan DahlinParse enumeration/bitfield.
2008-08-16 Johan DahlinParse boxed types.
2008-08-14 Johan DahlinRefactor the parser a bit. Add parent type to interface...
2008-08-14 Johan DahlinRun pep8.py in make check, fix old errors.
2008-08-13 Colin WaltersParse records.
2008-08-13 Colin WaltersUse correct namespace, add GType. Handle aliases. Recor...
2008-08-13 Colin WaltersFix processing of functions from last commit.
2008-08-13 Colin WaltersParse more than just <class. Put aliases in a separate...
2008-08-09 Johan DahlinPEP8ify
2008-06-21 Johan DahlinIgnore a few more tags
2008-05-31 Johan DahlinAdd a new source type enum for member. Use __repr__...
2008-05-31 Johan DahlinImprove error reporting when trying to quote None....
2008-04-28 Johan DahlinLine wrap license header
2008-04-28 Johan DahlinPrettify NS parsing using elementtree.
2008-04-28 Johan DahlinSwitch over to GIR as the default format. Add a simple...