gobject-introspection branch master, updated. GOBJECT_INTROSPECTION_0_6_2-70-gc48b7ae



The branch, master has been updated
       via  c48b7ae03510c83b984ba86b60861c1f45d60046 (commit)
       via  b006d50681ea8cdf93745e160a24a5e003855672 (commit)
       via  d286484efbc9321f5783a7264ca94b1f54f69e2e (commit)
       via  fdeaf8e51dbcb5ed909249d74c0d711d6dfb6e2d (commit)
       via  5b613e587adbd1c69eb9c568e5966c32bdc30258 (commit)
       via  d7ee99a58f7d8abc4bb6572a509641e190b9aebb (commit)
      from  ce26719f0c42d77f636ea217ecbbf4231a351a18 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c48b7ae03510c83b984ba86b60861c1f45d60046
Author: Colin Walters <walters verbum org>
Date:   Thu Feb 12 15:17:25 2009 -0500

    Bug 571373 - Add padding to typelib objects
    
    Expand various typelib objects to ensure we have at least 16 bits
    left for each one to add another string indirection or directory offset,
    and also that we have at least a few bits for more flags.

commit b006d50681ea8cdf93745e160a24a5e003855672
Author: Colin Walters <walters verbum org>
Date:   Wed Feb 11 23:53:05 2009 -0500

    Bug 571373 - Remove hardcoded sizes/offsets in girnode.c
    
    Where appropriate we now use G_STRUCT_OFFSET and sizeof()
    instead of hardcoded integers.  Add comments for some special
    cases.

commit d286484efbc9321f5783a7264ca94b1f54f69e2e
Author: Colin Walters <walters verbum org>
Date:   Wed Feb 11 23:51:28 2009 -0500

    Bug 571373 - Remove hardcoded offsets in ginfo.c
    
    In a few places we had hardcoded sizes for accessing structure members
    and computing into variable size arrays.  Remove those.

commit fdeaf8e51dbcb5ed909249d74c0d711d6dfb6e2d
Author: Colin Walters <walters verbum org>
Date:   Wed Feb 11 23:36:31 2009 -0500

    Bug 571373 - Consistently use sizeof () inside gtypelib and girmodule
    
    This not only makes it easier to change these structures, it becomes
    clearer exactly what each magic number is just for reference.

commit 5b613e587adbd1c69eb9c568e5966c32bdc30258
Author: Colin Walters <walters verbum org>
Date:   Wed Feb 11 20:46:59 2009 -0500

    Bug 571373 - Move typelib docs from typelib-format.txt into girepository.h
    
    typelib-format.txt was growing out of date; a good solution to this is
    to move it closer to the code it's documenting.  By doing this we also
    gain the ability to use gtk-doc on it.

commit d7ee99a58f7d8abc4bb6572a509641e190b9aebb
Author: Colin Walters <walters verbum org>
Date:   Wed Feb 18 21:35:04 2009 -0500

    Fix SUBDIRS order, call gnome-autogen.sh with COMMON_DOC_BUILD
    
    The latter option seems to be what others are doing, so we do too.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                    |    2 +-
 autogen.sh                     |    2 +-
 docs/reference/gi-docs.sgml    |   34 +-
 docs/reference/gi-sections.txt |   29 +-
 docs/typelib-format.txt        | 1152 ----------------------------------------
 girepository/ginfo.c           |   10 +-
 girepository/girepository.h    |   15 +-
 girepository/girmodule.c       |   34 +-
 girepository/girnode.c         |  155 +++---
 girepository/gtypelib.c        |   60 +-
 girepository/gtypelib.h        |  616 +++++++++++++++++++--
 11 files changed, 748 insertions(+), 1361 deletions(-)
 delete mode 100644 docs/typelib-format.txt


hooks/post-receive
-- 
GObject introspection tools and libraries



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]