office-gobmx/sal
Luboš Luňák c813c00947 don't skip first cmdline argument
It looks like this one is also meant to be called manually or something,
and the original version didn't skip the first argument either.
2012-04-03 14:06:12 +02:00
..
android Refactor where patch_libgnustl_shared() and extract_files() are called 2012-04-02 12:39:52 +03:00
cpprt
cppunittester More hacking on static linking (iOS) support 2012-03-21 00:00:05 +02:00
inc I'm dumb, fromAscii() stops at \0. 2012-04-03 07:41:55 +02:00
osl stray debugging line 2012-03-28 13:26:25 +01:00
prj
qa don't skip first cmdline argument 2012-04-03 14:06:12 +02:00
rtl/source warn on \0 embedded in string literals, after all 2012-04-02 16:58:13 +02:00
systools/win32/uwinapi
test removed duplicate includes in sal 2012-03-23 22:53:56 +09:00
textenc More hacking on static linking (iOS) support 2012-03-21 00:00:05 +02:00
typesconfig
util sal: expose more stringbuffer related instrumentation points 2012-04-02 13:51:55 +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 sal_osl_module depends on Module_DLL (uses the library) 2012-03-18 12:19:30 +01:00
CppunitTest_sal_osl_mutex.mk
CppunitTest_sal_osl_old_test_file.mk
CppunitTest_sal_osl_pipe.mk
CppunitTest_sal_osl_process.mk sal: add dependency for unit test, fix typo in comment 2012-03-28 09:46:49 +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_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 No separate sal_textenc library built for Android 2012-03-26 19:10:46 +03:00
CppunitTest_sal_tcwf.mk
CppunitTest_sal_types.mk
CustomTarget_generated.mk sal: rtlbootstrap.mk was empty on cygwin 2012-04-01 00:49:46 +02:00
Executable_cppunittester.mk
Executable_osl_process_child.mk sal: add dependency for unit test, fix typo in comment 2012-03-28 09:46:49 +02:00
Library_lo-bootstrap.mk
Library_sal.mk More hacking on static linking (iOS) support 2012-03-21 00:00:05 +02:00
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk sal: use CustomTarget makefile 2012-03-31 22:49:29 +02:00
Package_generated.mk sal: use CustomTarget makefile 2012-03-31 22:49:29 +02:00
Package_inc.mk move string helper types to stringutils.hxx 2012-03-28 23:00:53 +02: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).