[glib] (71 commits) Non-fast-forward update to branch wip/gcleanup



The branch 'wip/gcleanup' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 http://live.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  1724e91... gconstructor: install as a proper header
  befc453... gcleanup: Implementation of GCleanupList and associated mac
  8d73d06... Make some use of G_CLEANUP_ADD
  e76ad75... memcheck: Add a 'make memcheck' target that runs valgrind
  28497e0... gthread-posix: Don't use gslice allocated GRecMutex
  d9b2e23... GThread posix: add impl structs to cleanup list
  2a870eb... gcleanup: Add in more gtestutils.c cleanups
  fd18b09... option-context: Fix leaks in tests
  a932e95... glib: Define cleanup lists for glib tests
  4edfb50... gcleanup: Hook up more libglib globals to cleanup
  5da38d3... gmessages: Initialize GPrivate so it gets cleaned up
  5a6dc05... 642026: Run less locking iterations under valgrind
  522cb8a... mainloop-test: Fix uninitialized memory access in tests
  b010c25... slice: Don't run GSlice tests under valgrind
  7a7dc46... sources: Fix leaks in tests
  a5c4b3e... threadpool-test: Fix leaks in tests
  12a11dd... threadpool-test: Cleanup memory in test
  eacd42c... gthreadpool: Cleanup thread pool unused threads
  66510c6... gmodule: Cleanup main_module, ie: self
  cc55f24... gobject: Define a cleanup scope for libgobject
  f4f8d3f... gatomicarray: Support for cleaning up
  de39cc4... gtype: add g_type_set_qdata_full
  72b2817... gtype: Implement cleanup of GType
  c3decde... gtype: Push registered GType onto the appropriate cleanup l
  7bee1f1... gobject: Cleanup GObject class stuff
  3fb0ddf... gparam: Reliably free class info initialization closure
  869c311... gtype: Remove unneeded ref of static parent type
  ebbaa97... gtypemodule: Allow GTypeModule to be finalized
  6d71399... gvalue: Cleanup global static data
  64110d4... gobject: Don't leak pspecs for ininstantiated interfaces
  ee46b4c... param: Avoid g_test_add_data_func_full() which leaks
  8000bce... dynamictype: Fix leak in test
  45c1dc9... tests/gobject: Use cleanup for types defined in tests
  34ffa83... gio: Define cleanup scope and list for libgio
  3cb5606... gdbus: Cleanup global static data
  d40ea4d... gioenumtypes: Push enum GTypes onto cleanup list
  2a03fdf... giomodule: Cleanup global data
  02dbeec... giomodule: Allow overriding source directory gio modules ar
  5ecaa1c... glocalfile: Cleanup global data
  2dc5c0d... gresolver: Cleanup global data
  f7814ae... gsocketconnection: Cleanup global data
  1450ce4... gtask: Cleanup thread pool
  4cd5c10... gcancellable: Free up GPrivate in right cleanup context
  7bbee9a... gfileinfo: Cleanup memory
  0ba5cfb... gio/tests: Prevent random gio modules from screwing up thes
  4faf0d8... filter-streams: Cleanup custom classes in test
  a10fef1... gio: Define cleanup scope and lists for gio tests
  150235c... gsubprocess: Fix a number of leaks and a segfault
  c0dbdd8... gsubprocess: Cleanup GSubprocess correctly
  101e257... gdbusconnection: Fix invalid memory access
  e6e287e... gdbus-connection: Fix race condition in test
  608ee5f... gdbusintrospection: Free up cache when done with it
  483dbff... gdbusname: Cleanup global tables
  f4ac2a6... gtestdbus: Don't destroy GSource twice
  945cc24... gtestdbus: Properly close server connections
  ef9723e... gtestdbus: Cleanup io channel which would otherwise leak
  c2b9031... gdbus-auth: Fix leaks in tests
  50f98b4... gdbus-example-export: Fix behavior when using cleanup
  a8f19f4... gdbus-export: Fix leaks in tests
  dd9f98c... gdbus-proxy: Fix erroneous timeout during following tests
  78cce97... gdbus-testserver: Fix behavior during cleanup
  f79e320... mimeapps: Don't make this test dependent on behavior of gvf
  469d22f... gdesktopappinfo: Free memory caches and desktop file monito
  be7993b... Revert "giomodule: Fix leaks in module loading"
  fcfa416... giomodule: Fix leaks in module loading
  f5e50b7... defaultiface: Fix leak in test

Commits added to the branch:

  a638be8... Revert "giomodule: Fix leaks in module loading" (*)
  3e041ce... mainloop-test: Fix uninitialized memory access in tests (*)
  d10f353... threadpool-test: Fix leaks in tests (*)
  1e5e3b6... gsubprocess: Fix a number of leaks and a segfault (*)
  5c4f3f4... gsettings test: fix srcdir != builddir (*)
  ce35c08... Revert "gdbus-connection-loss: Fix leak in test" (*)
  00d980f... GLib 2.39.1 (*)
  d33f758... bump version (*)
  21cf219... gconstructor: install as a proper header
  81a2133... gcleanup: Implementation of GCleanupScope and associated ma
  6f5c379... WIP cleanup for qdata
  fc1a1cd... Make some use of G_CLEANUP
  b9c11b1... memcheck: Add a 'make memcheck' target that runs valgrind
  d7747a1... gthread-posix: Don't use gslice allocated GRecMutex
  9b6678b... GThread posix: add impl structs to cleanup list
  d798775... gcleanup: Add in more gtestutils.c cleanups
  530f493... option-context: Fix leaks in tests
  75a458a... glib: Define cleanup lists for glib tests
  425d7b7... gcleanup: Hook up more libglib globals to cleanup
  2169823... gmessages: Initialize GPrivate so it gets cleaned up
  44c5542... 642026: Run less locking iterations under valgrind
  26d7b74... slice: Don't run GSlice tests under valgrind
  11394e7... sources: Fix leaks in tests
  2361bf7... threadpool-test: Cleanup memory in test
  c9d6518... gthreadpool: Cleanup thread pool unused threads
  b32ca19... gmodule: Cleanup main_module, ie: self
  11dc3ee... gobject: Define a cleanup scope for libgobject
  b33fabd... gatomicarray: Support for cleaning up
  c3f6f2d... gtype: add g_type_set_qdata_full
  111701c... gtype: Implement cleanup of GType
  6f60e94... gtype: Push registered GType onto the appropriate cleanup l
  92e5888... gobject: Cleanup GObject class stuff
  2a73bed... gparam: Reliably free class info initialization closure
  f14d9ba... gtype: Remove unneeded ref of static parent type
  2f43b3a... gtypemodule: Allow GTypeModule to be finalized
  8937428... gvalue: Cleanup global static data
  e23ca36... gobject: Don't leak pspecs for ininstantiated interfaces
  e2ccab1... param: Avoid g_test_add_data_func_full() which leaks
  a7696aa... dynamictype: Fix leak in test
  b1bea9d... tests/gobject: Use cleanup for types defined in tests
  7e58736... gio: Define cleanup scope and list for libgio
  aac60b0... gdbus: Cleanup global static data
  25cf163... gioenumtypes: Push enum GTypes onto cleanup list
  d840828... giomodule: Cleanup global data
  2b61127... giomodule: Allow overriding source directory gio modules ar
  2c1efe9... glocalfile: Cleanup global data
  c1e43db... gresolver: Cleanup global data
  a2e68a0... gsocketconnection: Cleanup global data
  a2ac9b2... gtask: Cleanup thread pool
  b55baf8... gcancellable: Free up GPrivate in right cleanup context
  d5dc171... gfileinfo: Cleanup memory
  fa156bb... gio/tests: Prevent random gio modules from screwing up thes
  ae81ccc... filter-streams: Cleanup custom classes in test
  c554316... gio: Define cleanup scope and lists for gio tests
  a19911b... gsubprocess: Cleanup GSubprocess correctly
  ac2f392... gdbusconnection: Fix invalid memory access
  ac36261... gdbus-connection: Fix race condition in test
  c1c82dc... gdbusintrospection: Free up cache when done with it
  aeaea1f... gdbusname: Cleanup global tables
  f0ca872... gtestdbus: Don't destroy GSource twice
  6450927... gtestdbus: Properly close server connections
  c812946... gtestdbus: Cleanup io channel which would otherwise leak
  3e84229... gdbus-auth: Fix leaks in tests
  d98ccb2... gdbus-example-export: Fix behavior when using cleanup
  023aafa... gdbus-export: Fix leaks in tests
  af04c27... gdbus-proxy: Fix erroneous timeout during following tests
  e32f120... gdbus-testserver: Fix behavior during cleanup
  b49f593... mimeapps: Don't make this test dependent on behavior of gvf
  c389a89... gdesktopappinfo: Free memory caches and desktop file monito
  1c33661... giomodule: Fix leaks in module loading
  a3f8620... defaultiface: Fix leak in test

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]