[glib: 30/30] Merge branch '600-drop-volatile' into 'master'




commit 936a07173a7a307c7b91de70437cdcb423b72a6d
Merge: 066e68001 83e48d8ac
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Nov 20 14:55:03 2020 +0000

    Merge branch '600-drop-volatile' into 'master'
    
    Drop use of volatile
    
    Closes #600
    
    See merge request GNOME/glib!1719

 docs/reference/gobject/glib-mkenums.xml |   8 +-
 docs/reference/gobject/tut_gtype.xml    |   2 +-
 gio/gdbusconnection.c                   |  34 +++++---
 gio/gdbuserror.c                        |  31 ++++---
 gio/gdbusinterfaceskeleton.c            |   2 +-
 gio/gdbusintrospection.h                |  14 +--
 gio/gdbusnameowning.c                   |   4 +-
 gio/gdbusnamewatching.c                 |   4 +-
 gio/gdbusprivate.c                      |  13 ++-
 gio/gioenumtypes.c.template             |   8 +-
 gio/gnetworking.c                       |   2 +-
 gio/gresource.c                         |   2 +-
 gio/kqueue/kqueue-missing.c             |   5 +-
 gio/tests/g-file-info.c                 |   2 +-
 gio/tests/gdbus-connection-flush.c      |   6 +-
 gio/tests/gdbus-connection.c            |  40 ++++-----
 gio/tests/gdbus-overflow.c              |  20 ++---
 gio/tests/gsettings.c                   |   4 +-
 gio/tests/socket-service.c              |   6 +-
 gio/tests/task.c                        | 150 ++++++++++++++++----------------
 glib/gatomic.c                          |  82 +++++++++++++----
 glib/gatomic.h                          |   6 +-
 glib/gdatetime.c                        |   2 +-
 glib/gkeyfile.c                         |   2 +-
 glib/gmain.c                            |   8 +-
 glib/gmarkup.c                          |   2 +-
 glib/gmessages.h                        |   4 +-
 glib/gregex.c                           |   6 +-
 glib/gthread-win32.c                    |  13 +--
 glib/gthread.c                          |  12 ++-
 glib/gtypes.h                           |   4 +-
 glib/tests/642026.c                     |   4 +-
 glib/tests/atomic.c                     |  10 ++-
 glib/tests/cond.c                       |   2 +-
 glib/tests/gwakeuptest.c                |   2 +-
 glib/tests/hash.c                       |   2 +-
 glib/tests/mainloop.c                   |  20 ++---
 glib/tests/slice.c                      |   2 +-
 gobject/gatomicarray.h                  |   4 +-
 gobject/gbinding.c                      |   8 +-
 gobject/gboxed.c                        |   8 +-
 gobject/gclosure.c                      |   2 +-
 gobject/gclosure.h                      |  20 ++---
 gobject/glib-enumtypes.c.template       |   8 +-
 gobject/gobject.c                       |   4 +-
 gobject/gobject.h                       |   2 +-
 gobject/gsourceclosure.c                |   2 +-
 gobject/gtype.c                         |  28 +++---
 gobject/gtype.h                         |  48 +++++-----
 gobject/tests/qdata.c                   |   2 +-
 gobject/tests/signals.c                 |  16 ++--
 gobject/tests/threadtests.c             |   4 +-
 meson.build                             |   3 +-
 tests/gobject/performance-threaded.c    |   2 +-
 tests/gobject/performance.c             |   4 +-
 tests/onceinit.c                        |  16 ++--
 tests/refcount/objects.c                |   8 +-
 tests/refcount/properties3.c            |   8 +-
 58 files changed, 407 insertions(+), 330 deletions(-)
---


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