office-gobmx/sal
François Tigeot b61ddcbad7 OSL_USE_SYS_V_SEMAPHORE is never defined
* Remove the System V semaphore implementation variant

* POSIX thread-local code was always used for synchronization
  primitives anyway
2012-02-06 10:45:06 +01:00
..
android Bin global_android_app and instead use lo-bootstrap API 2012-01-25 19:05:31 +02:00
cpprt
cppunittester
inc Remove unused VolumeDevice functions and related code 2012-02-05 21:42:34 +01:00
osl OSL_USE_SYS_V_SEMAPHORE is never defined 2012-02-06 10:45:06 +01:00
prj
qa Remove unused VolumeDevice functions and related code 2012-02-05 21:42:34 +01:00
rtl/source
systools/win32/uwinapi
test
textenc
typesconfig
util Remove unused VolumeDevice functions and related code 2012-02-05 21:42:34 +01:00
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
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
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
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 CppunitTest_sal_osl_file fails on Windows 2012-01-27 15:52:25 +02:00
Package_generated.mk
Package_inc.mk Bin global_android_app and instead use lo-bootstrap API 2012-01-25 19:05:31 +02: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

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