office-gobmx/sal
Stephan Bergmann c89a4996b8 Adapt to C++2a char_t
u8 literals incompatibly change their type (as implemented by recent Clang
trunk)

Change-Id: Ia4f7b91f5d86656a056303d2754981ab2093a739
Reviewed-on: https://gerrit.libreoffice.org/63494
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-11-17 17:17:26 +01:00
..
android
cppunittester
inc
osl tdf#120703 PVS: silence a V555 2018-11-10 12:23:09 +01:00
qa Adapt to C++2a char_t 2018-11-17 17:17:26 +01:00
rtl loplugin:buriedassign in sd..writerfilter 2018-11-16 18:42:57 +01:00
test
textenc Translate German comments 2018-10-31 14:26:51 +01:00
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk gbuild: rename value OS=IOS to OS=iOS 2018-11-01 16:39:54 +01:00
Library_sal_textenc.mk
Makefile
Module_sal.mk
README

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