office-gobmx/sal
Caolán McNamara 411e7e8803 fix 32bit linux build
Change-Id: Ib42627c04b2c06e34f2dd108f8a04eaea916488a
2016-06-03 21:15:08 +01:00
..
android
cpprt Adapt new/delete exception specs for MSVC 2015-12-02 08:02:21 +01:00
cppunittester tdf#94306 replace boost::noncopyable r.. to sdext 2016-04-11 07:15:35 +00:00
inc tdf#94306 remove unused boost dependencies 2016-04-13 19:47:09 +00:00
osl tdf#100021 - format argument issue in process.cxx 2016-05-30 09:21:02 +00:00
qa fix 32bit linux build 2016-06-03 21:15:08 +01:00
rtl Convert AllocMode to scoped enum 2016-05-22 17:52:25 +00:00
systools/win32/uwinapi -Werror,-Winconsistent-dllimport 2015-11-12 15:07:18 +01:00
test tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals 2016-03-03 17:00:26 +00:00
textenc tdf#94306 replace boost::noncopyable r.. to sdext 2016-04-11 07:15:35 +00:00
util tdf#98407 PathSubstitution: Add substitution for $(username) 2016-03-08 15:35:54 +00:00
workben use consistent #define checks for the Windows platform 2016-02-17 11:33:57 +00: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_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_random.mk Add existing CppUnit test for sal/rtl/random 2016-02-10 07:04:59 +00:00
CppunitTest_sal_rtl_ref.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
Library_sal.mk tdf#94306 remove unused boost dependencies 2016-04-13 19:47:09 +00:00
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk Add existing CppUnit test for sal/rtl/random 2016-02-10 07:04:59 +00: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).