Bug 558068 – when invoking a method, offset the in arguments by one, not
[gnome.gobject-introspection] / giscanner /
2008-10-25 Colin WaltersBug 557788 – Return types for constructors in generated...
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-24 Johan DahlinBe less verbose about source types, we handle most...
2008-10-24 Johan DahlinCheck against division by zero for the modula operator...
2008-10-23 Tommi KomulainenBug 556739 – transfer-ownership attribute should be...
2008-10-23 Tommi Komulainendeduce transfer-ownership from GTypes
2008-10-23 Tommi Komulainenrearrange
2008-10-23 Tommi KomulainenCheck whether the parameter is a GObject from the GType
2008-10-23 Tommi Komulainenrecord GType when constructing the Type from it
2008-10-23 Tommi Komulainenbuild fundamental types same way as glib
2008-10-23 Tommi Komulainenmake varargs transfer-ownership="none"
2008-10-23 Colin WaltersAlways write out transfer-ownership attribute
2008-10-22 Tommi KomulainenBug 557092 – Callback annotations not used
2008-10-21 Colin WaltersDon't require trailing whitespace after uncommented...
2008-10-21 Colin WaltersSubmit after session in PEP8 interrogation room
2008-10-21 Owen TaylorFor string parameters allow transfer annotation to...
2008-10-21 Johan DahlinAdd missing whitespace to make pep8 happy
2008-10-21 Johan BilienBug 557241 – "throws" flag for functions
2008-10-21 Tommi KomulainenWarn if we see annotations for unknown parameters
2008-10-21 Johan DahlinRemove leftover raise SystemExit.
2008-10-21 Johan DahlinBug 556358 - don't use libtool internals
2008-10-20 Colin WaltersBug 556777 - validate properties
2008-10-20 Colin WaltersAdd allow_invalid argument to resolver so we can find...
2008-10-20 Colin WaltersFix __repr__ for Property
2008-10-20 Colin WaltersWe are handling those return types, silly
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-20 Tommi Komulainengiscanner: don't lose 'transfer-ownership' attributes...
2008-10-19 Johan DahlinParse and ignore __asm.
2008-10-19 Colin WaltersParse array length= to ensure it doesn't get lost from...
2008-10-18 Colin WaltersBug 556795 - Fix char ** regression
2008-10-18 Colin WaltersBug 556783 - namespace/prefix rework
2008-10-17 Tommi KomulainenBug 556732 – generate gir files consistently
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 WaltersBug 556579 - Don't try to resolve names for structs...
2008-10-16 Colin WaltersRemove unused var
2008-10-16 Colin WaltersDefault GObject transfer to full
2008-10-16 Tommi KomulainenBug 556543 – reduce compiler warnings
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-15 Johan BilienBug 556433 – assume direction = out for int * parameters
2008-10-14 Johan BilienBug 556323 – transfer-ownership is wrong for functions...
2008-10-13 Jürg BilleterSupport fields in GObject structs
2008-10-13 Jürg Billeteradd signed integer and off_t to type_names
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 Johan Bilienprefix for constants have an underscore, so remove...
2008-10-12 Jürg BilleterFix parsing transfer-ownership attribute of <return...
2008-10-12 Jürg BilleterReadd class records as workaround to not break Gtk...
2008-10-12 Jürg BilleterDon't generate <record> elements for class structs...
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-12 Colin WaltersDon't lose if we have mismatched parens.
2008-10-12 Lucas Rochafix typo on 'members' variable.
2008-10-11 Colin WaltersBug 555947 - update annotations syntax
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-11 Jürg BilleterBug 552374: Const strings should be identified in the...
2008-10-11 Johan DahlinAlso parse enums which are not glib types.
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 Jürg BilleterBug 552370: unsigned not scanned properly
2008-10-11 Lucas RochaBug 554854: The --typelib-xml and --inject options...
2008-10-11 Lucas RochaBug 552376: scanner generates wrong names for enum...
2008-10-07 Lucas RochaBug 555294: Add support for multiple shared libraries...
2008-10-06 Colin WaltersParse length= annotation as a parameter name, not a...
2008-10-03 Colin WaltersGLibBoxed is a valid registered type
2008-10-03 Colin WaltersMerge branch 'bug551744-boxed-ctors'
2008-10-03 Colin WaltersAvoid resolving types as we create them, do it all...
2008-10-03 Lucas Rochafix the last parameter of GLibEnumMember constructor...
2008-10-02 Colin WaltersMerge branch 'bug552961-methods/wip'
2008-10-02 Dan Winship Bug 554490: g-ir-scanner gets confused by '\\'
2008-10-02 Colin WaltersMerge branch 'bug552393-varargs'
2008-10-02 Colin WaltersBug 554632: Create type tag for GType
2008-10-02 Dan Winship Bug 554521: scanner generates wrong names for enum...
2008-09-29 Colin WaltersRework to use recursive XML
2008-09-29 Colin WaltersAlso use name as ctype name for resolving array components
2008-09-29 Colin WaltersMake length= work
2008-09-29 Colin WaltersWrite out list and map types, parse 'array' annotation
2008-09-29 Colin WaltersSome work on arrays
2008-09-28 Colin WaltersEnsure constructor returns are always most concrete...
2008-09-27 Colin WaltersRename similarly-named function just for clarity
2008-09-25 Colin WaltersRemove non-repository types from GIR
2008-09-25 Colin WaltersBug 552564: Map guchar to uint8
2008-09-23 Colin WaltersUse symbolic names for type tags instead of hardcoded...
2008-09-23 Colin WaltersMerge branch 'bug552566-timet/wip'
2008-09-20 Colin WaltersRemove dbeug print
2008-09-20 Colin WaltersBug 552390: Handle capitialization like "DBus" more...
2008-09-19 Colin WaltersRemove heuristic matching of methods to classes based...
2008-09-15 Johan DahlinAdd type_qualifier to SourceType.__members__
2008-09-15 Johan DahlinAdd a wrapper for type_qualifier as well.
2008-09-15 Colin WaltersRemove debug print
2008-09-15 Colin WaltersFix up deprecated parsing - this commit went missing
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-14 Colin WaltersBug 552067: Ignore functions with leading _
2008-09-13 Colin WaltersAccept Gtk.Type as GType
2008-09-13 Colin WaltersBind pid_t to INT for vte
2008-09-13 Colin WaltersParse c:type for boxed records/unions; try resolving...
2008-09-12 Colin WaltersAdd --xpath-assertions option to g-ir-scanner
next