office-gobmx/sal
Tor Lillqvist 8dd75128a5 ByteBufferWrapper tweaks
operator() gets called in a Java GC thread. A JNIEnv* saved in the
constructor (which is called from the UI thread) is not valid in other
threads (although for now, Dalvik notices, warns, and works around
it). So don't bother keeping the JNIEnv*. Instead fetch one when
needed. Move the method implementations from inline in the header to
libotouch's android.cxx.

Change-Id: I7de6fc54bb8d9a59146576d6e8c325fe917393ee
2012-06-18 22:38:30 +03:00
..
android Use XToolkit2::createScreenCompatibleDeviceUsingBuffer 2012-06-12 13:50:50 +03:00
cpprt
cppunittester
inc ByteBufferWrapper tweaks 2012-06-18 22:38:30 +03:00
osl fdo#50603: Close fds across a restart of soffice on Mac OS X 2012-06-18 13:00:08 +02:00
prj
qa
rtl/source
systools/win32/uwinapi Bring back the Duden hack 2012-06-13 15:00:48 +02:00
test Remove superfluous empty lines on top 2012-06-09 04:57:58 +02:00
textenc
typesconfig
util
workben Remove superfluous empty lines on top 2012-06-09 04:57:58 +02: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
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
CustomTarget_generated.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Library_uwinapi.mk trying to fix mingw build 2012-06-13 23:10:56 +02:00
Makefile
Module_sal.mk
Package_generated.mk
Package_inc.mk Add Android-specific sal/ByteBufferWrapper.hxx header 2012-06-12 13:50:45 +03: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).