Bug 554521: scanner generates wrong names for enum members with
[gnome.gobject-introspection] / tests /
2008-10-02 Dan Winship Bug 554521: scanner generates wrong names for enum...
2008-09-29 Colin WaltersRework to use recursive XML
2008-09-29 Colin WaltersMake length= work
2008-09-29 Colin WaltersWrite out list and map types, parse 'array' annotation
2008-09-29 Colin WaltersSome work on arrays
2008-09-25 Colin WaltersRemove non-repository types from GIR
2008-09-23 Colin WaltersMerge branch 'bug552566-timet/wip'
2008-09-20 Colin WaltersBug 552390: Handle capitialization like "DBus" more...
2008-09-15 Colin WaltersBug 552065: Add deprecation information to GIR
2008-09-14 Tor LillqvistUse $(EXEEXT).
2008-09-08 Colin WaltersWrite out and parse full GObject property information...
2008-09-06 Colin WaltersAllow both union and struct to be boxed or not
2008-09-01 Johan DahlinSet PYTHONPATH so the scanner can run even if you didn...
2008-08-31 Colin WaltersFollow aliases when resolving constructor return types
2008-08-31 Colin WaltersLook for libtool library in current directory
2008-08-30 Colin WaltersPut dependencies in typelibs, resolve them when loading
2008-08-29 Colin WaltersAvoid having functions/ctors duplicated in global scope
2008-08-29 Colin WaltersCorrectly handle GLib.List, GLib.Error etc
2008-08-28 Colin WaltersFix --includedir handling
2008-08-28 Tor LillqvistUse binary mode for output file on Windows.
2008-08-28 Johan DahlinMake distcheck pass.
2008-08-26 Johan Dahlinmake the tests pass again
2008-08-25 Colin WaltersParse new implements syntax, drop gapi one. Update...
2008-08-25 Colin WaltersAdd interfaces property to class. Write out implemented...
2008-08-23 Colin WaltersAdd debug print, fix includes
2008-08-23 Colin WaltersAdd deps on Makefile
2008-08-23 Johan DahlinAvoid in utility.gir, as it doesn't work
2008-08-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-23 Johan DahlinAvoid duplication in the Makefile, regenerate with...
2008-08-22 Colin WaltersDefault to --raw. Update.
2008-08-22 Colin WaltersPass through recursive types. Avoid overwriting errors...
2008-08-22 Colin WaltersAdd g-ir-generate. Support $(DEBUG) Do immediate close...
2008-08-22 Colin Walterstests/scanner/drawable-expected.gir, tests/scanner...
2008-08-21 Colin WaltersAdjust for added shared-library. Make pylint happy.
2008-08-20 Colin WaltersRename .gir files using GI namespace. Use XDG_DATA_DIRS...
2008-08-20 Colin WaltersFix expected list type.
2008-08-20 Johan DahlinRegnerate Do not delete Class structures, we need them...
2008-08-20 Johan DahlinUpdate array tests
2008-08-20 Johan DahlinRe-wrap
2008-08-20 Johan DahlinRe-run against new glib/gobject girs
2008-08-20 Johan DahlinSplit out annotation tests out of foo
2008-08-20 Johan DahlinFoo->foo, foo-object.h -> foo.h
2008-08-20 Johan DahlinMove the drawable parts out of Foo to its own test.
2008-08-19 Johan DahlinAdd a based on GdkDrawable which generates a broken...
2008-08-19 Johan DahlinAdd support for typedef void foo type of aliases.
2008-08-19 Johan DahlinAdd basic support for union, base the code much on...
2008-08-19 Johan DahlinAdd a union testcase which the compiler currently barfs at.
2008-08-19 Colin WaltersType checking rework
2008-08-18 Johan DahlinRedo type resolving and validation. Add a couple of...
2008-08-18 Johan DahlinSet ctype of enums Improve enum parsing for enums witho...
2008-08-18 Johan DahlinUpdate with new type proposal
2008-08-16 Johan DahlinRegenerate
2008-08-14 Johan DahlinConvert two more tests, still not completely done though
2008-08-14 Johan DahlinFix generator for constant/gobject/struct
2008-08-14 Johan DahlinFix generation of enum/bitfields
2008-08-14 Johan DahlinClear up constant parsing
2008-08-14 Johan DahlinDon't require c:type. Test boxed.gir Update, remove...
2008-08-14 Johan DahlinAdd pyflakes.py and run it in make check. Update the...
2008-08-14 Johan DahlinClean up cgobject.py a little, fix pep8 errors
2008-08-14 Johan DahlinRun pep8.py in make check, fix old errors.
2008-08-13 Colin WaltersUse correct namespace, add GType. Handle aliases. Recor...
2008-08-13 Colin WaltersObject is in GObject namespace.
2008-08-13 Colin WaltersParse more than just <class. Put aliases in a separate...
2008-08-13 Colin WaltersRecord typedefs as <alias> elements. Also attempt to...
2008-08-12 Colin WaltersAlso transform callbacks and structure field types...
2008-08-12 Colin WaltersHandle 'any'. Add test for void *.
2008-08-12 Colin WaltersAdd enum return value. Transform function return types...
2008-08-12 Colin WaltersDep .gir files on scanner sources too. Also remove...
2008-08-10 Colin WaltersUse the correct tests.
2008-08-09 Johan DahlinRename metadata to typelib in variable names, comments...
2008-08-09 Johan DahlinRename *.test to *.gir
2008-08-09 Johan DahlinRename tests/parser to test/scanner
2008-08-09 Colin WaltersUse local .gir files again.
2008-08-09 Colin Walters.gir file depends on libtool library.
2008-08-08 Johan Dahlindisable a test
2008-08-08 Johan DahlinDisable roundtrip tests which are not yet working Rewri...
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
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-08 Johan DahlinRegenerate with proper indentation
2008-06-05 Jürg BilleterUse <type> element for field types Update testcase
2008-06-03 Johan DahlinImprove enum member parsing and introspection
2008-05-31 Johan DahlinAdd a new source type enum for member. Use __repr__...
2008-05-31 Johan DahlinAnd the Makefile, d'oh
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
next