office-gobmx/sal
Stephan Bergmann b66c5f77d1 loplugin:unsignedcompare (clang-cl)
Change-Id: I69cc1b352221ca053ccd0c5b78e926480a8c9ccd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87884
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-02-03 20:27:29 +01:00
..
android android: Get rid of the 'old' vs. Online-based runtime distinction. 2019-12-02 11:13:54 +01:00
cppunittester
inc make update_pch also consider files in <module>/src/**/inc 2020-02-01 20:12:21 +01:00
osl loplugin:unsignedcompare (clang-cl) 2020-02-03 20:27:29 +01:00
qa clang-tidy modernize-concat-nested-namespace 2020-01-31 18:36:09 +01:00
rtl loplugin:unsignedcompare (--enable-cipher-openssl-backend) 2020-01-28 17:16:00 +01:00
test
textenc New loplugin:unsignedcompare 2020-01-28 07:42:15 +01:00
util tdf#125688 speed up load of change-tracking ODS 2019-10-31 07:02:09 +01:00
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk
CppunitTest_sal_osl.mk WIN enable osl_File.cxx part of CppUnitTest_sal_osl 2019-12-03 09:08:32 +01:00
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
Library_sal_textenc.mk
Makefile
Module_sal.mk Reinstate CppunitTest_sal_rtl 2019-10-23 18:10:32 +02:00
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).