This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git.
from 0f827ae Added missing space in help files
new 3df2737 Workaround most of the Python 3 issues.
new 12ae179 Workaround most of the Python 3 issues.
new 8842d6c pyuno: convert some tabs to spaces
new b4375c2 scripting: add Python 3 support to the Python provider
new bee4b99 pyuno: wrap the right entrypoint for Python 3 in the pyuno
dlopen wrapper
new 043e4bd pyuno: export the entrypoint for Python 3 from libpyuno
new 2919536 Detect Python's CFLAGS and LIBS using pkg-config when
possible.
new d12e928 gtest patch to allow building with Python 3.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ext_libraries/gtest/gtest-python3.patch | 96 ++++++++++++++++++++++++++
ext_libraries/gtest/makefile.mk | 2 +-
main/configure.ac | 7 +-
main/pyuno/Library_pyuno_loader.mk | 2 +
main/pyuno/inc/pyuno/pyuno.hxx | 4 ++
main/pyuno/source/loader/pyuno_loader.cxx | 9 +++
main/pyuno/source/module/pyuno.cxx | 6 +-
main/pyuno/source/module/pyuno_dlopenwrapper.c | 39 ++++++++++-
main/pyuno/source/module/pyuno_module.cxx | 2 +-
main/pyuno/source/module/pyuno_util.cxx | 2 +-
main/scripting/source/pyprov/pythonscript.py | 14 ++--
11 files changed, 169 insertions(+), 14 deletions(-)
create mode 100644 ext_libraries/gtest/gtest-python3.patch