office-gobmx/bridges
Stephan Bergmann eedbe966bb Embind: Fix C++ UNO exception catching
...with a new Module.catchUnoException JS function that can be used in a JS
catch block to provide the thrown UNO exception as an Any.  (For a non-C++
exception, it rethrows the exception, and for a non-UNO C++ exception it maps it
to css.uno.RuntimeException.)

The implementation reuses parts of bridges/source/cpp_uno/gcc3_wasm/, which have
been moved to a new StaticLibrary_emscriptencxxabi.

Change-Id: I708fe6121c43a1b9736de5dff449f6c4f32a45f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169325
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-06-21 11:29:59 +02:00
..
inc Emscripten: Towards a working C++ UNO bridge 2024-05-08 13:01:04 +02:00
source Embind: Fix C++ UNO exception catching 2024-06-21 11:29:59 +02:00
CustomTarget_gcc3_linux_arm.mk makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo) 2024-05-03 16:06:14 +02:00
CustomTarget_gcc3_wasm.mk Emscripten: Towards a working C++ UNO bridge 2024-05-08 13:01:04 +02:00
IwyuFilter_bridges.yaml
Jar_java_uno.mk
Library_cpp_uno.mk Embind: Fix C++ UNO exception catching 2024-06-21 11:29:59 +02:00
Library_java_uno.mk
Makefile
Module_bridges.mk Embind: Fix C++ UNO exception catching 2024-06-21 11:29:59 +02:00
Package_jnilib_java_uno.mk
README.md
StaticLibrary_emscriptencxxabi.mk Embind: Fix C++ UNO exception catching 2024-06-21 11:29:59 +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.