Add data type constants
[platform/upstream/gobject-introspection.git] / tests /
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 DahlinWrite record/structs to gir file too. Add a couple...
2008-04-28 Johan DahlinRename most c:identifier to c:type. Add new ones to
2008-04-28 Johan DahlinMove c:identifier from return-value to subchild type...
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 DahlinInclude indentation in line length calculation
2008-04-28 Johan DahlinSwitch over to GIR as the default format. Add a simple...
2008-04-27 Johan DahlinAdd two new functions to check sequence return values...
2008-04-25 Johan DahlinAdd support for virtual methods. Pair struct FooClass...
2008-04-25 Johan DahlinAdd support for signals
2008-04-23 Johan DahlinAdd a callback test
2008-04-22 Johan DahlinRevert revisions 157,149-148,136-129 and 120. Move...
2008-04-21 Johan DahlinUpdate Add a string property
2008-04-21 Johan Dahlinmark them as const and comment out
2008-04-21 Johan DahlinAdd a couple of constants.
2008-03-23 Johan DahlinPass in the gobject.gidl since we're defining a GObject.
2008-03-23 Johan DahlinInclude gobject-2.0 gidl, since we include a GObject...
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 Philip Van HoofAdded a few extra tests. Which resulted in finding...
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-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 Juerg BilleterDon't skip functions that are defined in the namespace...
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-02-28 Mark Doffmanreviewed by: Rob Taylor <rob.taylor@codethink.co.uk...
2008-02-18 Rob TaylorRenamed to gidl/gobject-2.0.gidl:
2008-02-10 Johan DahlinAdd boxed test.
2008-02-10 Johan DahlinAdd enum and flags test.
2008-02-10 Johan DahlinOnly create Foo.gidl when running make check, eg exclud...
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-01-25 Rob TaylorAdd roundtrip tests for structs.
2008-01-11 Johan DahlinAdd a couple of comment parser tests.
2008-01-11 Juerg BilleterInitialize GObject to fix scanning interface properties.
2007-12-28 Johan DahlinParse gtk-doc comments.
2007-12-27 Johan DahlinImprove error reporting, return when the preprocessor...
2007-12-10 Johan DahlinDon't steal my stdout and just send in relative path...
2007-12-10 Johan DahlinMove over all CType construction functions.
2007-12-10 Johan DahlinRefactor preprocessor handling to here. Start cpp inste...
2007-12-09 Johan DahlinUpdate
2007-12-09 Johan DahlinRefactor g_igenerator_process_types into smaller pieces.
2007-12-08 Johan DahlinAdd a subobject test and make sure to register defined...
2007-12-08 Johan DahlinChange the gen-introspect to generate namespaced module...
2007-12-08 Johan DahlinMove main to the end of the file and attempt to make...
2007-12-08 Johan DahlinAdd a simple gen-introspect parser test 2007-12-08...
2007-12-06 Gustavo J. A. M... reviewed by: Johan Dahlin <johan@gnome.org>
2006-10-03 Torsten SchönfeldHush compiler warnings about return values, signedness...
2005-07-25 Matthias ClasenRemove generated files from cvs
2005-07-25 Matthias ClasenCommit an autoconf-conversion patch by Gustavo Carneiro...
2005-05-22 Matthias ClasenAdd struct offsets to field and vfunc elements.
2005-05-21 Matthias ClasenBasic type cleanup
2005-05-15 Matthias ClasenAdd union.test.
2005-05-13 Matthias ClasenUpdate testcases.
2005-05-13 Matthias ClasenMake the generated C code compile.
2005-05-13 Johan DahlinGenerate consistent end tags.
2005-05-12 Matthias ClasenFix test cases
2005-05-09 Matthias ClasenClean up handling of names. All elements have a "name...
2005-05-09 Matthias ClasenInitial revision