office-gobmx/sal
Noel Grandin f14b9d3029 convert (a>b?a:b) to std::max(a,b)
with something like:
   git grep -nP '(.*)\s*>\s*(.*)\s*\?\s*\g1\s*:\s*\g2'

Change-Id: I60b9a3a2a09162bc0de4c13fdde2c209696e5413
Reviewed-on: https://gerrit.libreoffice.org/47602
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-01-11 07:35:43 +01:00
..
android
cppunittester
inc rtl: support start/stop threads around pre-init 2017-12-28 19:10:01 +01:00
osl convert (a>b?a:b) to std::max(a,b) 2018-01-11 07:35:43 +01:00
qa Remove broken test 2018-01-02 21:32:50 +01:00
rtl convert (a>b?a:b) to std::max(a,b) 2018-01-11 07:35:43 +01:00
test
textenc sal: fix typo in tcvtmb.cxx and remove comment cruft 2017-12-27 16:38:05 +01:00
util
CppunitTest_Module_DLL.mk
CppunitTest_sal_osl.mk Remove broken test 2018-01-02 21:32:50 +01:00
CppunitTest_sal_osl_security.mk
CppunitTest_sal_rtl.mk Don't use -I$(SRCDIR), people have various strange stuff in the SRCDIR. 2017-12-20 20:17:48 +01:00
CppunitTest_sal_types.mk
Executable_cppunittester.mk
Executable_osl_process_child.mk
Library_lo-bootstrap.mk
Library_sal.mk Support for tcmalloc and jemalloc is long dead 2017-12-30 11:34:26 +01:00
Library_sal_textenc.mk
Makefile
Module_sal.mk
README

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).