[glib: 7/7] Merge branch 'refcount-types' into 'master'



commit 815478a74ec0b36e3f82380937681ce227c742e5
Merge: 8bbc38b49 927de4433
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Jun 11 14:20:46 2018 +0000

    Merge branch 'refcount-types' into 'master'
    
    Reference counting types
    
    See merge request GNOME/glib!54

 docs/reference/glib/glib-docs.xml     |   1 +
 docs/reference/glib/glib-sections.txt |  15 ++
 glib/Makefile.am                      |   2 +
 glib/garray.c                         |  24 +--
 glib/gbytes.c                         |  11 +-
 glib/ghash.c                          |  12 +-
 glib/glib.h                           |   1 +
 glib/grefcount.c                      | 285 ++++++++++++++++++++++++++++++++++
 glib/grefcount.h                      | 122 +++++++++++++++
 glib/gtypes.h                         |   3 +
 glib/meson.build                      |   2 +
 glib/tests/meson.build                |  15 +-
 glib/tests/refcount.c                 | 221 ++++++++++++++++++++++++++
 13 files changed, 690 insertions(+), 24 deletions(-)
---


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