office-gobmx/sal
Stephan Bergmann a3e29642b9 loplugin:data (clang-cl)
Change-Id: Ib8b2bc1c5f7b27a646036ce23cae2b6a06edd038
Reviewed-on: https://gerrit.libreoffice.org/79922
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-01 13:20:30 +02:00
..
android
cppunittester
inc Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/ 2019-09-17 15:05:11 +02:00
osl loplugin:data (clang-cl) 2019-10-01 13:20:30 +02:00
qa loplugin:stringadd in package..sax 2019-10-01 10:51:39 +02:00
rtl Better handling of non--UTF-8 filesystem pathnames in sal/osl/unx/ 2019-09-17 15:05:11 +02:00
test Fixing "...." 2019-09-06 09:13:38 +02:00
textenc Fix Unicode to Shift JIS/MS932 conversion data 2019-09-11 19:25:49 +02:00
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.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 do not require $(SRCDIR) in every gb_Library_set_precompiled_header 2019-09-23 10:47:25 +02: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).