office-gobmx/sal
Andrea Gelmini 63f2350fa3 Fix typos
Change-Id: I66feced8bed05c7859e36a6d2f746a7faf30c7a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126915
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
2021-12-16 21:52:43 +01:00
..
android
cppunittester
inc
osl osl_replaceFile: fallback to osl_moveFile in more cases on Windows 2021-12-14 11:37:13 +01:00
qa Fix typos 2021-12-16 21:52:43 +01:00
rtl
test
textenc
util
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 Refactor Library_sal_textenc build condition 2021-12-16 11:17:08 +01:00
Library_sal_textenc.mk
Makefile
Module_sal.mk Refactor Library_sal_textenc build condition 2021-12-16 11:17:08 +01:00
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).