office-gobmx/sal
Stephan Bergmann b040cf97c3 OUString::matchIgnoreAsciiCase returns bool
Regression introduced with d2272426cc "Use some
more C++ in sal/osl/w32", found with loplugin:implicitboolconversion.

Change-Id: I5d929dd64bc02559318b8c89cb66bb0f5bba33f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140072
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-09-16 17:37:11 +02:00
..
android
cppunittester
inc
osl OUString::matchIgnoreAsciiCase returns bool 2022-09-16 17:37:11 +02:00
qa tdf#150877: Add support for Kamenický and Mazovia encodings 2022-09-15 15:56:35 +02:00
rtl
test
textenc tdf#150877: Add support for Kamenický and Mazovia encodings 2022-09-15 15:56:35 +02:00
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
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).