office-gobmx/sal
Michael Stahl 5729da18a1 fdo#42865: privatized unique empty string symbol:
Unfortunately this --enable-dbg-util only problem (caused by
_GLIBCXX_DEUBG) resurfaced, perhaps because of new std::string based
logging in sal; adapt all map files to export the unique symbol.
2012-05-18 16:33:19 +02:00
..
android Create the redirection thread in detached state 2012-05-16 18:37:39 +03:00
cpprt
cppunittester
inc
osl drop debug_oustring now that gdb pretty-printers exist 2012-05-17 14:03:25 +01:00
prj
qa
rtl/source
systools/win32/uwinapi
test
textenc
typesconfig
util fdo#42865: privatized unique empty string symbol: 2012-05-18 16:33:19 +02: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
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 Generate a proper (?) rtlbootstrap.mk for a MSC build, too 2012-05-14 10:28:41 +03:00
Executable_cppunittester.mk
Executable_osl_process_child.mk normalize variable names in gbuild user makefiles 2012-05-10 10:47:44 +02:00
Library_lo-bootstrap.mk
Library_sal.mk EasyHack fdo#42783: get rid of CPU define/build system variable 2012-05-09 16:31:31 +02:00
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk
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).