office-gobmx/comphelper
Noel Grandin 1b9ca3689d try to fix shutdown crashes in ConfigurationWrapper
associated with
    commit 7df433cdc3
    optimize ConfigurationProperty::get()

it seems it introduced
https://crashreport.libreoffice.org/stats/signature/void%20rtl::str::release%3C_rtl_uString%3E(_rtl_uString*)
which, at the moment, is the most reported crash in
https://crashreport.libreoffice.org/stats/version/7.4.3.2

We need to tie the lifetime of ConfigurationWrapper and the cache
objects together, so they die as one unit, otherwise the
unpredicatable ordering of destruction of static objects is a
problem.

Change-Id: I80db5a4c28510a68f40b919902b01f3981e32bfb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144840
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-12-27 17:23:17 +00:00
..
inc/pch vcl: AnimationBitmap -> AnimationFrame 2022-09-16 10:08:43 +02:00
qa comphelper: support property values arrays in JsonToPropertyValues() 2022-11-25 17:52:36 +01:00
source try to fix shutdown crashes in ConfigurationWrapper 2022-12-27 17:23:17 +00:00
util
CppunitTest_comphelper_ifcontainer.mk
CppunitTest_comphelper_parallelsort_test.mk
CppunitTest_comphelper_syntaxhighlight_test.mk
CppunitTest_comphelper_test.mk comphelper: fix natural string compare function + reorganize tests 2022-05-20 01:19:41 +02:00
CppunitTest_comphelper_threadpool_test.mk
CppunitTest_comphelper_variadictemplates_test.mk
IwyuFilter_comphelper.yaml
JunitTest_comphelper_complex.mk
Library_comphelper.mk Related: tdf#152114 Move some tools' Date class algorithms to comphelper::date 2022-11-22 18:38:39 +01:00
Makefile
Module_comphelper.mk
README.md
StaticLibrary_windows_process.mk

Helpers for Implementing UNO Components

Here goes anything not generic / mature enough to end up in URE's stable interface at cppuhelper, etc.