office-gobmx/sal
Stephan Bergmann 0d22aa4851 -Werror,-Wunused-function
...after 92e835dbf0 "tdf#98705 Replace
GetCaseCorrectPathName with GetLongPathNameW"

Change-Id: If7fc8b656f7f0736edeb3b7617044a032d1481f8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132017
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-03-24 10:43:31 +01:00
..
android
cppunittester try to improve stack dumping on windows 2022-03-23 13:18:48 +01:00
inc
osl -Werror,-Wunused-function 2022-03-24 10:43:31 +01:00
qa -Werror,-Wformat 2022-03-24 08:47:55 +01:00
rtl tdf#145614 Convert #define to enum or constexpr 2022-03-22 08:37:17 +01:00
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 Add unit tests for searching empty substring / zero character 2022-03-07 05:28:01 +01:00
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).