scanner: Always explicitely set the scope of callbacks
[gnome.gobject-introspection] / giscanner / girparser.py
2009-02-26 Colin WaltersMerge branch 'bug557383-vfuncs'
2009-02-26 Johan DahlinDon't assume _pkgconfig_packages is set.
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-17 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-13 Colin WaltersMerge branch 'master' of ssh://walters@git.gnome.org...
2009-02-11 Colin WaltersBug 567906 - Put pkg-config dependencies in .gir files
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-11-17 Colin WaltersParse interface prerequisites
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-11-01 Owen TaylorBug 558848 giparser.py: shared library should be optional
2008-10-30 Johan DahlinRemove arguments from the constructor, move them to...
2008-10-30 Johan DahlinAvoid parsing parameters, types etc when parsing includ...
2008-10-30 Johan DahlinAvoid big if/else and use a dispatch table like approach.
2008-10-21 Johan BilienBug 557241 – "throws" flag for functions
2008-10-20 Colin WaltersBug 557011 - Add g_object_info_get_abstract
2008-10-20 Tommi Komulainengiscanner: don't lose 'transfer-ownership' attributes...
2008-10-19 Colin WaltersParse array length= to ensure it doesn't get lost from...
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-17 Johan BilienBug 556610 – giscanner/girparser.py drops parameter...
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-12 Jürg BilleterParse bits attribute of fields
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...