office-gobmx/bridges
Stephan Bergmann 601d057724 Revert broken optimization attempt
This partially reverts 1a5b12aa5d "optimise
find/insert pattern", which caused

> ~/llvm/inst/bin/../include/c++/v1/unordered_map:1134: _LIBCPP_ASSERT '__get_const_db()->__find_c_from_i(&__p) == this' failed. unordered_map::insert(const_iterator, const value_type&) called with an iterator not referring to this unordered_map

during CustomTarget_testtools/uno_test in an experimental build with
-D_LIBCPP_DEBUG=1 on macOS.

Change-Id: Id40e5eab7c3fb1f8e1bb2599c7fb84649e870ba2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124319
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Jenkins
2021-10-28 14:35:26 +02:00
..
inc osl::Mutex->std::mutex in VtableFactory 2021-07-18 20:46:47 +02:00
source Revert broken optimization attempt 2021-10-28 14:35:26 +02:00
CustomTarget_gcc3_linux_arm.mk
Jar_java_uno.mk
Library_cpp_uno.mk gbuild: implement gb_Library_get_target_for_build 2021-05-29 17:30:26 +02:00
Library_java_uno.mk
Makefile
Module_bridges.mk WASM: add initial support for Emscripten cross build 2021-05-05 21:14:54 +02:00
Package_jnilib_java_uno.mk
README.md

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.