[gjs/gnome-40: 30/30] Merge branch 'gnome-40-cherry-picks' into 'gnome-40'




commit 5e310d95515ac744fd082f3c93dccc9c5e5bc875
Merge: 1a422319 dbe83cdd
Author: Philip Chimento <philip chimento gmail com>
Date:   Wed May 5 20:41:24 2021 +0000

    Merge branch 'gnome-40-cherry-picks' into 'gnome-40'
    
    GNOME 40 objects handling cherry-picks
    
    See merge request GNOME/gjs!617

 gi/arg-cache.cpp                                   |   3 +-
 gi/arg.cpp                                         |  11 +-
 gi/function.cpp                                    |   5 +
 gi/fundamental.cpp                                 |  31 +-
 gi/fundamental.h                                   |   5 +-
 gi/object.cpp                                      | 268 +++++++++++-----
 gi/object.h                                        |  12 +-
 gi/toggle.cpp                                      | 196 +++++++-----
 gi/toggle.h                                        |  65 ++--
 gi/value.cpp                                       |  25 +-
 gi/wrapperutils.cpp                                |   4 +-
 gjs/context-private.h                              |   5 +-
 gjs/context.cpp                                    |  11 +-
 .../js/libgjstesttools/gjs-test-tools.cpp          | 270 ++++++++++++++++
 .../js/libgjstesttools/gjs-test-tools.h            |  87 +++++
 installed-tests/js/libgjstesttools/meson.build     |  19 ++
 installed-tests/js/meson.build                     |   3 +
 installed-tests/js/testFundamental.js              |  10 +
 installed-tests/js/testGIMarshalling.js            |   4 +
 installed-tests/js/testGObject.js                  |   8 +
 installed-tests/js/testGObjectDestructionAccess.js | 353 ++++++++++++++++++++-
 installed-tests/js/testGtk3.js                     |  20 +-
 meson.build                                        |   6 +-
 util/log.cpp                                       | 179 ++++++-----
 util/log.h                                         |   3 +
 25 files changed, 1274 insertions(+), 329 deletions(-)
---


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