[gobject-introspection] Created tag 1.67.1
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Created tag 1.67.1
- Date: Fri, 12 Mar 2021 19:13:46 +0000 (UTC)
The signed tag '1.67.1' was created.
Tagger: Emmanuele Bassi <ebassi gnome org>
Date: 1615576307 +0000
gobject-introspection 1.67.1
* Requires Python 3.6+
* Update GLib annotations
* Fix compatibility with Python 3.10 :issue:`358`
* Fix build with GIR data disabled :mr:`248`
* Add test object for signal marshallers :mr:`259`
Changes since the last tag '1.64.0':
Alexander Kanavin (2):
gir: add a dependency for g-ir-compiler for building .girs
meson.build: exclude girepo_dep if introspection data is disabled
Carlos Garnacho (1):
tests: Add "signals" test object
Christoph Reiter (37):
version bump
Update NEWS
CI: switch to new win32 runners
flake8: fix invalid placeholder in GtkDocAnnotatable repr format string
dumper: Fix missing symbols in LTO case or with overridden symbol visibility settings
Merge branch 'dumper-lto-fix' into 'master'
Merge branch 'wip/jtojnar/doc-fixes' into 'master'
Merge branch 'remove-bit-of-old-autoconf' into 'master'
Merge branch 'fix-option-naming' into 'master'
Merge branch 'find_program_override' into 'master'
meson: fix include dir in .pc files
CI: add two jobs building a project using g-i with meson and autotools
CI: also build the example using libgirepository
Merge branch 'ci-build-examples' into 'master'
meson: also build gi-dump-types on Windows
Merge branch 'fix-pc-gen' into 'master'
Merge branch 'patch-1' into 'master'
Update NEWS and version bump
gir: Update annotations from glib 2.66.0
Update NEWS
Don't assume Py_TYPE being a macro
giscanner: always define PY_SSIZE_T_CLEAN
gir: Update annotations from glib 2.66.1
Merge branch 'fix-no-data' into 'master'
Remove LibtoolImporter
Always pass an encoding to open() using text mode
Always close files
Require Python 3.5
Add basic mypy support
Merge branch 'remove-libtoolimporter' into 'master'
Merge branch 'open-cleanup' into 'master'
Merge branch 'py-type-assign' into 'master'
Merge branch 'define-PY_SSIZE_T_CLEAN' into 'master'
Merge branch 'mypy-basics' into 'master'
Require Python 3.6
Merge branch 'req-py36' into 'master'
CI: pin mypy for now
Chun-wei Fan (4):
meson.build: Fix generating pkg-config files
giscanner: Add support for using clang-cl
MSVC.README.rst: Mention about the clang-cl support
gicsanner/message.py: Windows: Fix running on different drives
Emmanuele Bassi (14):
Revert "Meson: Fix build when glib is built as subproject"
Revert "Meson: Override gobject-introspection-1.0 dependency"
Support the gtk-doc action syntax
Add element-type support to GListModel
Generate appropriate docs for ListModel with element-type
Revert "Generate appropriate docs for ListModel with element-type"
Revert "Add element-type support to GListModel"
Add support for element-type to GListModel
Merge branch 'fix-race' into 'master'
Merge branch 'wip/carlosg/signal-tests' into 'master'
Use g_memdup2() with newer versions of GLib
tests: Update line numbers for expected Regress GIR
Merge branch 'ebassi/pre-release' into 'master'
Release gobject-introspection 2.67.1
Gisle Vanem (3):
[Win32] Fix gi-dump-types.c to build on Windows
Obs! Change back to `g_unix_output_stream_new()` for non-Win32.
Use `_get_oshandle()` and `g_win32_output_stream_new()` instead since
`g_win32_output_stream_new_from_fd()` is private in Gio.
Iain Lane (1):
gimarshallingtests: Use g_assert_cmpfloat_with_epsilon
James Westman (1):
giscanner: Fix section matching for documentation
Jan Tojnar (2):
docs: Update website link
docs: Unify DocBook doctype
John Ericson (4):
Don't override finding executables when using pre-built tools.
Remove old autoconf fallback code for the python tools.
Rename option `gi_cross_use_{host -> prebuilt}_gi`
Merge remote-tracking branch 'upstream/master' into find_program_override
Jonne Haß (3):
Add missing nullable annotation to g_irepository_get_shared_library
Add missing nullable annotation to g_object_info_get_parent
Add missing nullable annotations to GObjectInfo
Marco Trevisan (Treviño) (1):
gimarshallingtests: Add marshalling tests for virtual functions with inout parameters
Mathieu Duponchelle (10):
giscanner: parse block comments for members and fields
Add the notion of standalone doc sections.
Merge branch 'sincify-members-and-fields' into 'master'
Merge branch 'standalone-doc-sections' into 'master'
Merge branch 'objectinfo_nullable' into 'master'
Merge branch 'property-method-name-conflict' into 'master'
Merge branch 'clang-cl' into 'master'
Merge branch 'fix-350' into 'master'
Revert "giscanner: Fix section matching for documentation"
Merge branch 'revert-section-matching' into 'master'
Nirbheek Chauhan (1):
Merge branch 'monkey_patch_distutils_get_msvcr' into 'master'
Philip Chimento (6):
build: Check Python.h and fail early if not present
girepository: Add 1.66 version macro
girepository: Add GITypeInfo utility functions for storing values in pointers
build: Bump version to 1.65
website: Add section about property/method name conflicts
Merge branch 'wip/smcv/test-more-flags' into 'master'
Rico Tzschichholz (15):
Revert "Add support for element-type to GListModel"
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
gir: Update annotations from glib git master
Simon McVittie (3):
tests: Add a test-case for a vfunc returning flags in different ways
gimarshallingtests: Add more tests for flags
girmarshalling tests: Diagnose GValue not holding enum/flags
Stephen Gallagher (1):
Replace calls to deprecated xml.etree.cElementTree
Xavier Claessens (7):
Meson: Fix build when glib is built as subproject
Meson: Override gobject-introspection-1.0 dependency
Meson: Use pkgconfig generator
Revert "Revert "Meson: Fix build when glib is built as subproject""
Meson: Override gobject-introspection-1.0 dependency
Meson: Fix build as subproject
Merge branch 'pkgconfig' into 'master'
jensgoe (1):
monkey patch distutils.cygwinccompiler.get_msvcr
neok (1):
Update utils.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]