office-gobmx/sal
Luboš Luňák 31e236c5ef consistent constness for getFunctionSymbol() overloads
This is an inline function, so there should be no problems with binary
compatibility.
2012-02-10 13:34:05 +01:00
..
android Bin global_android_app and instead use lo-bootstrap API 2012-01-25 19:05:31 +02:00
cpprt
cppunittester
inc consistent constness for getFunctionSymbol() overloads 2012-02-10 13:34:05 +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 sal: make more tests running 2012-01-21 19:33:13 +01:00
CppunitTest_sal_bytesequence.mk
CppunitTest_sal_osl_condition.mk
CppunitTest_sal_osl_file.mk sal: split unit-tests to one test per makefile 2012-01-21 19:28:05 +01:00
CppunitTest_sal_osl_getsystempathfromfileurl.mk
CppunitTest_sal_osl_module.mk sal: split unit-tests to one test per makefile 2012-01-21 19:28:05 +01:00
CppunitTest_sal_osl_mutex.mk
CppunitTest_sal_osl_old_test_file.mk sal: split unit-tests to one test per makefile 2012-01-21 19:28:05 +01:00
CppunitTest_sal_osl_pipe.mk
CppunitTest_sal_osl_process.mk sal: split unit-tests to one test per makefile 2012-01-21 19:28:05 +01:00
CppunitTest_sal_osl_profile.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_osl_setthreadname.mk
CppunitTest_sal_osl_thread.mk sal: split unit-tests to one test per makefile 2012-01-21 19:28:05 +01:00
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 sal: make more tests running 2012-01-21 19:33:13 +01:00
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).