office-gobmx/sal
Stephan Bergmann c421ac3f94 Revert loplugin:unnecessaryparen warning around integer literals
...as those may be used to silence Clang -Werror,-Wunreachable-code (as happens
in sal/osl/unx/file_volume.cxx for Android, where OSL_detail_STATFS(...) always
expands to (1)).

Change-Id: I85d280c1315b4447362255d17f13f437d3c4af92
2017-11-28 16:52:16 +01:00
..
android
cppunittester
inc
osl Revert loplugin:unnecessaryparen warning around integer literals 2017-11-28 16:52:16 +01:00
qa
rtl loplugin:simplifybool can't invert conditions involving float types 2017-11-23 14:11:24 +01:00
test
textenc
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).