Bug 563998 – Cache the GIBaseInfo for GTypes
[gnome.gobject-introspection] / ChangeLog
2008-12-10 Johan BilienBug 563998 – Cache the GIBaseInfo for GTypes
2008-12-09 Johan BilienBug 562545 – Add function taking / returning GValue
2008-12-09 Johan DahlinUse shutil.move instead of os.rename, since it will...
2008-12-09 Tristan Van BerkomBug 563742 – introspection should record the introduced...
2008-12-08 Johan DahlinDon't require HOME to be set and if it set, don't requi...
2008-12-08 Johan DahlinDump the cache file to a temporary file and rename...
2008-12-03 Christophe Fergeauraise YY_BUF_SIZE to 65536 up from the default 16384.
2008-12-01 Colin WaltersChangeLog
2008-11-30 Johan DahlinBug 562289 – Race when removing invalid cache
2008-11-27 Johan DahlinAdd return value transfer annotation for g_markup_escap...
2008-11-26 Colin WaltersAdd --libtool option which we expect Automake-using...
2008-11-26 Colin WaltersRemove hand-rolled generation of .tgir
2008-11-25 Johan DahlinPost release version bump
2008-11-25 Johan DahlinRelease 0.6.1 GOBJECT_INTROSPECTION_0_6_1
2008-11-25 Colin WaltersBug 559705 – Missing association between static methods...
2008-11-25 Johan DahlinRevert earlier libtool change, there's no need
2008-11-25 Johan DahlinDefine socklen_t as an alias for int32.
2008-11-25 Johan DahlinExecute the dumper program through libtool if it's...
2008-11-24 Johan DahlinRemove a warning, be less verbose on error on fundament...
2008-11-23 Johan DahlinAdd license headers, refactor into a class, avoid some...
2008-11-23 Johan DahlinMake it compilable with -Werror on my system by adding...
2008-11-23 Johan DahlinBug 562022 – gobject-introspection needs python headers
2008-11-21 Johan DahlinBug 561617 – Return value array annotations
2008-11-20 Johan Bilienadd a test function which calls a closure.
2008-11-19 Johan DahlinCatch ValueError exceptions.
2008-11-18 Tommi Komulainenfix builddir != srcdir
2008-11-18 Colin WaltersUse sizeof() instead of hard-coding struct sizes
2008-11-18 Owen TaylorAdd "storage type" to the typelib data for enums
2008-11-18 Owen TaylorAdd enums to the Everything test module
2008-11-18 Johan DahlinCatch BadPickleGet exceptions as well.
2008-11-17 Owen TaylorFix doc comment annotations for test_struct_b_clone()
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 WaltersEnsure we always call init_globals
2008-11-17 Colin WaltersBug 559706 - Interface prerequisites
2008-11-16 Owen TaylorRespect is_pointer in serialize_type()
2008-11-16 Owen TaylorBug 560825 – Add size and alignment to typelib
2008-11-16 Owen TaylorBug 552371 – implement struct field get/set
2008-11-16 Colin WaltersBug 560241 - Out-arguments should not be marked as...
2008-11-16 Colin WaltersBug 560241 - Out-arguments should not be marked as...
2008-11-15 Colin WaltersChangelog
2008-11-14 Johan DahlinRename the int/gtype array tests. Make the return value...
2008-11-14 Johan DahlinRename gitesttypes.[ch] to everything.[ch]
2008-11-13 Colin WaltersBug 560708 – Fix zero-termination defaults for arrays...
2008-11-13 Colin WaltersBug 557788 - Return types for constructors in generated...
2008-11-13 Owen Taylorgirepository/girffi.c: Fix "Unexpected time for time_t...
2008-11-13 Colin WaltersBug 558436 - avoid having scanner load app code
2008-11-13 Colin Waltersg_irepository_dump implementation
2008-11-13 Colin WaltersAdd a file to include with Makefile fragments useful...
2008-11-13 Tommi KomulainenReturn strings in filename encoding.
2008-11-13 Owen TaylorBug 560253 - Add struture and boxed types to Everything...
2008-11-13 Johan DahlinAdd a test of GType arrays, a la gtk_list_store_set_col...
2008-11-12 Owen TaylorBug 560419 – Cache includes when parsing
2008-11-12 Owen TaylorFix management of ParseContext.includes_modules (#560419)
2008-11-12 Owen TaylorKeep aliases and disguised_structures local to each...
2008-11-12 Owen TaylorFix mismatches between .gir name and 'name' attribute...
2008-11-12 Owen TaylorOnly allow one <namespace/> element per <repository...
2008-11-12 Tommi KomulainenFix minor memory leak.
2008-11-12 Tommi Komulainenuse 'introspection' component for bugs
2008-11-12 Johan DahlinAdd a filename return test.
2008-11-12 Tommi Komulainenfix gen-gitestoffsets invocation with builddir != srcdir
2008-11-12 Johan DahlinChange the element type from utf8 to filename Special...
2008-11-12 Johan DahlinRemove unused variables, add a dependency of gireposito...
2008-11-12 Johan DahlinAdd a g_irepository_get_search_path, so we can access...
2008-11-12 Johan BilienBug 560474 – g-ir-compiler crashes when compiling the...
2008-11-12 Johan DahlinAdd a GIRepository-2.0.gir. Change the libtool lookup...
2008-11-11 Owen TaylorBug 560404 – Prefix types when resolving aliases in...
2008-11-11 Owen TaylorCompute field offsets and overall size for object struc...
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 Owen TaylorFail gracefully with an informative error message when...
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-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-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 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 DahlinDocument the renaming options.
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 and discard __typeof and __attribute.
next