Make gobject tests installable
[platform/upstream/glib.git] / gobject / tests /
2013-05-20 Matthias ClasenMake gobject tests installable
2013-05-13 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2013-05-02 Emmanuele Bassibinding: Add an explicit unbind()
2013-04-23 Ryan LortieGParamSpec: add g_param_spec_get_default_value()
2013-02-27 Colin Waltersbuild: Add --disable-compile-warnings
2013-02-03 Matthias ClasenSilence automake
2013-01-04 Ryan Lortiegtype: disallow adding interfaces after the fact
2013-01-04 Rico TzschichholzRevert "gtype: disallow adding interfaces after the...
2012-12-19 Matthias ClasenRevert "tests: port from g_test_trap_subprocess() to...
2012-12-19 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2012-12-18 Ryan Lortiegtype: disallow adding interfaces after the fact
2012-12-18 Rico TzschichholzRevert "gtype: disallow adding interfaces after the...
2012-11-05 Ryan Lortiegtype: disallow adding interfaces after the fact
2012-11-02 Colin WaltersUse (void) for no parameters, not ()
2012-11-02 Colin Waltersbuild: Prototype GType accessors for private classes
2012-11-02 Colin Waltersbuild: Ensure we #include header files for glib-genmars...
2012-10-31 Colin Walterstests/signals: Disable large enumeration value test...
2012-10-16 Ryan LortieRemove g_type_init() calls
2012-10-09 Ryan Lortie[gsignal] Fix closure invalidation
2012-09-03 Dan Winshipupdate .gitignore
2012-09-03 Dan Winshipgobject/tests: plug leaks
2012-09-03 Dan Winshipgobject/tests: use g_test_expect_messages()
2012-09-02 Matthias ClasenAdd a threaded test for g_object_replace_data
2012-09-02 Matthias ClasenAdd some tests for new object data api
2012-04-23 Matthias ClasenAdd tests for signal convenience api
2012-04-23 Matthias ClasenAdd tests for toggle reference and qdata
2012-04-23 Matthias ClasenImprove test coverage in gobject/tests
2012-04-08 Matthias Clasenbinding: Improve test coverage
2012-04-05 Chun-wei Fangobject/tests/signals.c: Remove C99ism
2012-04-02 Matthias ClasenImprove boxed test coverage
2012-03-09 Erik van PienbroekUse native glib-genmarshal when cross-compiling
2012-03-05 Alexander LarssonMerge branch 'signal-performance'
2012-03-05 Matthias ClasenFix binding properties of the same object
2012-03-02 Emmanuele Bassibuild: Fix rules for marshalers.[ch]
2012-03-02 Alexander LarssonAdd more tests for signal emissions
2012-02-27 Emmanuele Bassivalue array: Annotate with versioned deprecation
2012-02-22 Rui Matosgvaluetransform: Fix an infinite loop with GFlagsValue...
2012-01-30 Matthias ClasenRemove a check that triggers deprecation warnings
2012-01-25 Emmanuele BassiDeprecate GValueArray
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-05 Simon McVittieSkip tests of incorrect property usage under gtester...
2012-01-02 Simon McVittieAdd regression test for GWeakRef used to cache a singleton
2012-01-02 Simon McVittieAdd deterministic tests for the API of GWeakRef
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-12-21 Ryan LortieGObject: do checks on interface property install
2011-12-21 Ryan LortieGObject: require READ or WRITE on property install
2011-12-21 Ryan LortieGObject: allow G_PARAM_CONSTRUCT on any override
2011-12-21 Ryan LortieGObject: add test for interface property overrides
2011-12-14 Ryan Lortietwo test fixes for ARM
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-10-18 Javier Jardóngobject: Use G_VALUE_INIT
2011-10-17 Ryan Lortiemore 'static' adding in testcases
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-04 Ryan LortieRemove g_mutex_new()/g_cond_new() in testcases
2011-09-28 Dan Williamstests: add signal marshalling return tests for int...
2011-09-28 Dan Williamstests: fix generic closure marshalling tests
2011-09-28 Dan Williamstests: Add some return value torture testcases for...
2011-09-23 Colin Waltersgvalue: Add explicitly signed g_value_get_schar() and...
2011-09-22 Colin Walterstests: Add a some torture test cases for the generic...
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-22 Ryan Lortiegitignore tweaks
2011-07-11 Matthias ClasenDon't test negative values in ulong conversions
2011-06-23 Matthias ClasenAdd tests for GValueArray
2011-06-23 Matthias ClasenImprove test coverage for GValue transformations
2011-05-02 Dan WinshipFix compiler warnings
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-31 Ryan LortieImprove .gitignore
2011-03-15 Christian PerschAdd G_SIGNAL_MUST_COLLECT
2011-02-19 Matthias ClasenAdd a testcase for bug 637738
2011-02-15 Matthias ClasenMore GValue conversion tests
2011-02-15 Matthias ClasenVary the order of unreffing dest and src
2011-02-14 Matthias ClasenImprove test coverage
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-28 Matthias ClasenMove ifaceproperties test to gobject/tests/
2010-11-28 Jonas Holmberggobject: added property test
2010-11-08 Ryan LortieNew function: g_clear_object()
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-13 Emmanuele Bassigobject: Add install_properties()
2010-08-14 Matthias ClasenAdd bug references to some tests
2010-08-06 Ryan LortieReplace -I with $(glib_INCLUDES) and friends
2010-08-05 paulAdd $(top_builddir)/glib to includes
2010-08-04 Emmanuele Bassibinding: Add a default marshaller for the closure API
2010-08-03 Emmanuele Bassibinding: Add G_BINDING_INVERT_BOOLEAN
2010-08-03 Emmanuele Bassibinding: Add a closure-based variant of bind_property_f...
2010-07-22 Benjamin Ottebinding: Cast to avoid compiler warning
2010-07-06 Matthias ClasenAdd some more checks to the binding tests
2010-06-23 Emmanuele Bassibinding: Add SYNC_CREATE to the flags
2010-06-16 Emmanuele Bassitests: Add a chain binding
2010-06-15 Emmanuele Bassigobject: Add GBinding
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-20 Alberto Garcia[tests] Remove C++ style comments
2009-12-18 Dan Winshipupdate .gitignores
2009-12-01 Dan WinshipAdd G_DEFINE_INTERFACE
2009-11-30 Edward Herveygobject/tests: New test for dynamic class creation...
next