Add pyflakes.py and run it in make check. Update the source code to fix
[platform/upstream/gobject-introspection.git] / giscanner / girwriter.py
2008-08-14 Johan DahlinAdd pyflakes.py and run it in make check. Update the...
2008-08-13 Johan DahlinRegister GInitiallyUnowned
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-09 Johan DahlinPEP8ify
2008-08-08 Johan Dahlintype -> ntype
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
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 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-08 Johan DahlinIntroduce a namespace ast node
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 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 DahlinWrite property.type as a child node.
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
2008-04-26 Johan DahlinAdd LGPLv2 license header and install all python files
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-04-23 Johan Dahlinbitmask->bitfield, c:symbol->c:identifer api->repository
2008-04-23 Johan DahlinAdd support for Callbacks
2008-04-22 Johan DahlinAdd an initial GIR writer and a --format option to...