office-gobmx/sal
Jan-Marek Glogowski b9d93fc47b Allow making SAL_LOG based output fatal
This introduces the [+-]FATAL marker for SAL_LOG. This way you can
set part of the matching SAL_LOG string to std::abort on match.

The example "SAL_LOG=+FATAL+WARN.vcl.scheduler-FATAL+INFO" will
abort for any "+WARN.vcl.scheduler" match, but will just print all
additional "+INFO" logs.

Change-Id: Ib77f194a78f5165e6c885c82374ae41293815ee9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97651
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2020-07-07 14:15:04 +02:00
..
android android: Get rid of the 'old' vs. Online-based runtime distinction. 2019-12-02 11:13:54 +01:00
cppunittester Revert "Try to blind-solve cppunittester hangs on Windows" 2020-05-24 12:30:32 +02:00
inc compact namespace in sal..svgio 2020-05-10 12:03:13 +02:00
osl Allow making SAL_LOG based output fatal 2020-07-07 14:15:04 +02:00
qa Upcoming improved loplugin:staticanonymous -> redundantstatic: sal 2020-07-02 07:09:56 +02:00
rtl Upcoming improved loplugin:staticanonymous -> redundantstatic: sal 2020-07-02 07:09:56 +02:00
test Fixing "...." 2019-09-06 09:13:38 +02:00
textenc Upcoming improved loplugin:staticanonymous -> redundantstatic: sal 2020-07-02 07:09:56 +02:00
util tdf#125688 speed up load of change-tracking ODS 2019-10-31 07:02:09 +01:00
CppunitTest_Module_DLL.mk
CppunitTest_sal_comtools.mk tdf#39625 make sal/qa/systools/test_comtools.cxx work with CppUnit 2019-02-22 13:36:15 +01:00
CppunitTest_sal_osl.mk WIN enable osl_File.cxx part of CppUnitTest_sal_osl 2019-12-03 09:08:32 +01:00
CppunitTest_sal_osl_security.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_sal_rtl.mk
CppunitTest_sal_types.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Executable_cppunittester.mk Revert "Try to blind-solve cppunittester hangs on Windows" 2020-05-24 12:30:32 +02:00
Executable_osl_process_child.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
Library_lo-bootstrap.mk
Library_sal.mk Related: tdf#130725: use strtod also in rtl::math::stringToDouble 2020-02-27 11:02:16 +01:00
Library_sal_textenc.mk
Makefile
Module_sal.mk Reinstate CppunitTest_sal_rtl 2019-10-23 18:10:32 +02:00
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).