office-gobmx/sal
Julien Nabet a10447301f Typo: excute->execute
Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27
2015-02-28 10:23:17 +01:00
..
android
cpprt remove unnecessary parenthesis in return statements 2015-02-23 09:26:58 +02:00
cppunittester
inc Related: tdf#63690 - remove rtl_logfile 2015-02-14 00:46:15 +01:00
osl remove unnecessary parenthesis in return statements 2015-02-23 09:26:58 +02:00
qa Typo: excute->execute 2015-02-28 10:23:17 +01:00
rtl tdf#88835 Calc: General format: 2 digits in exponent 2015-02-23 20:26:34 +00:00
systools/win32/uwinapi
test
textenc
util Related: tdf#63690 - add stubs for removed rtl_logfile functions. 2015-02-16 23:26:55 +01:00
workben remove unnecessary parenthesis in return statements 2015-02-23 09:26:58 +02:00
CppunitTest_Module_DLL.mk
CppunitTest_sal_bytesequence.mk
CppunitTest_sal_osl_condition.mk
CppunitTest_sal_osl_file.mk
CppunitTest_sal_osl_getsystempathfromfileurl.mk
CppunitTest_sal_osl_module.mk
CppunitTest_sal_osl_mutex.mk
CppunitTest_sal_osl_old_test_file.mk
CppunitTest_sal_osl_pipe.mk
CppunitTest_sal_osl_process.mk
CppunitTest_sal_osl_profile.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_osl_setthreadname.mk
CppunitTest_sal_osl_thread.mk
CppunitTest_sal_rtl_alloc.mk
CppunitTest_sal_rtl_bootstrap.mk
CppunitTest_sal_rtl_cipher.mk
CppunitTest_sal_rtl_crc32.mk
CppunitTest_sal_rtl_digest.mk
CppunitTest_sal_rtl_doublelock.mk
CppunitTest_sal_rtl_locale.mk
CppunitTest_sal_rtl_math.mk
CppunitTest_sal_rtl_ostringbuffer.mk
CppunitTest_sal_rtl_oustring.mk
CppunitTest_sal_rtl_oustringbuffer.mk O[U]StringBuffer::appendUninitialized unit tests 2015-02-06 12:08:26 +01:00
CppunitTest_sal_rtl_process.mk
CppunitTest_sal_rtl_strings.mk
CppunitTest_sal_rtl_textenc.mk
CppunitTest_sal_rtl_uri.mk
CppunitTest_sal_rtl_uuid.mk
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk Related: tdf#63690 - remove rtl_logfile 2015-02-14 00:46:15 +01:00
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk
README
StaticLibrary_salcpprt.mk

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).