office-gobmx/sal
Stephan Bergmann 7cbb6d9ad0 Refactor expandMacros somewhat...
...so that backward compatibility ${file::key} -> ${file:key} does not kick in
for the special .link and .override cases.

Change-Id: If009b8ecdbb7662c21e87e7bccb50a0ebbb0190f
2012-08-07 11:01:07 +02:00
..
android android: expose dummy JNI gnustl patching method for x86 2012-08-06 10:33:47 +01:00
cpprt
cppunittester
inc Work around isfinite crack with NDK r8b and the 4.6 toolchain 2012-07-30 16:14:16 +03:00
osl sal: let DISABLE_SAL_DBGBOX only disable GUI message boxes 2012-08-03 23:27:13 +02:00
prj
qa Bin no longer used iOS cppunit stuff that breaks build even 2012-08-01 19:19:04 +03:00
rtl/source Refactor expandMacros somewhat... 2012-08-07 11:01:07 +02:00
systools/win32/uwinapi
test
textenc
typesconfig
util
workben
CppunitTest_Module_DLL.mk
CppunitTest_sal_bytesequence.mk
CppunitTest_sal_checkapi.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
CustomTarget_sal_allheaders.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk No point with these executables for non-desktop OSes 2012-08-07 08:55:24 +03:00
Package_generated.mk
Package_inc.mk
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).