Drop the testglib MSVC Projects
[platform/upstream/glib.git] / gobject /
2013-12-31 Jasper St. Pierregobject.py: Simplify or_join_array
2013-12-31 Jasper St. Pierregobject.py: Simplify and reduce code a bit
2013-12-31 Jasper St. Pierregobject.py: Remove old hack for stripping IA__ symbols
2013-12-31 Jasper St. Pierregobject.py: Fix indentation
2013-12-17 Tim LunnMake gdb pretty-printers compatible with Python3
2013-12-17 Damien Lespiaugobject.py: Don't install frame filters when GDB does...
2013-12-15 Matthias ClasenSimplify subprocesses in tests
2013-12-04 Colin Waltersgsignal: Signal connection ids are always > 0 if successful
2013-12-03 Matthias ClasenRemove g_trap_instance_signals as well
2013-12-03 Matthias ClasenDrop g_trap_object_ref debugging mechanism
2013-11-29 Matthias ClasenImprove GType test coverage
2013-11-27 Ryan Lortietests: move /param/implement to -m slow
2013-11-24 Matthias ClasenAdd a test for g_signal_get_invocation_hint
2013-11-23 Matthias ClasenAdd a test for notify emission ordering
2013-11-23 Matthias ClasenDocument details of GObject::notify
2013-11-23 Gergely POLONKAIGObject: Introspection annotations for enums
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-11-20 Dan WinshipRequire C90 compliance
2013-11-15 Ray Strodegobject: Box GMappedFile
2013-11-11 Chun-wei Fantests: Fix for non-GCC
2013-11-11 Stef Walterthreadtests: Fix leaks in tests
2013-11-11 Stef Walterenums: Fix leaks in tests
2013-11-11 Stef Walterboxed: Fix double free in boxed unit 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-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
next