office-gobmx/sal
Stephan Bergmann e9da22d330 Lets assume general availability of POSIX poll.h
...which should have been first released in SuS Issue 4, Version 2 in 1995.

If there should still be any relevant platforms that provide the functionality
only in a non-standard header, please add back the relevant #if'ery.

Change-Id: I0f55341d24b905161ec38ed0d52602c6b6dfac46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115888
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-05-21 08:04:56 +02:00
..
android
cppunittester Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
inc [API CHANGE] Do not call getaddrinfo if we just want the hostname 2021-04-19 09:22:57 +02:00
osl Lets assume general availability of POSIX poll.h 2021-05-21 08:04:56 +02:00
qa Improve loplugin:stringview 2021-05-14 13:11:50 +02:00
rtl Replace rtl_string_getTokenView with o3tl::getToken 2021-05-18 16:10:41 +02:00
test
textenc tdf#123936 Formatting files in module sal with clang-format 2020-11-21 13:16:53 +01:00
util Replace rtl_string_getTokenView with o3tl::getToken 2021-05-18 16:10:41 +02:00
CompilerTest_sal_rtl_oustring.mk Make many OUString functions take std::u16string_view parameters 2020-09-04 07:55:15 +02:00
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk Drop ComPtr and use sal::systools::COMReference 2021-02-27 11:05:00 +01:00
CppunitTest_sal_osl.mk Fix dependency of CppunitTest_sal_osl on CppunitTest_Module_DLL library 2021-02-10 14:34:33 +01:00
CppunitTest_sal_osl_security.mk
CppunitTest_sal_retry_if_failed.mk tdf#116983 tdf#136175: retry if failed 2021-03-03 11:29:45 +01:00
CppunitTest_sal_rtl.mk Relax non-null requirement for some rtl_uString_* functions 2020-11-21 13:32:21 +01:00
CppunitTest_sal_types.mk
Executable_cppunittester.mk Revert "Try to blind-solve cppunittester hangs on Windows" 2020-05-24 12:30:32 +02:00
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk use zlib crc32() rather our own implementation 2021-02-10 17:23:26 +01:00
Library_sal_textenc.mk
Makefile
Module_sal.mk tdf#116983 tdf#136175: retry if failed 2021-03-03 11:29:45 +01:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

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).