office-gobmx/sal
Julien Nabet ad55d51486 cppcheck: zerodivcond
I don't know if it can happen or if it's a false positive
but at least, we're sure now it won't fail

Change-Id: Id4620d74c0893b308b9fb45be71ca6c425066ae4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109470
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2021-01-17 15:15:47 +01:00
..
android
cppunittester Adapt the remaining OUString functions to std string_view 2020-12-11 21:25:10 +01:00
inc tdf#123936 Formatting files in module sal with clang-format 2020-11-21 13:16:53 +01:00
osl cppcheck: zerodivcond 2021-01-17 15:15:47 +01:00
qa OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL() 2021-01-15 08:48:20 +01:00
rtl Missing include guard in new sal/rtl/strtmpl.hxx 2021-01-10 20:12:22 +01:00
test
textenc tdf#123936 Formatting files in module sal with clang-format 2020-11-21 13:16:53 +01:00
util Make many OUString functions take std::u16string_view parameters 2020-09-04 07:55:15 +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
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
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 Remove some commented-out code 2020-08-31 11:51:03 +02:00
Library_sal_textenc.mk
Makefile
Module_sal.mk Make many OUString functions take std::u16string_view parameters 2020-09-04 07:55:15 +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).