office-gobmx/sal
Stephan Bergmann 52ef15cbdb Revert "Fix typos"
This reverts commit 26a67002fc.  "Iff" is not a
typo, see 2a65bf32ec "Revert 'Typo: iff->if'".
2017-05-18 21:58:31 +02:00
..
android
cppunittester sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a test 2017-04-27 16:42:37 +02:00
inc try to fix werror + pch build on linux 2017-04-16 21:10:56 +02:00
osl Revert "Fix typos" 2017-05-18 21:58:31 +02:00
qa Add some unit tests for rtl_math_StringFormat_G 2017-05-17 19:14:00 +02:00
rtl cleanup osl/diagnose.h includes 2017-05-09 15:41:46 +02:00
test
textenc cleanup osl/diagnose.h includes 2017-05-09 15:41:46 +02:00
util
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 gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Library_sal_textenc.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Makefile
Module_sal.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +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).