Add void* userdata support for gobjects
[gnome.seed] / tests /
2010-02-18 Tim HortonFix missing signal test
2010-01-15 Tim Hortonlibseed: Properly bubble exceptions raised during class...
2010-01-15 Tim HortonRevert "tests: make check should test against version...
2010-01-11 Tim Hortontests: add test for null struct return values
2010-01-06 Tim Hortontests: make check should test against version in build...
2010-01-06 Tim Hortontests: Make C-based test run too
2010-01-06 Tim Hortontests: Ditch the python test framework, use standard...
2010-01-03 Tim Hortontests: Fix struct-union-enumerate test
2010-01-03 Tim HortonFix readline tests
2010-01-02 Tim HortonFix completely incorrect nested struct/union set test
2010-01-02 Tim HortonIgnore missing X extensions when testing
2009-12-17 Robert CarrAdd regression test for BGO 593182
2009-11-01 Tim Hortontests: Update one test affected by previous commit
2009-10-28 Tim Hortontests: A bunch of exceptions changed format a while...
2009-08-10 Tim Horton[tests] Fix everything.js test after inspection of...
2009-08-10 Tim HortonDistribute various assorted files which we were missing
2009-08-01 Robert Carr[libseed] Fix gtype-gtype.js test
2009-07-31 Tim Horton[tests] Accidentally committed broken test in last...
2009-07-31 Tim Horton[libseed] More pretty-install property types, exception...
2009-07-31 Tim Horton[libseed] Add more attractive way to define GObject...
2009-07-30 Tim HortonUpdate copyright headers and indentation notes.
2009-07-29 Robert Carr[libseed] All Seed created GTypes have the same constru...
2009-07-11 Tim Horton[tests] Distribute module test
2009-07-04 Tim Horton[tests] We don't care what the modules test outputs...
2009-07-04 Tim HortonAdd module test to check for undefined symbols and...
2009-07-02 Tim Horton[tests] Update everything.js to match g-i changes
2009-07-01 Matt ARSENAULTRemove trailing whitespace all throughout examples...
2009-06-04 Tim HortonRevert "Tests: new test which tests various parts of...
2009-06-04 Tim HortonTests: new test which tests various parts of the import...
2009-05-29 Tim HortonUpdate object-info test to latest introspection changes.
2009-05-29 Robert Carrlibseed: Fix struct-union-enumerate test SEED_0_8
2009-05-29 Robert CarrFix printf in tests
2009-05-27 Robert Carrlibseed: Move Seed.fork into os module
2009-05-27 Robert Carrfind . -path ./.git -prune -o -type f -print0 | xargs...
2009-05-26 Robert CarrAdd seed_value_to_format to API, converts an array...
2009-05-26 Robert Carrlibseed: seed_gobject_equals and the .equals() method...
2009-05-25 Robert Carrtests: Add test of the self parameter to init, and...
2009-05-25 Robert Carrtests: struct-functions test should use new imports...
2009-05-24 Robert CarrUpdate examples and tests to import JSON now that it...
2009-05-19 Tim HortonUse env to find seed, not absolute path.
2009-05-14 Robert Carrtests: Remove obsolete namespace-exception test SEED_0_7
2009-05-13 Tim HortonBuild: Update build system to match test reorganization.
2009-05-13 Tim HortonTests: run-tests script should only output filename...
2009-05-13 Tim HortonTests: Move three obvious sets of related tests into...
2009-05-13 Tim HortonTests: Run tests multiple times if strange Popen error...
2009-05-13 Tim HortonTesting: More os.path.join in run-tests.py, so tests...
2009-05-13 Tim HortonTesting: Test script should recursively scan javascript...
2009-05-13 Robert Carrlibseed: Add tests for getting invalid signals, and...
2009-05-13 Robert Carrtests: Add test for connecting non functions to signals
2009-05-12 Robert CarrInitial commit of libxml module
2009-05-12 Robert CarrReplace .init(null, null) with .init(Seed.argv) in...
2009-05-11 Robert Carrlibseed: Update signal marshaller to use the new machin...
2009-05-07 Tim HortonUpdate tests to API change (simple_evaluate has a excep...
2009-05-04 Robert CarrDistinguish between [null] and undefined in seed_Value_...
2009-04-30 Robert CarrChange seed_value_to_string to use %lg, and update...
2009-04-29 Robert CarrAdd readline-bind to tests Makefile.am
2009-04-28 Maciej Piechotka - Move the pkg-config checks in modules from files...
2009-04-24 Robert CarrSwitch signal definition to use array of "signals"...
2009-04-23 Robert CarrUpdate c-module.js test to use the new imports system
2009-04-23 Robert CarrRename readline_bind test to readline-bind, to keep...
2009-04-23 Robert CarrAdd gtype-property-construct.js test. Tests installing...
2009-04-16 Tim HortonStopgap to get around the broken pipe test thing.
2009-04-16 Tim HortonMissing INSTALL.osx and gtype-signal-args tests in...
2009-04-12 Robert CarrFix the rest of the tests
2009-04-12 Robert CarrTests still don't all pass
2009-04-12 Robert CarrBegin to update tests
2009-03-15 Robert CarrFix indentation on C tests
2009-03-15 Robert CarrFix warning in C test
2009-02-24 Robert CarrRevert "Patch from Matt to add global include paths."
2009-02-24 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-02-24 Tim HortonPatch from Matt to add global include paths. Can't...
2009-02-23 Robert CarrChange the two tests that use Clutter to use Pango...
2009-02-23 Robert Carrapi-js-signal-from-c needs to use double as the return...
2009-02-23 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-02-23 Robert Carrhello_cb in api-js-signal-form-c was smashing the stack
2009-02-23 Robert CarrFix longstanding seed_gi_argument_make_js bug with...
2009-02-23 Tim HortonMerge branch 'master' of git+ssh://git.gnome.org/git...
2009-02-23 Robert CarrRemove gtype-signal-gvalue.js test as it is nonsense...
2009-02-22 Tim HortonStill slightly broken readline detection is now fixed...
2009-02-22 Tim HortonIndent session!
2009-02-22 Tim HortonStruct offset test change from earlier no longer applie...
2009-02-21 Tim HortonFor some reason (upstream!) Clutter 0.9 GIRs don't...
2009-02-21 Tim HortonFix some tests I accidentally broke in the last one...
2009-02-21 Tim HortonTest formatting cleanup; lots of duplicated test headers.
2009-02-21 Tim HortonDon't depend on SVN.
2009-02-07 Tim HortonHeaders have consistent "headers", too! Also, fix every...
2009-02-02 Tim HortonWhoops forgot to add the test.
2009-02-02 Tim HortonFix silly nested switch in seed-types, add test that...
2009-01-30 Tim HortonStill segfaulting. One fault is in Seed.print, the...
2009-01-30 Tim HortonIf you install a signal (from JS) which wants to return...
2009-01-29 Tim HortonMore type tests, module profiling is optional now
2009-01-26 Tim HortonFix object-info test on Jaunty. It's a bad test...
2009-01-26 Tim HortonTests now give diffs, instead of just printing both...
2009-01-25 Tim HortonFix missing semicolons in builtin-argument-length test.
2009-01-25 Tim HortonMore JSLint fixes. That's all, for tonight.
2009-01-25 Tim HortonFix one mistake I forgot to check for in last commit.
2009-01-25 Tim HortonMany of the tests now pass JSLint.
2009-01-25 Tim HortonFix struct union enumerate test; Introspection update...
2009-01-14 Tim HortonAdd missing header to extra_dist.
2009-01-14 Robert CarrUpdate tests to remove some deprecated stuff.
next