office-gobmx/sal
Stephan Bergmann 1268326e81 Further clean-up related to removed library unloading feature
Change-Id: I1ec2aa4d0ed0940e7c0a26a18c78f2df4693d278
2013-04-16 17:52:37 +02:00
..
android
cpprt
cppunittester
inc Further clean-up related to removed library unloading feature 2013-04-16 17:52:37 +02:00
osl Further clean-up related to removed library unloading feature 2013-04-16 17:52:37 +02:00
qa
rtl Further clean-up related to removed library unloading feature 2013-04-16 17:52:37 +02:00
systools/win32/uwinapi fdo#60724 correct spelling 2013-04-15 05:10:29 +02:00
test
textenc
util
workben
CppunitTest_Module_DLL.mk
CppunitTest_sal_bytesequence.mk
CppunitTest_sal_checkapi.mk simplify makefiles 2013-04-13 09:26:19 +02:00
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_doublelock.mk
CppunitTest_sal_rtl_locale.mk
CppunitTest_sal_rtl_math.mk
CppunitTest_sal_rtl_ostringbuffer.mk
CppunitTest_sal_rtl_oustringbuffer.mk
CppunitTest_sal_rtl_strings.mk No need for Android, iOS or CROSS_COMPILING conditionals for unit tests 2013-04-15 21:37:50 +03:00
CppunitTest_sal_rtl_textenc.mk No need for Android, iOS or CROSS_COMPILING conditionals for unit tests 2013-04-15 21:37:50 +03:00
CppunitTest_sal_rtl_uri.mk No need for Android, iOS or CROSS_COMPILING conditionals for unit tests 2013-04-15 21:37:50 +03:00
CppunitTest_sal_rtl_uuid.mk
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
CustomTarget_sal_allheaders.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk
Package_inc.mk
Package_sal_generated.mk
Package_sal_odk_headers.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).