office-gobmx/sal
Luboš Luňák 96b45756b4 move ostream OUString operator<< directly to ustring.hxx
It apparently works that way, so there's no need to have
an #include loop.

Change-Id: I58d4f0461c14637872a139f0fbfb78f2a99fe28a
2012-09-18 11:54:05 +02:00
..
android
cpprt
cppunittester
inc move ostream OUString operator<< directly to ustring.hxx 2012-09-18 11:54:05 +02:00
osl Include header with prototypes of defined functions 2012-09-17 09:31:46 +02:00
prj
qa update unused code list 2012-09-17 10:46:27 +01:00
rtl/source migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomic 2012-09-17 14:26:12 +00:00
systools/win32/uwinapi
test
textenc Revert "saldllapi.h is really not included outside of sal itself" 2012-09-15 23:20:46 +02:00
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_rtl_uri.mk sal_rtl_uri unittest seems to depend on sal_textenc library too 2012-09-14 16:48:48 +02:00
CppunitTest_sal_rtl_uuid.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 diagnose.c -> diagnose.cxx (to ease further modification) 2012-09-12 14:18:10 +02:00
Library_sal_textenc.mk
Library_uwinapi.mk
Makefile
Module_sal.mk fdo#39625 Make existing cppunittests work 2012-09-11 12:47:46 +00:00
Package_generated.mk
Package_inc.mk Revert "saldllapi.h is really not included outside of sal itself" 2012-09-15 23:20:46 +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).