office-gobmx/sal
Noel Grandin 8596681013 clang-tidy bugprone-sizeof-expression
this was not really testing anything before, because it was doing
   sizeof(char*)
which is 4 or 8

Change-Id: I7eccdd3c6ae14a6fabb27202737fdb2fd12663dc
Reviewed-on: https://gerrit.libreoffice.org/60182
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-09-08 14:45:22 +02:00
..
android
cppunittester Replace find_if with proper quantifier algorithms 2018-08-29 11:40:29 +02:00
inc Remove "officially dead now" rtl_cache slab allocator mechanism 2018-08-01 00:30:17 +02:00
osl -Werror,-Wformat (clang-cl) 2018-09-08 09:13:40 +02:00
qa clang-tidy bugprone-sizeof-expression 2018-09-08 14:45:22 +02:00
rtl Cppcheck: reduce variable scope 2018-09-07 08:06:18 +02:00
test Add missing sal/log.hxx headers 2018-08-06 16:04:35 +02:00
textenc Fix typos 2018-08-19 19:05:30 +02:00
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.h 2018-08-23 20:39:39 +02:00
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk rhbz#1618703: Allow to use OpenSSL as backend for rtl/cipher.h 2018-08-23 20:39:39 +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).