[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / gobject /
2013-11-06 Stef Walterqdata: Fix leak in qdata unit tests
2013-10-29 Chun-wei Fangobject/gvaluetransform.c: Cleanup #ifndef _MSC_VER
2013-10-22 Dan Winshipgobject: simplify object-in-construction handling
2013-10-22 Dan Winshipgobject: forbid finalization-during-construction
2013-10-06 Dan WinshipFix overloading of "source" and "target" terminology...
2013-10-02 Simon FeltmanFix crashes in various GParamSpec creation functions
2013-09-19 Misty De Meogobject: Fix compilation on OS X/ppc64
2013-09-02 Martin Pittgobject-2.0: Annotate another GSignal function taking...
2013-09-02 Emmanuele Bassigobject-2.0: Annotate GSignal functions taking instances
2013-08-27 Dan Winshipgtype: fix a no-op assertion
2013-08-22 Dieter VerfaillieFix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
2013-08-17 Matthias ClasenStart using TAP
2013-08-17 Dan Winshipupdate .gitignores
2013-08-17 Dan Winshipbuild: fix dtrace-related warnings
2013-08-14 Nick Schermergobject: Handle ref_count==0 in notify_by_pspec
2013-08-04 Emanuele Ainagtype: Fix typo in g_type_class_add_private() error...
2013-07-29 Sébastien WilmetFix G_ADD_PRIVATE_DYNAMIC()
2013-07-29 Matthias ClasenTrivial typo fix
2013-07-27 Rico TzschichholzFix a typo
2013-07-27 Emmanuele BassiAdd macros and symbols for private data on dynamic...
2013-07-26 Matthias ClasenDocument restrictions on private names
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 Chun-wei Fangsourceclosure.c: Fix build on Windows
2013-07-21 Dan Winshipgobject/tests/closure: fix on win32
2013-07-21 Colin Walterstests/closure: Fix invalid unref
2013-07-20 Sébastien WilmetImprove documentation
2013-07-18 Dan Winshipgsourceclosure: fix idle/timeout/signal closures, add...
2013-07-13 Dan Winshipgsourceclosure: Add support for GUnixSignalWatchSource...
2013-07-13 Dan Winshipgsourceclosure: use g_cclosure_marshal_generic
2013-07-03 Emmanuele BassiEnsure that MAX_ALLOWED keeps working with the type...
2013-06-24 Emmanuele BassiRename the generated private data getter function
2013-06-24 Emmanuele Bassigparam: Use the new private instance data API
2013-06-24 Emmanuele Bassigobject: Add private field access macros
2013-06-24 Emmanuele BassiAdd G_PRIVATE_OFFSET
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: Use hash table as a set
2013-06-12 Emmanuele Bassibinding: Make unbind() release the reference on GBinding
2013-06-10 Ryan LortieGObject: turn add-property-after-init to a warning
2013-06-01 Ryan LortieRework the build system for a new tests approach
2013-05-29 Ryan LortieGObject: prevent installing properties after init
2013-05-29 Ryan LortieRemove G_TEST_DATA= from installed .test files
2013-05-29 Matthias ClasenTrivial doc typo fix
2013-05-29 Matthias ClasenTrivial documentation typos
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-24 Ryan Lortiegsignal: remove some pointless locking
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
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-09 Matthias ClasenClarify GValueArray docs
2013-05-02 Emmanuele Bassibinding: Add an explicit unbind()
2013-05-02 Dan Winshipgobject: rename an unused parameter to make AIX happy
2013-04-26 Ryan Lortieg_object_new: check for NULL from _constructor()
2013-04-23 Ryan LortieGObject: substantially rework g_object_new()
2013-04-23 Ryan LortieGParamSpec: add g_param_spec_get_default_value()
2013-04-23 Ryan LortieGType: add accessor for instance private offset
2013-04-23 Ryan Lortiegtype: tweak valgrind hints
2013-04-22 Ryan LortieRevert "GObject: prevent installing properties after...
2013-04-22 Ryan LortieGObject: prevent installing properties after init
2013-04-22 Ryan Lortiegtype: put private data before the instance
2013-04-04 Ryan Lortiegtype: interface-after-init exception for gtk#
2013-04-04 Ryan Lortiegtype: interface-after-init exception for glibmm
2013-04-04 Andres G. Aragonesesgobject: fix G_DEFINE_TYPE_EXTENDED docs so code snippe...
2013-03-15 Sébastien WilmetDoc: clarify set_property() vfunc
2013-03-15 Sébastien WilmetDoc: clarify a bit g_signal_connect_object()
2013-02-27 Colin Waltersbuild: Add --disable-compile-warnings
2013-02-22 Ryan Lortiegsignal: improve warning output
2013-02-21 Alexander Larssonsignals: Ensure we ref handler in emission fast path
2013-02-21 Alexander Larssonsignals: No need to use atomics for Handler refcount
2013-02-07 Ryan Lortiedisable support for unloading of dynamic types
2013-02-03 Matthias ClasenSilence automake
2013-01-20 Giovanni CampagnaInstall an invalidation notifier for GClosure in g_sour...
2013-01-18 Ryan Lortiegobject/: Remove abicheck.sh from DIST_EXTRA
2013-01-17 Ryan LortieRemove ABI checking scripts
2013-01-17 Ryan LortieRemove regexp-based export control
2013-01-17 Ryan Lortiegsignal: fix closure invalidation code
2013-01-15 Chun-wei FanRevert "Improvde #include order consistency"
2013-01-15 Ryan Lortievisibility: Use a separate CFLAGS variable
2013-01-14 Matthias ClasenMake the build more quiet
2013-01-14 Martin PittGParamSpec: Make constructors introspectable
2013-01-14 Ryan Lortiewin32: build: stop using .def files
2013-01-13 Ryan Lortiegmarshal.h: replace "extern" with GLIB_AVAILABLE_IN_ALL
2013-01-13 Ryan LortieAdd a new _GLIB_EXTERN macro for "extern"
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2013-01-04 Ryan Lortiegtype: disallow adding interfaces after the fact
2013-01-04 Rico TzschichholzRevert "gtype: disallow adding interfaces after the...
2013-01-02 Dan WinshipGValueArray: clarify the deprecation warnings
2013-01-01 Matthias ClasenMove testgobject to tests/
2013-01-01 Matthias ClasenImprovde #include order consistency
2013-01-01 Jasper St. Pierregmarkup: Make GMarkupParseContext a boxed type
2012-12-28 Matthias ClasenMove single-include guards inside include guards
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...
next