[gjs: 21/21] Merge branch 'may-maintenance' into 'master'
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 21/21] Merge branch 'may-maintenance' into 'master'
- Date: Sun, 9 Jun 2019 17:03:55 +0000 (UTC)
commit ab56b15d77ef51e8ed8ffcf365e9ad63726a163f
Merge: 79249ab8 57abf313
Author: Cosimo Cecchi <cosimo cecchi gmail com>
Date: Sun Jun 9 17:01:57 2019 +0000
Merge branch 'may-maintenance' into 'master'
May maintenance
See merge request GNOME/gjs!301
.gitlab-ci.yml | 2 +-
CPPLINT.cfg | 7 +++
Makefile.am | 4 ++
configure.ac | 3 +-
doc/CPP_Style_Guide.md | 65 +++++++++++++++++++++++
gi/arg.cpp | 97 ++++++++++++++++-------------------
gi/arg.h | 43 ++++++----------
gi/boxed.cpp | 37 +++++++------
gi/boxed.h | 17 +++---
gi/closure.cpp | 32 +++++++-----
gi/closure.h | 14 ++---
gi/enumeration.cpp | 20 +++-----
gi/enumeration.h | 18 +++----
gi/foreign.cpp | 12 +++--
gi/foreign.h | 11 ++--
gi/function.cpp | 52 +++++++++----------
gi/function.h | 23 ++++-----
gi/fundamental.cpp | 44 ++++++++--------
gi/fundamental.h | 15 +++---
gi/gerror.cpp | 65 +++++++++++------------
gi/gerror.h | 20 ++++----
gi/gjs_gi_trace.h | 11 ++--
gi/gobject.cpp | 15 ++++--
gi/gobject.h | 5 +-
gi/gtype.cpp | 12 ++---
gi/gtype.h | 15 ++----
gi/interface.cpp | 43 +++-------------
gi/interface.h | 30 +++++------
gi/ns.cpp | 25 ++++-----
gi/ns.h | 15 ++----
gi/object.cpp | 54 +++++++++----------
gi/object.h | 30 ++++++-----
gi/param.cpp | 75 +++++++++++----------------
gi/param.h | 17 +++---
gi/private.cpp | 28 +++++-----
gi/private.h | 1 +
gi/repo.cpp | 28 ++++++----
gi/repo.h | 16 ++----
gi/toggle.cpp | 7 ++-
gi/toggle.h | 9 ++--
gi/union.cpp | 32 ++++--------
gi/union.h | 19 ++++---
gi/value.cpp | 45 +++++++++-------
gi/value.h | 14 ++---
gi/wrapperutils.cpp | 17 ++++--
gi/wrapperutils.h | 43 +++++++++++++---
gjs-srcs.mk | 6 +--
gjs/atoms.cpp | 3 +-
gjs/atoms.h | 1 +
gjs/byteArray.cpp | 14 +++--
gjs/byteArray.h | 16 +++---
gjs/console.cpp | 15 ++++--
gjs/context-private.h | 33 +++++++-----
gjs/context.cpp | 71 ++++++++++++++-----------
gjs/context.h | 15 +++---
gjs/coverage.cpp | 20 +++++---
gjs/coverage.h | 17 +++---
gjs/debugger.cpp | 26 +++++++---
gjs/deprecation.cpp | 19 +++----
gjs/deprecation.h | 4 +-
gjs/engine.cpp | 27 ++++++----
gjs/engine.h | 13 +++--
util/error.cpp => gjs/error-types.cpp | 23 +++------
util/error.h => gjs/error-types.h | 11 ++--
gjs/gjs.h | 12 +++--
gjs/global.cpp | 24 +++++----
gjs/global.h | 13 ++---
gjs/importer.cpp | 37 +++++++------
gjs/importer.h | 14 ++---
gjs/jsapi-class.h | 23 ++++-----
gjs/jsapi-dynamic-class.cpp | 18 +++----
gjs/jsapi-util-args.h | 23 ++++++---
gjs/jsapi-util-error.cpp | 18 +++----
gjs/jsapi-util-root.h | 18 +++++--
gjs/jsapi-util-string.cpp | 21 +++++---
gjs/jsapi-util.cpp | 24 +++------
gjs/jsapi-util.h | 31 +++++------
gjs/jsapi-wrapper.h | 12 +++--
gjs/macros.h | 14 +++--
gjs/mem.cpp | 2 +-
gjs/mem.h | 13 +++--
gjs/module.cpp | 16 +++---
gjs/module.h | 13 ++---
gjs/native.cpp | 9 ++--
gjs/native.h | 14 ++---
gjs/profiler-private.h | 18 +++----
gjs/profiler.cpp | 43 ++++++++++------
gjs/profiler.h | 13 +++--
gjs/stack.cpp | 12 +++--
installed-tests/minijasmine.cpp | 14 ++---
libgjs-private/gjs-gdbus-wrapper.c | 9 ++--
libgjs-private/gjs-gdbus-wrapper.h | 12 ++---
libgjs-private/gjs-gtk-util.c | 7 ++-
libgjs-private/gjs-gtk-util.h | 14 ++---
libgjs-private/gjs-util.c | 26 +++++++---
libgjs-private/gjs-util.h | 11 ++--
modules/cairo-context.cpp | 63 ++++++++++++-----------
modules/cairo-gradient.cpp | 10 ++--
modules/cairo-image-surface.cpp | 21 ++++----
modules/cairo-linear-gradient.cpp | 20 +++++---
modules/cairo-module.h | 7 +--
modules/cairo-path.cpp | 28 +++++-----
modules/cairo-pattern.cpp | 40 ++++++++-------
modules/cairo-pdf-surface.cpp | 28 ++++++----
modules/cairo-private.h | 13 +++--
modules/cairo-ps-surface.cpp | 28 ++++++----
modules/cairo-radial-gradient.cpp | 20 +++++---
modules/cairo-region.cpp | 29 ++++++-----
modules/cairo-solid-pattern.cpp | 20 +++++---
modules/cairo-surface-pattern.cpp | 20 +++++---
modules/cairo-surface.cpp | 43 +++++++++-------
modules/cairo-svg-surface.cpp | 28 ++++++----
modules/cairo.cpp | 11 ++--
modules/console.cpp | 24 ++++-----
modules/console.h | 14 ++---
modules/modules.cpp | 11 ++--
modules/modules.h | 14 ++---
modules/system.cpp | 19 ++++---
modules/system.h | 14 ++---
test/gjs-test-call-args.cpp | 8 +--
test/gjs-test-common.cpp | 1 +
test/gjs-test-common.h | 2 +-
test/gjs-test-coverage.cpp | 20 +++-----
test/gjs-test-rooting.cpp | 12 +++--
test/gjs-test-utils.cpp | 6 ++-
test/gjs-test-utils.h | 16 +++---
test/gjs-tests.cpp | 28 +++++-----
tools/gjs-private-iwyu.imp | 53 +++++++++++++++++++
tools/gjs-public-iwyu.imp | 6 +++
tools/run_iwyu.sh.in | 59 +++++++++++++++++++++
util/CPPLINT.cfg | 1 -
util/glib.cpp | 63 -----------------------
util/glib.h | 36 -------------
util/log.cpp | 17 +++---
util/log.h | 10 ++--
util/misc.cpp | 35 +++++++++++--
util/misc.h | 12 ++---
137 files changed, 1612 insertions(+), 1387 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]