office-gobmx/sal
Tor Lillqvist 8e279c79f8 Don't do the security scope bookmark dance if not in a sandboxed process
No point in doing it in build-time tools like cppumaker which don't
run as sandboxed processes. Just slows them down a lot, while cfprefsd
consumes lots of CPU doing user preference lookups in vain for every
file accessed through the uunxapi functions.

Change-Id: I83e55a8e8d0c4f2c60c60ecad2c831e42c9e5bfd
2014-08-15 01:55:41 +03:00
..
android android: LibreOfficeKit needs the path to program/ as the starting point. 2014-07-01 13:48:28 +02:00
cpprt sal/rtl: remove SAL_THROW macro 2014-06-05 08:17:48 +02:00
cppunittester Keep TestFixture alive until outputter is done with it 2014-06-04 11:05:58 +02:00
inc update_pch 2014-08-13 10:10:33 +02:00
osl Don't do the security scope bookmark dance if not in a sandboxed process 2014-08-15 01:55:41 +03:00
qa WaE: Unreferenced function definition 2014-08-13 11:48:07 +03:00
rtl Include <algorithm> for std::min 2014-07-28 09:46:17 +03:00
systools/win32/uwinapi
test
textenc fdo#68849: Add header guards to all include files 2014-06-01 16:07:41 +00:00
util Introduce osl_areCommandArgsSet. 2014-07-11 11:29:09 +01:00
workben fix encoding: iso-8859-1 -> utf8 2014-05-25 16:29:19 +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 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 Don't do the security scope bookmark dance if not in a sandboxed process 2014-08-15 01:55:41 +03:00
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).