office-gobmx/sal
Michael Meeks 81a4e4ba99 sal: add a more permanant set of annotations for lifetime tracking.
Having done this on a temporary basis a couple of times before,
it'd be good to avoid having to do the instrumentation again.
2012-03-30 15:15:27 +01:00
..
android Add JNI wrapper for InitUCBHelper() and call it 2012-03-28 16:57:59 +03:00
cpprt
cppunittester
inc (const) char[] (i.e. size unknown) cannot be used with O(U)String 2012-03-29 11:12:22 +02:00
osl stray debugging line 2012-03-28 13:26:25 +01:00
prj
qa (const) char[] (i.e. size unknown) cannot be used with O(U)String 2012-03-29 11:12:22 +02:00
rtl/source sal: add a more permanant set of annotations for lifetime tracking. 2012-03-30 15:15:27 +01:00
systools/win32/uwinapi
test removed duplicate includes in sal 2012-03-23 22:53:56 +09:00
textenc
typesconfig
util
workben
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 sal: add dependency for unit test, fix typo in comment 2012-03-28 09:46:49 +02:00
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 No separate sal_textenc library built for Android 2012-03-26 19:10:46 +03:00
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk sal: add dependency for unit test, fix typo in comment 2012-03-28 09:46:49 +02:00
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk No CppunitTest_sal_osl_process for iOS either 2012-03-29 09:49:46 +03:00
Package_generated.mk
Package_inc.mk move string helper types to stringutils.hxx 2012-03-28 23:00:53 +02:00
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).