office-gobmx/jurt
Mike Kaganski 657d8c3e32 Use thread_local statics in dtoa.c to be thread-safe
We don't use MULTIPLE_THREADS for that to avoid performance
penalty due to locking and memory allocation.

Use dtoa.cxx stub to compile dtoa.c as C++, to allow using
thread_local keyword in MSVC, which still implements pre-C99.

Also don't expose dtoa() and other symbols - make them static.
And define IEEE_MC68k, not IEEE_8087 on big endian platforms.

Change-Id: Ie59fe0cf057b043556a5ac15ec6b11a1a5b41f47
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89629
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Jenkins
2020-03-03 17:34:35 +01:00
..
source/pipe Use thread_local statics in dtoa.c to be thread-safe 2020-03-03 17:34:35 +01:00
workbench/com/sun/star/comp/urlresolver
BUCK
Jar_jurt.mk tdf#117331 Merge jurt and unoil into ridl 2020-02-04 22:03:54 +01:00
Library_jpipe.mk Use thread_local statics in dtoa.c to be thread-safe 2020-03-03 17:34:35 +01:00
Library_jpipx.mk
Makefile
Module_jurt.mk Cleanup: Move unit tests to ridljar 2020-02-10 09:48:05 +01:00
pom.jurt.xml
README

JURT means Java Uno Runtime and implements most of Java UNO.