platform/upstream/gobject-introspection.git
2008-08-08 Johan Dahlindisable a test
2008-08-08 Johan DahlinDisable roundtrip tests which are not yet working Rewri...
2008-08-08 Johan Dahlintype -> ntype
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
2008-07-26 Colin WaltersInstall g-idl-compiler and g-idl-generate to go along...
2008-07-24 Colin WaltersAdd environment variable G_IREPOSITORY_VERBOSE so we...
2008-07-08 Jürg BilleterFix typo
2008-06-22 Johan Dahlinmetadata->typelib here too, bump version
2008-06-22 Johan Dahlinrename metadata-format.txt to typelib-format.txt
2008-06-21 Johan DahlinIgnore a few more tags
2008-06-20 Johan DahlinAdd support for gtk-doc annotations for allow-none...
2008-06-20 Johan DahlinStart using abstract type instead of the raw C types...
2008-06-19 Rob TaylorUpdate authors
2008-06-08 Philip Van... tools/gidlnode.c
2008-06-08 Johan DahlinRegenerate with proper indentation
2008-06-07 Johan DahlinImprove line wrapping when > 79 charaters
2008-06-05 Jürg BilleterUse <type> element for field types Update testcase
2008-06-04 Johan DahlinFix a bug which prevented GdkEvent from being generated
2008-06-03 Johan DahlinImprove enum member parsing and introspection
2008-05-31 Johan DahlinRevert this part, it broke atk
2008-05-31 Johan DahlinAdd a new source type enum for member. Use __repr__...
2008-05-31 Johan DahlinImprove error reporting when trying to quote None....
2008-05-31 Johan DahlinAnd the Makefile, d'oh
2008-05-31 Johan DahlinUpdate sys.path before running the parser so we don...
2008-05-31 Johan DahlinRename pkg-config name to gobject-introspection-1.0...
2008-05-31 Johan DahlinPrevent a crash when symbol->indent is NULL.
2008-05-31 Johan DahlinAdd ctype_name, a function to convert a CTYPE symbol...
2008-05-24 Johan DahlinRevert back to using temporary files to send in headers...
2008-05-09 Johan DahlinClean up and refactor enum namespacing
2008-05-09 Johan DahlinMove namespace stripping glibtransformer->transformer
2008-05-09 Johan DahlinMove part of the namespace prefix parsing from glibtran...
2008-05-08 Johan DahlinImprove repr() for ast nodes
2008-05-08 Johan DahlinResurrect GIDL
2008-05-08 Johan DahlinIntroduce a namespace ast node
2008-05-06 Johan DahlinAdd data type constants
2008-05-05 Johan DahlinMove sourcescanner symbols to the sourcescanner module...
2008-05-03 Johan DahlinFormat header, Remove dummy sys.path.insert
2008-05-03 Johan DahlinRefactor and comment scanner frontend
2008-05-03 Johan DahlinAvoid a tiny bit of duplication
2008-05-03 Johan DahlinHandle missing parameters better, allow - and + in...
2008-05-03 Johan DahlinParse struct fields properly, improve debugging.
2008-04-30 Johan DahlinUse transfer-ownership everywhere, to mark ownership...
2008-04-29 Johan DahlinAdd a basic, unfinshed man page for g-ir-scanner, move...
2008-04-29 Johan Dahlingdk-pixbuf.gidl note
2008-04-29 Johan DahlinWrite record/structs to gir file too. Add a couple...
2008-04-28 Johan DahlinCalculate the line length properly, include the provide...
2008-04-28 Johan DahlinAdd a --strip-prefix and sort out confusion between...
2008-04-28 Johan DahlinAvoid recursion when scanning girepository.h
2008-04-28 Johan DahlinUpdate
2008-04-28 Johan DahlinRename most c:identifier to c:type. Add new ones to
2008-04-28 Johan DahlinUpdate TODO
2008-04-28 Johan DahlinMove c:identifier from return-value to subchild type...
2008-04-28 Johan DahlinAdd parent for GInitiallyUnowned
2008-04-28 Johan DahlinCheck explicitly for None, so we can write False
2008-04-28 Johan DahlinLine wrap license header
2008-04-28 Johan DahlinWrite property.type as a child node.
2008-04-28 Johan DahlinMake distcheck pass
2008-04-28 Johan Dahlinfix a typo, revert to automake hack for uninstalled...
2008-04-28 Johan DahlinFirst steps towards passing distcheck
2008-04-28 Johan Dahlinnewline
2008-04-28 Johan DahlinReplace the GObject gidl with a GObject gir.
2008-04-28 Johan Dahling-ir-scanner is a script, not a program.
2008-04-28 Johan DahlinInclude indentation in line length calculation
2008-04-28 Johan DahlinPrettify NS parsing using elementtree.
2008-04-28 Johan DahlinSwitch over to GIR as the default format. Add a simple...
2008-04-28 Johan DahlinRefactor pretty attribute indentation to be more generi...
2008-04-28 Johan DahlinWrap attributes for lines which are wider than 79 chara...
2008-04-28 Johan DahlinSimplify & Remove a bit of unused code
2008-04-27 Johan DahlinAllow parenthesis in annotations
2008-04-27 Johan DahlinAdd two new functions to check sequence return values...
2008-04-27 Johan DahlinCast the getter, avoids a compilation warning.
2008-04-27 Johan Dahling-ir-scanner has no sources.
2008-04-26 Johan DahlinSplit out nodes to ast.py and glibast.py
2008-04-26 Johan DahlinRename treebuilder to transformer and gobjectreebuilder to
2008-04-26 Johan DahlinAdd LGPLv2 license header and install all python files
2008-04-25 Johan DahlinAdd support for virtual methods. Pair struct FooClass...
2008-04-25 Johan DahlinAdd support for signals
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-04-23 Johan Dahlinbitmask->bitfield, c:symbol->c:identifer api->repository
2008-04-23 Johan DahlinAdd support for Callbacks
2008-04-23 Havoc PenningtonIf a symbol is not in metadata->module, look for it...
2008-04-23 Havoc Penningtonhack to avoid dlopening a library that is already in...
2008-04-23 Johan DahlinAdd a callback test
2008-04-23 Havoc PenningtonUse interface_blob_size not object_blob_size to compute...
2008-04-23 Havoc Penningtonremove G_MODULE_BIND_LOCAL flag when loading libraries...
2008-04-23 Havoc Penningtonnew function to get the GType given a RegisteredTypeInfo
2008-04-23 Johan DahlinAdd a LGPL license, to prevent automake to put in a...
2008-04-22 Johan DahlinRevert revisions 157,149-148,136-129 and 120. Move...
2008-04-22 Johan DahlinUpdate
2008-04-22 Johan DahlinAdd an initial GIR writer and a --format option to...
2008-04-22 Johan Dahlincleanup namespace stripping
2008-04-22 Johan Dahlinonly attempt load a library if one was specified
2008-04-22 Johan Dahlinskip private symbols
2008-04-22 Johan Dahlinavoid sending the same options multiple times to cpp
2008-04-22 Johan DahlinUse ctypes.util.find_library to locate gobject-2.0...
2008-04-22 Johan DahlinAdd a --include argument to include types from other...
2008-04-21 Johan DahlinAdd support for properties. Refactor Class/Interface...
2008-04-21 Johan DahlinAdd a workaround for a glib bug interface introspection bug
2008-04-21 Johan DahlinUpdate Add a string property
2008-04-21 Johan DahlinAfter stripping namespaces, remove the original item...
next