office-gobmx/sal
Jelle van der Waa c69b6417af fdo#72598 Remove SunStudio cruft from code base
Change-Id: Ia6799c852eb95d496fbc8dcfdabde62dffc263a6
Reviewed-on: https://gerrit.libreoffice.org/7066
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-12-13 09:07:07 +00:00
..
android lo_dlcall_argc_argv() is unused 2013-10-13 21:24:36 +03:00
cpprt windows: remove _CRTIMP and _NTSDK definitions 2013-11-05 09:28:55 +01:00
cppunittester Drop duplicate #include 2013-12-02 01:02:06 +09:00
inc update pch 2013-09-05 20:00:43 +02:00
osl fdo#72598 Remove SunStudio cruft from code base 2013-12-13 09:07:07 +00:00
qa simplify - use OUString::startsWith where possible 2013-12-12 13:15:24 +02:00
rtl Drop duplicate #include 2013-12-02 01:02:06 +09:00
systools/win32/uwinapi
test remove unnecessary use of OUString constructor when assigning 2013-11-19 10:29:31 +02:00
textenc Unwind occurrences of deprecated sal_sChar, sal_uChar 2013-11-27 12:52:32 +01:00
util
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 Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
CppunitTest_sal_osl_profile.mk
CppunitTest_sal_osl_security.mk
CppunitTest_sal_osl_setthreadname.mk
CppunitTest_sal_osl_thread.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
CppunitTest_sal_rtl_alloc.mk
CppunitTest_sal_rtl_bootstrap.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_oustring.mk sal: fdo#39625 Make existing cppunittests work 2013-09-11 11:41:02 +00:00
CppunitTest_sal_rtl_oustringbuffer.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
CppunitTest_sal_rtl_process.mk fdo#39625 Make existing cppunittests work 2013-09-11 15:50:41 +00:00
CppunitTest_sal_rtl_strings.mk
CppunitTest_sal_rtl_textenc.mk No need for Android, iOS or CROSS_COMPILING conditionals for unit tests 2013-04-15 21:37:50 +03:00
CppunitTest_sal_rtl_uri.mk
CppunitTest_sal_rtl_uuid.mk
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
Executable_cppunittester.mk sal: rename "cppunit/cppunittester" executable 2013-09-22 11:08:31 +02:00
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk Windows: Require at least Windows XP SP2 2013-11-20 07:15:16 -06:00
Library_sal_textenc.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Library_uwinapi.mk
Makefile re-base on ALv2 code. Includes: 2012-11-21 14:52:11 +00:00
Module_sal.mk fdo#39625 Make existing cppunittests work 2013-09-11 15:50:41 +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).