[gjs: 9/9] Merge branch 'july-maintenance' into 'master'




commit a48b37be129418044e71b6dd6dec02526ce4dda9
Merge: b5b35119 a4d40792
Author: Philip Chimento <philip chimento gmail com>
Date:   Thu Aug 6 01:27:23 2020 +0000

    Merge branch 'july-maintenance' into 'master'
    
    July maintenance
    
    See merge request GNOME/gjs!464

 .gitlab-ci.yml                     | 18 +++++++-
 gi/arg-cache.cpp                   | 49 ++++++++++------------
 gi/arg-cache.h                     |  6 +--
 gi/arg-inl.h                       | 61 +++++++++++++--------------
 gi/arg.cpp                         | 74 +++++++++++---------------------
 gi/arg.h                           |  7 ++--
 gi/boxed.cpp                       | 16 +++----
 gi/boxed.h                         | 23 +++++-----
 gi/closure.h                       | 32 ++++++--------
 gi/foreign.cpp                     | 19 +++------
 gi/function.cpp                    | 11 ++---
 gi/fundamental.cpp                 |  4 +-
 gi/fundamental.h                   | 11 ++---
 gi/gerror.cpp                      | 10 +----
 gi/gerror.h                        | 16 ++++---
 gi/gobject.cpp                     |  9 ++--
 gi/gtype.cpp                       |  2 +-
 gi/gtype.h                         |  6 +--
 gi/interface.h                     |  2 +-
 gi/ns.cpp                          |  2 +-
 gi/object.cpp                      | 36 ++++++----------
 gi/object.h                        | 66 +++++++++++++----------------
 gi/param.h                         |  7 +---
 gi/repo.cpp                        | 11 ++---
 gi/repo.h                          |  7 +---
 gi/toggle.h                        | 22 ++++------
 gi/union.cpp                       |  6 +--
 gi/union.h                         |  4 +-
 gi/value.cpp                       | 12 ++----
 gi/value.h                         | 14 +++----
 gi/wrapperutils.h                  | 86 ++++++++++++++++----------------------
 gjs/atoms.h                        |  4 +-
 gjs/byteArray.cpp                  |  2 +-
 gjs/byteArray.h                    |  7 +---
 gjs/console.cpp                    | 17 ++------
 gjs/context-private.h              | 43 ++++++++++---------
 gjs/context.cpp                    | 16 ++-----
 gjs/coverage.cpp                   | 54 ++++++------------------
 gjs/engine.cpp                     |  2 +-
 gjs/global.cpp                     | 25 ++++-------
 gjs/importer.cpp                   |  5 +--
 gjs/jsapi-class.h                  | 41 ++++++++----------
 gjs/jsapi-dynamic-class.cpp        |  5 +--
 gjs/jsapi-util-args.h              |  6 +--
 gjs/jsapi-util-root.h              | 14 +++----
 gjs/jsapi-util-string.cpp          |  5 +--
 gjs/jsapi-util.cpp                 | 12 ++----
 gjs/jsapi-util.h                   | 52 +++++++++++++----------
 gjs/macros.h                       | 19 ++++-----
 gjs/module.cpp                     |  9 +---
 gjs/native.h                       |  3 +-
 gjs/profiler-private.h             |  3 +-
 gjs/profiler.cpp                   |  8 +---
 libgjs-private/gjs-gdbus-wrapper.c |  8 ----
 modules/cairo-context.cpp          | 17 +++-----
 modules/cairo-image-surface.cpp    |  3 +-
 modules/cairo-linear-gradient.cpp  |  3 +-
 modules/cairo-path.cpp             |  4 +-
 modules/cairo-pdf-surface.cpp      |  3 +-
 modules/cairo-private.h            | 14 +++----
 modules/cairo-ps-surface.cpp       |  3 +-
 modules/cairo-radial-gradient.cpp  |  3 +-
 modules/cairo-region.cpp           | 17 +++-----
 modules/cairo-solid-pattern.cpp    |  3 +-
 modules/cairo-surface-pattern.cpp  |  3 +-
 modules/cairo-surface.cpp          | 14 ++-----
 modules/cairo-svg-surface.cpp      |  3 +-
 modules/console.cpp                | 23 ++++------
 test/extra/Dockerfile              |  3 +-
 test/extra/Dockerfile.debug        |  3 +-
 util/log.h                         | 12 +++---
 71 files changed, 454 insertions(+), 686 deletions(-)
---


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