gnome.gobject-introspection
2008-11-11 Tommi KomulainenBug 560308 – g-ir-compiler goes in infinite loop on...
2008-11-11 Owen TaylorSearch provided include dirs before the default directo...
2008-11-11 Owen TaylorInclude fully-qualified names in all error messages.
2008-11-11 Johan DahlinImprove warning message formatting
2008-11-11 Owen TaylorFail gracefully with an informative error message when...
2008-11-11 Johan DahlinReorganize and fix compiler warnings
2008-11-11 Owen Taylorgirepository/girparser.c: Remove an unused variable.
2008-11-11 Owen TaylorAdd tests for field offset computations
2008-11-11 Owen TaylorRemove field offsets from g-ir-generate output and...
2008-11-11 Owen TaylorBug 560252 - Compute field offsets before writing typelib
2008-11-11 Owen TaylorAdd ChangeLog entries for last 3 commits
2008-11-11 Owen TaylorBug 560250 - Fully parse included modules
2008-11-11 Owen TaylorSplit g_ir_ffi_get_ffi_type() out from ginvoke.c
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-06 Colin WaltersAdd some tests for strv
2008-11-05 Colin WaltersDon't use nested scope local variable for 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-02 Johan DahlinIf any of the path parts in sys.path contains lib64...
2008-11-01 Owen TaylorBug 558848 giparser.py: shared library should be optional
2008-11-01 Tommi KomulainenBug 557898 – Fails to build on OSX 10.4
2008-10-31 Colin WaltersClarify licensing status
2008-10-31 Johan DahlinRemove trailing whitespace
2008-10-31 Johan DahlinPost release version bump
2008-10-31 Johan Dahlin=== 0.6.0 === GOBJECT_INTROSPECTION_0_6_0
2008-10-31 Johan Dahlinadd an upload-release target Release process documentation
2008-10-31 Colin WaltersBug 558109 – _g_typelib_init fails to find shared libraries
2008-10-31 Johan DahlinRemove whitespace
2008-10-31 Johan DahlinDocument the renaming options.
2008-10-31 Tommi KomulainenList in-tree libraries first in LDADD / LIBADD
2008-10-30 Johan DahlinAdd --nsversion docs
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 DahlinRewrap and reorder includes
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 DahlinRun invoke & repository tests at last
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 DahlinRemove test/types
2008-10-29 Johan DahlinClean up the libtool importer a bit. Add a context...
2008-10-29 Tommi KomulainenChangeLog
2008-10-29 Tommi Komulainenexplicitly link libtool versioning with typelib versioning
2008-10-29 Tommi Komulainenrename gitesttypes to Everything
2008-10-29 Tommi Komulainenmove tests/types to tests/everything
2008-10-29 Tommi Komulainenfix distcheck
2008-10-29 Tommi Komulainendistcheck fixes
2008-10-28 Johan Bilienadd LD_LIBRARY_PATH to LPATH before calling ld.
2008-10-27 Johan Bilienadd allow-none annotations, based on the pygobject...
2008-10-27 Johan BilienBug 558068 – when invoking a method, offset the in...
2008-10-27 Johan Bilienadd annotation for g_file_delete
2008-10-27 Tommi KomulainenBug 558062 – provide and use paths in the .pc file
2008-10-27 Tommi Komulaineng_irepository_require() returns GTypelib now, fix warning
2008-10-25 Colin WaltersBug 557791 – g_irepository_require() could return a...
2008-10-25 Colin WaltersBug 557788 – Return types for constructors in generated...
2008-10-25 Colin WaltersBug 557786 - support fixed size arrays
2008-10-25 Colin WaltersBug 557076 - move typelibs to $libdir
2008-10-24 Johan DahlinBe less verbose about source types, we handle most...
2008-10-24 Johan DahlinBe quiet, do not warn about unhandled members.
2008-10-24 Johan DahlinExport two private methods to avoid an compiler warning
2008-10-24 Johan DahlinOnly use SHLIB_SUFFIX on darwin, otherwise use G_MODULE...
2008-10-24 Lucas RochaBug 557623 - Constructors shouldn't be flagged as methods.
2008-10-24 Johan DahlinCheck against division by zero for the modula operator...
2008-10-24 Johan DahlinAdd John Finlay
2008-10-24 Johan DahlinAdd a CONTRIBUTORS file and dist it.
2008-10-23 Colin WaltersAdd automake/libtool hack to build shared library
2008-10-23 Colin WaltersTypelibs should go in $(datadir) for now
2008-10-23 Colin WaltersMore noinst_ on tests/types
2008-10-23 Colin Walterstests/types should be noinst_
2008-10-23 Tommi KomulainenBug 556739 – transfer-ownership attribute should be...
2008-10-23 Tommi KomulainenChangeLog
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 Tommi Komulainenfix foo_rectangle_add test
2008-10-23 Colin WaltersBug 556739 - transfer ownership heuristics
2008-10-23 Colin WaltersAlways write out transfer-ownership attribute
2008-10-23 Johan BilienBug 557468 – Support for GI_TYPELIB_PATH
2008-10-22 Tommi KomulainenBug 557379 – g-ir-generate not writing the 'abstract...
2008-10-22 Tommi KomulainenBug 557377 – Add test to ensure annotations survive...
2008-10-22 Lucas Rochafix some build warnings.
2008-10-22 Tommi KomulainenBug 557405 – Use 'allow-none' consistently
2008-10-22 Tommi KomulainenBug 557092 – Callback annotations not used
next