office-gobmx/sal
Eike Rathke 49af7e22e6 Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round()
Change-Id: I7f9fb45824458d578ee302a668386fe0c3c80974
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116010
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
2021-05-23 03:04:56 +02:00
..
android
cppunittester
inc
osl Lets assume general availability of POSIX poll.h 2021-05-21 08:04:56 +02:00
qa
rtl Related: tdf#136794 tdf#137063 Unlimit decimals in rtl_math_round() 2021-05-23 03:04:56 +02:00
test
textenc
util Replace rtl_string_getTokenView with o3tl::getToken 2021-05-18 16:10:41 +02:00
CompilerTest_sal_rtl_oustring.mk
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_retry_if_failed.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Makefile
Module_sal.mk
README.md

System Abstraction Layer (SAL)

System abstraction layer; rtl, osl and sal

rtl: Platform independent strings

osl: platform specific stuff, threads, dynamic loading, process, ipc, etc

Exports only C API and some inline-methods (only C++ API).