[TYPE_SUPPORT] Better type support
[gnome.gobject-introspection] / giscanner / ast.py
2010-04-03 Alan Knowles[TYPE_SUPPORT] Better type support
2009-08-24 Dan WinshipBug 556628 – (skip) annotation
2009-06-22 Mark LeeBug 584423 – Add short/ushort support
2009-06-12 C. Scott AnanianBug 581685: Parse parameterized types (using <>) in...
2009-03-23 Andreas RottmannBug 574284 - Add support for a 'closure' and 'destroy...
2009-03-19 Andreas RottmannBug 556475 – support Shadows: annotation
2009-03-05 Colin WaltersBug 557383 - Virtual method support
2009-03-03 Colin WaltersBug 571548 - Generic attributes
2009-02-26 Colin WaltersRevert "Bug 557383 - Virtual function support"
2009-02-26 Colin WaltersMerge branch 'bug557383-vfuncs'
2009-02-26 Colin WaltersBug 557383 - Virtual function support
2009-02-25 Colin WaltersBug 572434 - Associate interfaces with their C structures
2009-02-17 Colin WaltersBug 571483 - Sort toplevel .gir entries
2009-02-06 Colin WaltersBug 551738 - Associate classes with their structs
2009-01-20 Johan DahlinBug 562615 – Struct methods missing
2009-01-13 Johan DahlinBug 555036 – put gtk-doc in GIR
2009-01-12 Johan DahlinBug 563591 – Flags not recognized when there is no...
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Andreas RottmannBug 556489 – callback annotations
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-12-09 Tristan Van BerkomBug 563742 – introspection should record the introduced...
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-25 Johan DahlinDefine socklen_t as an alias for int32.
2008-11-17 Colin WaltersBug 552568 - All the argv parameters in Gtk.gir map...
2008-11-17 Colin WaltersBug 559706 - interface prequisites
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-11-09 Jürg BilleterWrite throws attribute for virtual functions, fixes...
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-30 Tommi Komulainenmap 'id' (ObjC) to 'any' type
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-23 Colin WaltersAlways write out transfer-ownership attribute
2008-10-21 Johan BilienBug 557241 – "throws" flag for functions
2008-10-20 Colin WaltersFix __repr__ for Property
2008-10-20 Colin WaltersAlso register g variants of default_array_types.
2008-10-20 Colin WaltersBug 557011 - Add g_object_info_get_abstract
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
2008-10-17 Johan BilienAlso assume direction=out for size_t*, ssize_t* arguments
2008-10-17 Johan BilienBug 556610 – giscanner/girparser.py drops parameter...
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-15 Johan BilienBug 556433 – assume direction = out for int * parameters
2008-10-13 Jürg Billeteradd signed integer and off_t to type_names
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-11 Colin WaltersBug 555947 - update annotations syntax
2008-10-11 Lucas RochaBug 552370: add one more test for unsigned as a type...
2008-10-11 Andreas RottmannBug 555712: Struct and union issues
2008-10-11 Lucas RochaBug 554854: The --typelib-xml and --inject options...
2008-10-06 Colin WaltersParse length= annotation as a parameter name, not a...
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-10-02 Colin WaltersBug 554632: Create type tag for GType
2008-09-29 Colin WaltersRework to use recursive XML
2008-09-29 Colin WaltersWrite out list and map types, parse 'array' annotation
2008-09-29 Colin WaltersSome work on arrays
2008-09-25 Colin WaltersRemove non-repository types from GIR
2008-09-23 Colin WaltersMerge branch 'bug552566-timet/wip'
2008-09-15 Colin WaltersFix up previous deprecated commit for review comments
2008-09-15 Colin WaltersBug 552065: Add deprecation information to GIR
2008-09-13 Colin WaltersBind pid_t to INT for vte
2008-09-08 Colin WaltersWrite out and parse full GObject property information...
2008-08-28 Colin WaltersSuppress size/ssize from being generated in GLib
2008-08-25 Colin WaltersAdd interfaces property to class. Write out implemented...
2008-08-20 Colin WaltersAnd parse them.
2008-08-20 Colin WaltersSuppress aliases whose name is a builtin. Define some...
2008-08-20 Johan DahlinMake time_t an alias for long
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-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 WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-09 Johan DahlinPEP8ify
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-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 part of the namespace prefix parsing from glibtran...
2008-05-08 Johan DahlinImprove repr() for ast nodes
2008-05-08 Johan DahlinIntroduce a namespace ast node
2008-05-06 Johan DahlinAdd data type constants
2008-05-03 Johan DahlinParse struct fields properly, improve debugging.
2008-04-30 Johan DahlinUse transfer-ownership everywhere, to mark ownership...
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-27 Johan DahlinAllow parenthesis in annotations
2008-04-26 Johan DahlinSplit out nodes to ast.py and glibast.py