Format header, Remove dummy sys.path.insert
[platform/upstream/gobject-introspection.git] / tools / g-ir-scanner
2008-05-03 Johan DahlinFormat header, Remove dummy sys.path.insert
2008-05-03 Johan DahlinRefactor and comment scanner frontend
2008-05-03 Johan DahlinAvoid a tiny bit of duplication
2008-05-03 Johan DahlinHandle missing parameters better, allow - and + in...
2008-04-28 Johan DahlinAdd a --strip-prefix and sort out confusion between...
2008-04-28 Johan DahlinSwitch over to GIR as the default format. Add a simple...
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-22 Johan DahlinAdd an initial GIR writer and a --format option to...
2008-04-22 Johan Dahlinonly attempt load a library if one was specified
2008-04-22 Johan DahlinAdd a --include argument to include types from other...
2008-04-21 Johan DahlinAdd basic support for interfaces
2008-04-21 Johan DahlinSimplify and remove improper use of getattr
2008-04-21 Johan DahlinSet default to an empty list
2008-04-21 Johan DahlinAdd --pkg option to pass in pkg-config modules to get...
2008-04-21 Johan DahlinResolve libtool .la files. Strip name spaces for method...
2008-04-19 Johan DahlinStart introspecting get-type functions. Implement suppo...
2008-04-18 Johan Dahlinadd a namespace option
2008-04-18 Johan DahlinAdd a simplistic gidl writer, which can't do too much.
2008-04-18 Johan Dahlinsplit tree building and source scanning interface to...
2008-04-18 Johan DahlinAdd support for void ctype
2008-04-18 Johan Dahlin- Add support for struct/parameter/return, start parsin...
2008-04-18 Johan DahlinStart constructing a real node tree.
2008-03-31 Johan DahlinStart to build abstract syntax node of scanned sources...
2008-03-27 Johan DahlinAdd simple pre-processor using subprocess and a PIPE...
2008-03-25 Johan DahlinFix a typo and add an example python test program.