office-gobmx/bridges
wjh-la d3152ea3ae bridges:Fixed test fail caused by bridges on the loongarch64
Some failed test are caused by the bridges when testing on the
loongarch64 machine. After adjust the function parameters and return
value processing according to the characteristics of the loongarch64
architercture. I tested in version 7.4.3 on the loongarch64 machine, and
all tests passed.

Change-Id: I9c67287cd7cc89fd79a907afdbffa507bb6052e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144986
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-01-11 07:09:21 +00:00
..
inc clang-tidy modernize-pass-by-value in bridges 2022-05-21 17:29:53 +02:00
source bridges:Fixed test fail caused by bridges on the loongarch64 2023-01-11 07:09:21 +00:00
CustomTarget_gcc3_linux_arm.mk
Jar_java_uno.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02:00
Library_cpp_uno.mk bridges:Fixed test fail caused by bridges on the loongarch64 2023-01-11 07:09:21 +00:00
Library_java_uno.mk
Makefile
Module_bridges.mk WASM UNO: add a minimal dummy bridge 2022-01-19 14:26:09 +01:00
Package_jnilib_java_uno.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

UNO Bridges

Bridges from various C++ ABIs, Java JNI, MS .NET to UNO and back. A bridge for .NET is in cli_ure.

Also implementation of the UNO Remote Protocol.