Add pyflakes.py and run it in make check. Update the source code to fix
[platform/upstream/gobject-introspection.git] / giscanner / glibtransformer.py
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-14 Johan DahlinClean up cgobject.py a little, fix pep8 errors
2008-08-14 Johan DahlinRefactor a bit, avoid isinstance and add a method for...
2008-08-14 Johan DahlinRun pep8.py in make check, fix old errors.
2008-08-13 Colin WaltersUse correct namespace, add GType. Handle aliases. Recor...
2008-08-13 Johan DahlinAllow get_type to be None, set a get_type for GInitiall...
2008-08-13 Johan Dahlinremote two prints
2008-08-13 Johan DahlinRegister GInitiallyUnowned
2008-08-13 Colin WaltersParse more than just <class. Put aliases in a separate...
2008-08-13 Johan DahlinAllow multiple libraries Rename load_library to add_lib...
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-12 Colin WaltersAlso transform object properties.
2008-08-12 Colin Walterspep8
2008-08-12 Colin WaltersAlso transform callbacks and structure field types...
2008-08-12 Colin WaltersWe need to do type resolution in a second pass after...
2008-08-12 Colin WaltersAdd enum return value. Transform function return types...
2008-08-09 Johan DahlinPEP8ify
2008-08-08 Johan Dahlintype -> ntype
2008-06-20 Johan DahlinStart using abstract type instead of the raw C types...
2008-06-04 Johan DahlinFix a bug which prevented GdkEvent from being generated
2008-06-03 Johan DahlinImprove enum member parsing and introspection
2008-05-31 Johan DahlinImprove error reporting when trying to quote None....
2008-05-24 Johan DahlinRevert back to using temporary files to send in headers...
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-03 Johan DahlinHandle missing parameters better, allow - and + in...
2008-05-03 Johan DahlinParse struct fields properly, improve debugging.
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 DahlinRename most c:identifier to c:type. Add new ones to
2008-04-28 Johan DahlinMove c:identifier from return-value to subchild type...
2008-04-28 Johan DahlinLine wrap license header
2008-04-28 Johan DahlinSwitch over to GIR as the default format. Add a simple...
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