office-gobmx/sal
Noel Grandin 4f4486c61d look for =() in loplugin:unnecessaryparen
Change-Id: I4f9b71ff7767e90987bb40358fc46ed5d1d571d0
Reviewed-on: https://gerrit.libreoffice.org/44944
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-11-20 12:31:32 +01:00
..
android
cppunittester
inc
osl Fix typos 2017-11-13 21:36:23 +01:00
qa Avoid using O[U]StringConcat lvalues containing dangling refs to temporaries 2017-11-11 00:03:37 +01:00
rtl look for =() in loplugin:unnecessaryparen 2017-11-20 12:31:32 +01:00
test
textenc Fix typos 2017-11-13 08:43:17 +01:00
util
CppunitTest_Module_DLL.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
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).