office-gobmx/sal
Stephan Bergmann b15f79a8f8 loplugin:unnecessaryparen: signed numeric literals
Change-Id: I75c8224452ca9c3711a2ccaca9ecf549fa59cb64
Reviewed-on: https://gerrit.libreoffice.org/45549
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-11-30 19:29:21 +01:00
..
android
cppunittester loplugin:includeform: sal 2017-10-23 22:45:58 +02:00
inc Fresh run of bin/update_pch.sh 2017-09-22 21:01:49 +02:00
osl loplugin:unnecessaryparen: signed numeric literals 2017-11-30 19:29:21 +01:00
qa Fix typos 2017-11-21 08:48:40 +01:00
rtl loplugin:unnecessaryparen (clang-cl) 2017-11-29 12:00:42 +01:00
test Fix typos 2017-08-17 21:53:28 +02:00
textenc Fix typos 2017-11-13 08:43:17 +01:00
util sal: add missing 32-bit backtrace symbol to sal.map 2017-09-15 17:32:19 +02:00
CppunitTest_Module_DLL.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_sal_osl.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_sal_osl_security.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_sal_rtl.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_sal_types.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Executable_cppunittester.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Executable_osl_process_child.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Library_lo-bootstrap.mk
Library_sal.mk use default handler for SIGALRM for fuzzers 2017-06-14 21:57:33 +02:00
Library_sal_textenc.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Makefile
Module_sal.mk sal,external: remove checks for obsolete VCVER=120 2017-05-30 20:19:22 +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).