office-gobmx/sal
Noel Grandin 0a70789991 complete shot-in-the-dark to fix tinderbox build
tinderbox 50 is failing, trying to fix it

Change-Id: I81e3cbdb224110af3036f5726228fd88aba32748
2014-07-11 15:44:21 +02:00
..
android android: LibreOfficeKit needs the path to program/ as the starting point. 2014-07-01 13:48:28 +02:00
cpprt
cppunittester
inc
osl complete shot-in-the-dark to fix tinderbox build 2014-07-11 15:44:21 +02:00
qa Include <algorithm> for std::min() and max() 2014-07-08 00:38:27 +03:00
rtl DBG_ASSERT->assert when followed by dereference 2014-07-07 10:48:25 +01:00
systools/win32/uwinapi
test
textenc
util Introduce osl_areCommandArgsSet. 2014-07-11 11:29:09 +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 Use gb_CppunitTest_use_executable 2014-07-03 13:09:10 +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_bootstrap.mk
CppunitTest_sal_rtl_cipher.mk
CppunitTest_sal_rtl_crc32.mk
CppunitTest_sal_rtl_digest.mk
CppunitTest_sal_rtl_doublelock.mk
CppunitTest_sal_rtl_locale.mk
CppunitTest_sal_rtl_math.mk
CppunitTest_sal_rtl_ostringbuffer.mk
CppunitTest_sal_rtl_oustring.mk
CppunitTest_sal_rtl_oustringbuffer.mk
CppunitTest_sal_rtl_process.mk
CppunitTest_sal_rtl_strings.mk
CppunitTest_sal_rtl_textenc.mk
CppunitTest_sal_rtl_uri.mk
CppunitTest_sal_rtl_uuid.mk
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit. 2014-06-30 14:48:03 +02:00
Library_sal.mk
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk Bypass CppunitTest_sal_osl_security with VS2013 for now, hangs 2014-07-08 11:38:54 +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).