gobject-introspection branch master, updated. GOBJECT_INTROSPECTION_0_6_2-75-gec3bcb2



The branch, master has been updated
       via  ec3bcb29fb938ac3d0ea70c1b739a76970613403 (commit)
      from  8b1299bec2c976420bc987daf25ad74d9b615d55 (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 ec3bcb29fb938ac3d0ea70c1b739a76970613403
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Feb 16 16:52:52 2009 -0500

    Bug 572075 - Make the scanner work with static and convenience libraries
    
    We need to reference the get_type() functions we are going to dlsym
    or otherwise the linker may not include them in the introspection
    binary.
    
    giscanner/dumper.py: Accept a list of _get_type() functions
      and write an array referencing them into the introspection
      binary.
    giscanner/glibtransformer.py: Break parsing into too stages -
     the stage where we compute the _get_type() functions and the
     stage where we invoke the introspection binary.
    tools/g-ir-scanner: Pass _get_type() functions from the
     scanner when creating the introspection binary.
    
    http://bugzilla.gnome.org/show_bug.cgi?id=572075

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

Summary of changes:
 giscanner/dumper.py          |   23 ++++++++++++++++++++---
 giscanner/glibtransformer.py |   23 ++++++++++++++++++-----
 tools/g-ir-scanner           |   16 +++++++++++-----
 3 files changed, 49 insertions(+), 13 deletions(-)


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



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