office-gobmx/sal
Jonathan Adams 7b37265b8e sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipe
These are deprecated and not used in LO.
2012-03-16 22:18:42 +01:00
..
android
cpprt
cppunittester
inc Enable -Wnon-virtual-dtor for GCC 4.6 2012-03-14 13:32:02 +01:00
osl sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipe 2012-03-16 22:18:42 +01:00
prj
qa checked that we do not use OString ctor with literals with \0's 2012-03-13 16:21:05 +01:00
rtl/source make OString work even with old gcc that has SFINAE broken 2012-03-13 16:21:04 +01:00
systools/win32/uwinapi
test
textenc
typesconfig
util OString ctor for string literals without RTL_CONSTASCII stuff 2012-03-12 13:35:56 +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 OString ctor for string literals without RTL_CONSTASCII stuff 2012-03-12 13:35:56 +01:00
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Executable_osl_process_child.mk
Library_lo-bootstrap.mk gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
Library_sal.mk module.c -> module.cxx, use sal/log.hxx 2012-03-12 11:54:26 +01:00
Library_sal_textenc.mk
Library_uwinapi.mk
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).