office-gobmx/sal
2012-02-23 22:59:55 +02:00
..
android Work around the fact that empty directories are not present in an .apk 2012-02-20 20:07:35 +02:00
cpprt
cppunittester cppunittester hacks for iOS, intermediate commit 2012-02-22 22:35:55 +02:00
inc Moved dp_gui::Thread to salhelper::Thread, so that all code can use it 2012-02-23 10:47:35 +01:00
osl WaE: unreadVariable 2012-02-21 20:57:05 +01:00
prj
qa OUString ctor for string literals without RTL_CONSTASCII stuff 2012-02-22 16:21:37 +01:00
rtl/source OUString ctor for string literals without RTL_CONSTASCII stuff 2012-02-22 16:21:37 +01:00
systools/win32/uwinapi
test
textenc Merge sal_textenc into sal just on Android 2012-02-15 16:40:00 +02:00
typesconfig
util Various string function clean up 2012-02-15 15:41:09 +01:00
workben WaE: unreadVariable 2012-02-21 20:57:04 +01: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_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 OUString ctor for string literals without RTL_CONSTASCII stuff 2012-02-22 16:21:37 +01:00
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk Merge sal_textenc into sal just on Android 2012-02-15 16:40:00 +02:00
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_sal.mk Do build cppunittester and don't build osl_process_child for iOS 2012-02-22 22:35:53 +02:00
Package_generated.mk
Package_inc.mk log-areas clean up 2012-02-23 10:47:35 +01:00
README Added READMEs for modules related to URE, with content from the wiki 2012-02-06 05:28:46 +01:00
StaticLibrary_salcpprt.mk Unify indentation 2012-02-23 22:59:55 +02:00

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