add a test function which calls a closure.
[gnome.gobject-introspection] / giscanner /
2008-11-19 Johan DahlinCatch ValueError exceptions.
2008-11-18 Johan DahlinCatch BadPickleGet exceptions as well.
2008-11-17 Dan Winshipfix spelling of GHashTable. #561135
2008-11-17 Colin WaltersBug 552568 - All the argv parameters in Gtk.gir map...
2008-11-17 Colin WaltersParse interface prerequisites
2008-11-17 Colin WaltersBug 559706 - interface prequisites
2008-11-16 Colin WaltersBug 560241 - Out-arguments should not be marked as...
2008-11-13 Colin WaltersBug 560708 – Fix zero-termination defaults for arrays...
2008-11-13 Johan DahlinRemove stray print(s)
2008-11-13 Colin WaltersAdd new files from last commit
2008-11-13 Colin WaltersBug 558436 - avoid having scanner load app code
2008-11-12 Johan DahlinOnly resolve the libname to the basename of the path...
2008-11-12 Johan DahlinAdd a GIRepository-2.0.gir. Change the libtool lookup...
2008-11-11 Tommi KomulainenBug 560308 – g-ir-compiler goes in infinite loop on...
2008-11-11 Johan DahlinImprove warning message formatting
2008-11-10 Owen TaylorBug 560248 – "disguised structures"
2008-11-09 Jürg BilleterWrite throws attribute for virtual functions, fixes...
2008-11-07 Johan DahlinSet module.__loader__ as per PEP 302.
2008-11-07 Johan DahlinClear up some confusion about the second argument to...
2008-11-07 Owen TaylorBug 559737 – Deal with continuations in macros
2008-11-07 Johan DahlinHandle broken cache entries, write only filesystems...
2008-11-07 Owen TaylorSet current_filename before lexing the file so error...
2008-11-05 Colin WaltersAvoid static 256 char buf which we manipulate hackily
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-31 Colin WaltersBug 558109 – _g_typelib_init fails to find shared libraries
2008-10-31 Tommi KomulainenList in-tree libraries first in LDADD / LIBADD
2008-10-30 Tommi Komulainenmap 'id' (ObjC) to 'any' type
2008-10-30 Johan DahlinWrite a C version of the xml namespace formatter. Saves...
2008-10-30 Johan DahlinAbstract attribute formatting to a function external...
2008-10-30 Johan DahlinParse __signed__ as signed
2008-10-30 Johan DahlinParse and discard __typeof and __attribute.
2008-10-30 Johan DahlinRemove arguments from the constructor, move them to...
2008-10-30 Colin WaltersDon't reparse includes we've already processed
2008-10-30 Johan DahlinLook in XDG_DATA_DIR/gir, really.
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-30 Johan DahlinClean up include parsing and registration.
2008-10-30 Johan DahlinClean up imports
2008-10-30 Johan DahlinBug 558383 – builddir != srcdir build fails if giscanne...
2008-10-29 Owen TaylorIf a filename of an existing file is passed to --librar...
2008-10-29 Johan DahlinClean up the libtool importer a bit. Add a context...
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...
next