Add two new functions to check sequence return values. Also fixes a
[platform/upstream/gobject-introspection.git] / ChangeLog
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 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 DahlinAdd an initial GIR writer and a --format option to...
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...
2008-04-21 Johan DahlinStrip namespaces before objects, so we'll export GtkBut...
2008-04-21 Johan DahlinAdd constructors for object/boxed types.
2008-04-21 Johan DahlinAdd support for boxed types
2008-04-21 Johan DahlinMark structures as const, wrap SourceType.const_string.
2008-04-21 Johan DahlinAdd a couple of constants.
2008-04-21 Johan DahlinAdd basic support for interfaces
2008-04-21 Havoc Penningtonadd some C API wishlist items I could think of quickly
2008-04-21 Johan DahlinAdd a simple api for writing tags which can be used...
2008-04-21 Johan DahlinStrip namespace and object prefix from method names.
2008-04-21 Johan DahlinAdd --pkg option to pass in pkg-config modules to get...
2008-04-21 Johan DahlinAvoid duplication, reuse function writer for methods.
2008-04-21 Johan DahlinResolve libtool .la files. Strip name spaces for method...
2008-04-20 Johan DahlinAdd support for classes and methods
2008-04-20 Johan DahlinAvoid conflicts, keep the output ordered similar to...
2008-04-19 Johan DahlinStart introspecting get-type functions. Implement suppo...
2008-04-18 Johan DahlinAdd a simplistic gidl writer, which can't do too much.
2008-04-18 Johan Dahlinsplit tree building and source scanning interface to...
2008-04-18 Johan Dahlin- Add support for struct/parameter/return, start parsin...
2008-04-18 Johan DahlinStart constructing a real node tree.
2008-03-31 Johan DahlinStart to build abstract syntax node of scanned sources...
2008-03-27 Johan DahlinAdd simple pre-processor using subprocess and a PIPE...
2008-03-25 Johan DahlinFix a typo and add an example python test program.
2008-03-25 Johan DahlinAdd constants and wrap a few more SymbolType fields
2008-03-25 Johan DahlinAdd initial python bindings for the scanner and depend...
2008-03-25 Johan DahlinMove the scanner to a separate library.
2008-03-23 Johan DahlinSplit out the source scanner from the generator. Rename...
2008-03-23 Johan DahlinPass in the gobject.gidl since we're defining a GObject.
2008-03-12 Johan DahlinAdd a releaxng in relaxng we can use to validate the...
2008-03-12 Juerg BilleterFix compiler warnings.
2008-03-12 Juerg BilleterStart fixing memory management in g-idl-scanner.
2008-03-12 Rob TaylorFix critical warning when no shlib passed to g-idl...
2008-03-11 Johan DahlinAdd a get_type-function, so the scanner actually parses...
2008-03-11 Johan DahlinAdd missing trailing quote. Bad Philip!
2008-03-11 Johan DahlinAdd a new gidl test. 'utility.gidl', which is used...
2008-03-11 Johan DahlinRemove most global variables
2008-03-11 Philip Van HoofAdded a few extra tests. Which resulted in finding...
2008-03-11 Rob TaylorAdd some comments for strings into generated output...
2008-03-11 Rob TaylorWrite out the shlibs variable before writing out the...
2008-03-11 Johan DahlinAdd support for parsing return arguments. Add support...
2008-03-11 Johan DahlinRemove parsing of the @deprecated syntax used in header...
2008-03-11 Johan DahlinCoding style fixes
2008-03-10 Johan Dahlinrevert back to 1.7.2 of automake
2008-03-10 Johan DahlinRequire automake 1.10 Add GCOV_LIBS to GILIBS
2008-03-10 Johan DahlinRename null-ok to direction=out
2008-03-10 Philip Van Hoofreviewed and extensively tested by Johan
2008-03-10 Johan DahlinAdd an api to lex filenames. Lex all source .c files...
2008-03-10 Johan DahlinMake the generated metadata depend on the g-idl-compiler
2008-03-10 Johan Dahlinand the ChangeLog
2008-03-10 Juerg BilleterSupport C99 _Bool type in scanner.
2008-03-10 Juerg BilleterDon't skip functions that are defined in the namespace...
2008-03-10 Johan DahlinRemove, we're using relaxng now
2008-03-10 Johan DahlinRename the enum/flags get_type functions to include...
2008-03-08 Marc-Andre Lureauadded "type-name", "get-type" and "deprecated" missing...
2008-03-07 Johan DahlinConsistent checks, add missing 'test'
2008-03-05 Havoc PenningtonTake advantage of a libffi.pc if one exists, as it...
2008-02-28 Mark Doffmanreviewed by: Rob Taylor <rob.taylor@codethink.co.uk...
2008-02-19 Rob TaylorMove g_idl_node_can_have_member test later, as it broke...
2008-02-18 Rob TaylorAdd g_idl_node_can_have_member.
2008-02-18 Rob TaylorRenamed to gidl/gobject-2.0.gidl:
2008-02-18 Rob TaylorIgnore -pthread when passed to g-idl-scanner.
2008-02-18 Rob TaylorAdded:
2008-02-18 Rob TaylorProvide variables for g-idl-parser, scanner and compile...
2008-02-13 Rob TaylorRename GCOV_SOURCES to GCOVSOURCES to top automake...
2008-02-10 Johan DahlinAdd boxed test.
2008-02-10 Johan DahlinAdd enum and flags test.
2008-02-10 Johan DahlinMake 'make distcheck' work again.
2008-02-10 Johan Dahlinits called as-compiler-flag.m4, not as-compiler.m4.
2008-02-10 Johan DahlinOnly create Foo.gidl when running make check, eg exclud...
2008-02-08 Rob TaylorAdded:
2008-02-08 Rob TaylorAdded: Added: Renamed to tools/Makefile.am: Renamed...
2008-02-04 Rob TaylorAdd tests for invokation with a GList argument. Also...
2008-02-04 Rob TaylorAdd some documentation for GICallableInfo
2008-02-01 Mark DoffmanCorrect syntax errors in the DTD file.
2008-01-25 Rob TaylorAdd roundtrip tests for structs.
2008-01-11 Johan DahlinRefactor out g_idle_node_add_member. (create_node_from_...
next