signals: Fix memory leaks in signals unit tests
[platform/upstream/glib.git] / gobject / tests /
2013-11-06 Stef Waltersignals: Fix memory leaks in signals unit tests
2013-11-06 Stef Walterqdata: Fix leak in qdata unit tests
2013-10-22 Dan Winshipgobject: forbid finalization-during-construction
2013-10-06 Dan WinshipFix overloading of "source" and "target" terminology...
2013-08-17 Matthias ClasenStart using TAP
2013-08-17 Dan Winshipupdate .gitignores
2013-08-14 Nick Schermergobject: Handle ref_count==0 in notify_by_pspec
2013-07-22 Colin Walterstests/closure: Send SIGUSR1 only to our pid
2013-07-22 Colin Walterstests/closure: Use correct prototype for signal callback
2013-07-21 Dan Winshipgobject/tests/closure: fix on win32
2013-07-21 Colin Walterstests/closure: Fix invalid unref
2013-07-18 Dan Winshipgsourceclosure: fix idle/timeout/signal closures, add...
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele BassiAllow registering instance private data during get_type()
2013-06-17 Colin Waltersgobject/tests: Add missing build dependency
2013-06-12 Emmanuele Bassitests/binding: Ensure that the binding goes away
2013-06-12 Emmanuele Bassibinding: Make unbind() release the reference on GBinding
2013-06-01 Ryan LortieRework the build system for a new tests approach
2013-05-29 Ryan LortieRemove G_TEST_DATA= from installed .test files
2013-05-29 Matthias ClasenImprove signal test coverage
2013-05-29 Matthias ClasenImprove test coverage in gobject/
2013-05-24 Colin Waltersbuild: Fix usage of %.test again
2013-05-24 Colin Walterstests: Drop unnecessary % from .test pattern match...
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
next