[TYPEDEF] Fixes for function defs in typedefs and Support for typedef aaa *bbb
[gnome.gobject-introspection] / giscanner / transformer.py
2008-08-19 Johan DahlinAdd basic support for union, base the code much on...
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 DahlinRemove resolve_possible_typedefs, it was unused. Allow...
2008-08-16 Johan DahlinResolve type names for alias targets Skip FILE* paramet...
2008-08-15 Colin WaltersExplicitly construct new list, since we're deleting...
2008-08-14 Johan DahlinNew internal function for adding a new node.
2008-08-14 Johan DahlinDefine an internal _H_ variable so we skip parsing...
2008-08-14 Colin WaltersComment data structures. Also squash pointers in resolv...
2008-08-14 Johan DahlinAvoid importing two GObject symbols in transformer.py
2008-08-14 Johan DahlinAdd pyflakes.py and run it in make check. Update the...
2008-08-13 Colin WaltersUse correct namespace, add GType. Handle aliases. Recor...
2008-08-13 Colin WaltersParse more than just <class. Put aliases in a separate...
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-09 Johan DahlinPEP8ify
2008-06-20 Johan DahlinAdd support for gtk-doc annotations for allow-none...
2008-06-20 Johan DahlinStart using abstract type instead of the raw C types...
2008-06-05 Jürg BilleterUse <type> element for field types Update testcase
2008-06-03 Johan DahlinImprove enum member parsing and introspection
2008-05-31 Johan DahlinRevert this part, it broke atk
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-05-09 Johan DahlinClean up and refactor enum namespacing
2008-05-09 Johan DahlinMove namespace stripping glibtransformer->transformer
2008-05-09 Johan DahlinMove part of the namespace prefix parsing from glibtran...
2008-05-08 Johan DahlinIntroduce a namespace ast node
2008-05-05 Johan DahlinMove sourcescanner symbols to the sourcescanner module...
2008-05-03 Johan DahlinParse struct fields properly, improve debugging.
2008-04-30 Johan DahlinUse transfer-ownership everywhere, to mark ownership...
2008-04-29 Johan DahlinWrite record/structs to gir file too. Add a couple...
2008-04-28 Johan DahlinAdd a --strip-prefix and sort out confusion between...
2008-04-28 Johan DahlinAvoid recursion when scanning girepository.h
2008-04-28 Johan DahlinLine wrap license header
2008-04-27 Johan DahlinAllow parenthesis in annotations
2008-04-26 Johan DahlinSplit out nodes to ast.py and glibast.py
2008-04-26 Johan DahlinRename treebuilder to transformer and gobjectreebuilder to