This is an automated email from the ASF dual-hosted git repository.
leginee pushed a change to branch win10-msvc-trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 822518e85a hsqldb: drop a trailing space the pre-commit hook keeps
flagging
new cc9450c3d9 solenv: keep version-script wildcards out of the MSVC
export list
new acc8975175 ado: take the ADO interfaces from adoint_Backcompat.h on a
modern SDK
new 4780b8be60 connectivity: drop the precompiled header the rebase
resolver kept twice
new a3156910b1 climaker: do not let TypeResolve re-enter itself
new ffe4980d48 cli_ure: the .NET bridge compiles and links
new 682bfa99fa cli_ure: port native/, and let the .dxp wildcard filter
match nothing
new 10b60aa28b cli_ure: two runtime defects in the ported bridge, found by
running it
new 71c0e05211 Turn the CLI binding back on, and build its half of
bridgetest
new f1b4f0d60b cli_ure: the CLI bridgetest passes -- three more defects,
all one mistake
The 9 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:
main/cli_ure/source/climaker/climaker_emit.cxx | 70 +++-
main/cli_ure/source/climaker/climaker_share.h | 3 +
main/cli_ure/source/native/makefile.mk | 9 +-
main/cli_ure/source/native/native_bootstrap.cxx | 48 ++-
main/cli_ure/source/native/native_share.h | 19 +-
main/cli_ure/source/uno_bridge/cli_bridge.cxx | 11 +-
main/cli_ure/source/uno_bridge/cli_bridge.h | 4 +-
main/cli_ure/source/uno_bridge/cli_data.cxx | 350 +++++++++-------
main/cli_ure/source/uno_bridge/cli_environment.cxx | 16 +-
main/cli_ure/source/uno_bridge/cli_proxy.cxx | 158 ++++----
main/cli_ure/source/uno_bridge/cli_proxy.h | 46 ++-
main/cli_ure/source/uno_bridge/cli_uno.cxx | 26 +-
main/cli_ure/util/makefile.pmk | 10 +-
main/configure.ac | 83 +++-
.../source/commontools/TTableHelper.cxx | 1 -
main/connectivity/source/inc/ado/Awrapado.hxx | 23 ++
main/connectivity/source/inc/ado/Awrapadox.hxx | 23 ++
main/connectivity/source/inc/ado/WrapColumn.hxx | 23 ++
main/connectivity/source/parse/sqliterator.cxx | 1 -
main/odk/pack/copying/makefile.mk | 4 +-
main/odk/util/check.pl | 4 +-
main/solenv/inc/_tg_def.mk | 80 ++++
main/solenv/inc/tg_def.mk | 8 +
.../source/bridgetest/cli/cli_cpp_bridgetest.cxx | 445 +++++++++++----------
main/testtools/source/bridgetest/cli/makefile.mk | 46 ++-
main/testtools/util/makefile.pmk | 10 +-
main/unoil/util/makefile.pmk | 10 +-
27 files changed, 957 insertions(+), 574 deletions(-)