office-gobmx/sal
Michael Meeks 595ba03fd4 update string copy semantics to be undefined in a non-crashing way.
Change-Id: I03bb4db5931932280e368012cbaee6bef2854dd6
2012-10-02 18:39:54 +01:00
..
android
cpprt
cppunittester
inc update string copy semantics to be undefined in a non-crashing way. 2012-10-02 18:39:54 +01:00
osl Remove internal usage of rtl/memory.h in sal module 2012-10-01 21:27:51 +00:00
prj
qa
rtl/source update string copy semantics to be undefined in a non-crashing way. 2012-10-02 18:39:54 +01:00
systools/win32/uwinapi
test
textenc
typesconfig
util update string copy semantics to be undefined in a non-crashing way. 2012-10-02 18:39:54 +01:00
workben
CppunitTest_Module_DLL.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_bytesequence.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_checkapi.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_condition.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_file.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_getsystempathfromfileurl.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_module.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_mutex.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_old_test_file.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_pipe.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_process.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_profile.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_security.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_setthreadname.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_osl_thread.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_alloc.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_cipher.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_crc32.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_doublelock.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_locale.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_math.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_ostringbuffer.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_oustringbuffer.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_strings.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_uri.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_rtl_uuid.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_tcwf.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CppunitTest_sal_types.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
CustomTarget_generated.mk
CustomTarget_sal_allheaders.mk
Executable_cppunittester.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Executable_osl_process_child.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_lo-bootstrap.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_sal.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_sal_textenc.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Library_uwinapi.mk gbuild: invert handling of standard system libraries: 2012-09-28 16:49:08 +02:00
Makefile
Module_sal.mk
Package_generated.mk
Package_inc.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).