office-gobmx/sal
Noel Grandin 27b98e9e3b loplugin:stringadd in registry..sal
after my patch to merge the bufferadd loplugin into stringadd

Change-Id: I1658b960d44780f7d9c447246b1178cb70be5e66
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149581
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2023-03-25 19:03:28 +00:00
..
android
cppunittester Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variable 2022-12-10 10:20:39 +00:00
emscripten Introduce lo_get_app_data_dir() for Emscripten, too 2022-12-28 13:08:56 +00:00
inc Unify osl_{g,s}etThreadTextEncoding implementation across platforms 2023-02-24 18:27:25 +00:00
osl loplugin:stringadd in registry..sal 2023-03-25 19:03:28 +00:00
qa Related: tdf#152943 Test that a quiet NaN payload is propagated 2023-03-15 19:55:32 +00:00
rtl loplugin:stringadd in registry..sal 2023-03-25 19:03:28 +00:00
test
textenc tdf#150877: Add support for Kamenický and Mazovia encodings 2022-09-15 15:56:35 +02:00
util
CompilerTest_sal_rtl_oustring.mk
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk gbuild: introduce gb_%_linktarget_target 2021-12-31 17:58:18 +01:00
CppunitTest_sal_osl_security.mk
CppunitTest_sal_retry_if_failed.mk
CppunitTest_sal_rtl.mk tdf#148430 Use std math functions instead of rtl::math 2022-08-23 08:44:48 +02:00
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk Introduce lo_get_app_data_dir() for Emscripten, too 2022-12-28 13:08:56 +00:00
Library_sal.mk Unify osl_{g,s}etThreadTextEncoding implementation across platforms 2023-02-24 18:27:25 +00:00
Library_sal_textenc.mk
Makefile
Module_sal.mk Introduce lo_get_app_data_dir() for Emscripten, too 2022-12-28 13:08:56 +00: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).