[Libreoffice-commits] core.git: sw/CppunitTest_sw_dialogs_test.mk

2023-04-20 Thread Stephan Bergmann (via logerrit)
sw/CppunitTest_sw_dialogs_test.mk |4 1 file changed, 4 insertions(+) New commits: commit ab5e812e381b85ddd8bc4a3456e9b7695f824c95 Author: Stephan Bergmann AuthorDate: Thu Apr 20 14:02:50 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 20 16:48:04 2023 +0200

[Libreoffice-commits] core.git: i18npool/source

2023-04-20 Thread Stephan Bergmann (via logerrit)
i18npool/source/transliteration/transliteration_body.cxx | 10 +- i18npool/source/transliteration/transliteration_caseignore.cxx |2 +- 2 files changed, 6 insertions(+), 6 deletions(-) New commits: commit 6413e3060be3646279a50342df64eafa626552e7 Author: Stephan Bergmann

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-23.05' - configmgr/qa test/user-template

2023-04-20 Thread Stephan Bergmann (via logerrit)
configmgr/qa/unit/test.cxx | 17 + test/user-template/registry-common/modifications.xcd | 13 + 2 files changed, 30 insertions(+) New commits: commit 73fd9cc61fd9921cf1322f60f04afc370986572f Author: Stephan Bergmann AuthorDate: Wed

Re: Failure in VclTextTest::testSimpleText due to a slightly oversized delta

2023-04-19 Thread Stephan Bergmann
On 4/19/23 09:02, Ilmari Lauhakangas wrote: A new contributor gets this on Ubuntu 22.04: ...and they don't happen to configure --without-fonts?

[Libreoffice-commits] core.git: scripting/java

2023-04-18 Thread Stephan Bergmann (via logerrit)
scripting/java/Framework/com/sun/star/script/framework/security/SecurityDialog.java |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 4b3308a8c24d71c30145c93411fab12c0b5e Author: Stephan Bergmann AuthorDate: Tue Apr 18 15:06:49 2023 +0200 Commit

[Libreoffice-commits] core.git: canvas/source configmgr/source forms/source sd/source sw/source vcl/source

2023-04-17 Thread Stephan Bergmann (via logerrit)
: commit 7c36c5fdfdfeab9d15ea733fe2a831cd4ff25d27 Author: Stephan Bergmann AuthorDate: Mon Apr 17 21:33:37 2023 +0200 Commit: Stephan Bergmann CommitDate: Tue Apr 18 07:38:29 2023 +0200 Some missing XServiceInfo implementations Change-Id

[Libreoffice-commits] core.git: download.lst external/boost

2023-04-17 Thread Stephan Bergmann (via logerrit)
(-) New commits: commit 8daa8eef06fa485f5271503921585a3fbef26567 Author: Stephan Bergmann AuthorDate: Mon Apr 17 13:27:27 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 17 18:59:32 2023 +0200 Upgrade external/boost to latest Boost 1.82.0 <https://dev-www.libreoffice.

[Libreoffice-commits] core.git: editeng/source

2023-04-17 Thread Stephan Bergmann (via logerrit)
editeng/source/items/frmitems.cxx |4 1 file changed, 4 insertions(+) New commits: commit e7617af8b463e31faabde6e409cc347c0c648364 Author: Stephan Bergmann AuthorDate: Mon Apr 17 09:16:34 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 17 18:59:14 2023 +0200

[PATCH] D148505: Allow `__attribute__((warn_unused))` on individual constructors

2023-04-17 Thread Stephan Bergmann via Phabricator via cfe-commits
sberg added inline comments. Comment at: clang/include/clang/Basic/Attr.td:2996 let Spellings = [GCC<"warn_unused">]; - let Subjects = SubjectList<[Record]>; + let Subjects = SubjectList<[Record, CXXConstructor]>; let Documentation = [Undocumented];

[Libreoffice-commits] core.git: sal/osl

2023-04-17 Thread Stephan Bergmann (via logerrit)
sal/osl/w32/backtrace.cxx |7 ++- sal/osl/w32/procimpl.cxx |3 +-- 2 files changed, 3 insertions(+), 7 deletions(-) New commits: commit a0c08ce6cf5e0cd88238fefb3b819305daf4005e Author: Stephan Bergmann AuthorDate: Mon Apr 17 09:20:53 2023 +0200 Commit: Stephan Bergmann

[Libreoffice-commits] core.git: vcl/inc

2023-04-17 Thread Stephan Bergmann (via logerrit)
vcl/inc/win/saldata.hxx | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 955b4aa7619206e2ae38127e3cfaecbf1d1d7e11 Author: Stephan Bergmann AuthorDate: Mon Apr 17 09:21:42 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 17 17:15:36 2023

[Libreoffice-commits] core.git: xmlsecurity/source

2023-04-17 Thread Stephan Bergmann (via logerrit)
xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 1ccb5a63cd3f16f46c3d8cb7d86374805705804d Author: Stephan Bergmann AuthorDate: Mon Apr 17 09:25:05 2023 +0200 Commit: Stephan Bergmann

[Libreoffice-commits] core.git: vcl/source vcl/win

2023-04-17 Thread Stephan Bergmann (via logerrit)
vcl/source/opengl/OpenGLHelper.cxx |4 +-- vcl/win/gdi/salgdi.cxx | 38 +++-- 2 files changed, 14 insertions(+), 28 deletions(-) New commits: commit 3b58e91c8a25917a2cf6c747f3d6ace27879f92a Author: Stephan Bergmann AuthorDate: Mon Apr 17 09

[Libreoffice-commits] core.git: winaccessibility/source

2023-04-17 Thread Stephan Bergmann (via logerrit)
winaccessibility/source/UAccCOM/AccTextBase.cxx |3 -- winaccessibility/source/UAccCOM/MAccessible.cxx | 31 ++-- 2 files changed, 10 insertions(+), 24 deletions(-) New commits: commit 1b7ced8e77910e7f44d726f48185f16bc2fb087d Author: Stephan Bergmann AuthorDate

[Libreoffice-commits] core.git: cli_ure/source

2023-04-17 Thread Stephan Bergmann (via logerrit)
Bergmann AuthorDate: Fri Apr 14 08:47:02 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 17 15:07:57 2023 +0200 Avoid MSVC error C2039 At least with VS 2022 Preview 17.6.0 Preview 3.0 and (if that makes a difference here) --with-latest-c++, the build started to fail now

[Libreoffice-commits] core.git: sw/qa

2023-04-17 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/uiwriter/uiwriter6.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 8978d12cbc475fa4c94a9a6b65d2e3f7219eb227 Author: Stephan Bergmann AuthorDate: Mon Apr 17 08:14:33 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 17 15:03:43 2023 +0200

[Libreoffice-commits] core.git: connectivity/source

2023-04-17 Thread Stephan Bergmann (via logerrit)
connectivity/source/drivers/ado/Awrapado.cxx | 25 + connectivity/source/inc/ado/Awrapado.hxx | 12 ++-- 2 files changed, 19 insertions(+), 18 deletions(-) New commits: commit d88b2ec74c35cbf6adcd7bcd80243685a5a02344 Author: Stephan Bergmann

[Libreoffice-commits] core.git: bridges/source

2023-04-17 Thread Stephan Bergmann (via logerrit)
bridges/source/cpp_uno/msvc_shared/except.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 1f8c3839dfc7e633c74da905593821f7681e2e66 Author: Stephan Bergmann AuthorDate: Mon Apr 17 08:49:20 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 17 11

[Libreoffice-commits] core.git: pyuno/source

2023-04-17 Thread Stephan Bergmann (via logerrit)
pyuno/source/loader/pyuno_loader.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit 1c8df0fd1ad896cbf7dfb08f2d70fa49e70c5106 Author: Stephan Bergmann AuthorDate: Mon Apr 17 09:20:20 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 17 11:42:07

[PATCH] D148505: Allow `__attribute__((warn_unused))` on individual constructors

2023-04-17 Thread Stephan Bergmann via Phabricator via cfe-commits
sberg created this revision. sberg added a reviewer: erichkeane. Herald added a reviewer: aaron.ballman. Herald added a subscriber: jdoerfert. Herald added a project: All. sberg requested review of this revision. Herald added a project: clang. This takes inspiration from the standard `nodiscard`

[Libreoffice-commits] core.git: compilerplugins/clang

2023-04-17 Thread Stephan Bergmann (via logerrit)
compilerplugins/clang/stringadd.cxx | 14 ++ compilerplugins/clang/test/stringadd.cxx | 15 +++ 2 files changed, 25 insertions(+), 4 deletions(-) New commits: commit 856fc80439c23d4473930b92e201ebd33b20fc8b Author: Stephan Bergmann AuthorDate: Mon Apr 17 09

[Libreoffice-commits] core.git: compilerplugins/clang

2023-04-17 Thread Stephan Bergmann (via logerrit)
compilerplugins/clang/test/stringview.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5955a453165f6d8117b44e8ad37fb5ca0134add4 Author: Stephan Bergmann AuthorDate: Mon Apr 17 09:13:26 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 17 10:23

[Libreoffice-commits] core.git: filter/source

2023-04-14 Thread Stephan Bergmann (via logerrit)
filter/source/config/cache/filtercache.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit b1c88800c2e3e6a509ba08050c7e65ce7d0e693a Author: Stephan Bergmann AuthorDate: Fri Apr 14 08:34:40 2023 +0200 Commit: Stephan Bergmann CommitDate: Fri Apr 14 13:31:25 2023 +0200

[Libreoffice-commits] core.git: include/xmloff

2023-04-14 Thread Stephan Bergmann (via logerrit)
include/xmloff/txtparae.hxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 2416cae8ea94997ebea112c31624db79d0d6b91a Author: Stephan Bergmann AuthorDate: Fri Apr 14 08:38:50 2023 +0200 Commit: Stephan Bergmann CommitDate: Fri Apr 14 10:28:00 2023 +0200

[Libreoffice-commits] core.git: desktop/qa

2023-04-14 Thread Stephan Bergmann (via logerrit)
desktop/qa/desktop_lib/test_desktop_lib.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit e5aeca2cf9ff9746f9af521c52b40360cd7f7bfc Author: Stephan Bergmann AuthorDate: Thu Apr 13 19:08:25 2023 +0200 Commit: Stephan Bergmann CommitDate: Fri Apr 14 10:26:27 2023 +0200

[Libreoffice-commits] core.git: configure.ac

2023-04-14 Thread Stephan Bergmann (via logerrit)
configure.ac | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 53ba2283c81ea7812538dc1c846a81fcb037fb10 Author: Stephan Bergmann AuthorDate: Fri Apr 14 08:30:19 2023 +0200 Commit: Stephan Bergmann CommitDate: Fri Apr 14 10:25:22 2023 +0200

[Libreoffice-commits] core.git: 2 commits - sw/qa

2023-04-14 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/odfexport/odfexport.cxx |3 --- sw/qa/extras/ooxmlexport/ooxmlexport8.cxx |1 - 2 files changed, 4 deletions(-) New commits: commit 99b33f387a8703a2a37a45554309ca6b8906a296 Author: Stephan Bergmann AuthorDate: Thu Apr 13 17:42:10 2023 +0200 Commit: Stephan

[Libreoffice-commits] core.git: 2 commits - sw/qa

2023-04-14 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/uiwriter/uiwriter3.cxx |2 -- sw/qa/filter/ww8/ww8.cxx|2 -- 2 files changed, 4 deletions(-) New commits: commit 81bb8184d28e0f6fe67d943f4cdda2e42794 Author: Stephan Bergmann AuthorDate: Thu Apr 13 16:35:42 2023 +0200 Commit: Stephan Bergmann

[Libreoffice-commits] core.git: 2 commits - sw/qa writerfilter/qa

2023-04-14 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/odfexport/odfexport.cxx |4 ++-- writerfilter/qa/cppunittests/dmapper/GraphicImport.cxx |1 - 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit 7cdbe504ff3b59d3aec1b1e86caf7f24223dce72 Author: Stephan Bergmann AuthorDate: Thu Apr 13

[Libreoffice-commits] core.git: sw/qa

2023-04-13 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport4.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 4e70952efbc97bef7bc108e738bee346bf5de605 Author: Stephan Bergmann AuthorDate: Thu Apr 13 16:50:55 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 23:17:51 2023 +0200

[Libreoffice-commits] core.git: sw/qa

2023-04-13 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/uiwriter/uiwriter6.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit ba4762fa14aeca39929d7a6d33217f34f2218e58 Author: Stephan Bergmann AuthorDate: Thu Apr 13 19:06:39 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 23:15:20 2023 +0200

[Libreoffice-commits] core.git: sw/qa

2023-04-13 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/uiwriter/uiwriter.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 6888d414fd298a6d3da69e189398b38bbd1db7c0 Author: Stephan Bergmann AuthorDate: Thu Apr 13 19:03:34 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 23:14:54 2023 +0200 -Werror

[Libreoffice-commits] core.git: sw/qa

2023-04-13 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/uiwriter/uiwriter2.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 5e86a3487f1ec5dd1c74b6b9ebb6a04550d39c04 Author: Stephan Bergmann AuthorDate: Thu Apr 13 18:57:59 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 22:47:01 2023 +0200 -Werror

[Libreoffice-commits] core.git: 2 commits - sd/qa sw/qa

2023-04-13 Thread Stephan Bergmann (via logerrit)
sd/qa/unit/import-tests2.cxx|3 --- sw/qa/extras/uiwriter/uiwriter2.cxx |3 --- 2 files changed, 6 deletions(-) New commits: commit ca1ecf8bf7bba63f046848840db9d1aee5501fc5 Author: Stephan Bergmann AuthorDate: Thu Apr 13 18:57:34 2023 +0200 Commit: Stephan Bergmann

[Libreoffice-commits] core.git: sw/qa

2023-04-13 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/odfexport/odfexport.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 03ad8bdc2a2d9f85aaeff692c9e89d8a66fa3e9b Author: Stephan Bergmann AuthorDate: Thu Apr 13 18:24:52 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 22:38:27 2023 +0200 -Werror

[Libreoffice-commits] core.git: sw/qa

2023-04-13 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/ooxmlexport/ooxmlexport2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f1ff6f9c72cf0e105e6e151a9fa3b7d395553d4b Author: Stephan Bergmann AuthorDate: Thu Apr 13 17:36:27 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 22:38:11

[Libreoffice-commits] core.git: sw/qa

2023-04-13 Thread Stephan Bergmann (via logerrit)
sw/qa/extras/ww8import/ww8import.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit c4b561d64ef64a1cd578ea7a6e24bd78a3bce36e Author: Stephan Bergmann AuthorDate: Thu Apr 13 17:33:13 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 22:37:52 2023 +0200 -Werror

[Libreoffice-commits] core.git: i18npool/CppunitTest_i18npool_transliteration.mk i18npool/inc i18npool/qa i18npool/source

2023-04-13 Thread Stephan Bergmann (via logerrit)
insertions(+), 88 deletions(-) New commits: commit 852af3af0dde3810e323afc3d42d7bd1cd4e67bc Author: Stephan Bergmann AuthorDate: Wed Apr 12 22:15:04 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 08:23:59 2023 +0200 Fix UBSan function-type-mismatch ...as seen

[Libreoffice-commits] core.git: svx/qa

2023-04-12 Thread Stephan Bergmann (via logerrit)
svx/qa/unit/customshapes.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit d8249389f791177464b0b74fc873384433d08947 Author: Stephan Bergmann AuthorDate: Wed Apr 12 23:06:54 2023 +0200 Commit: Stephan Bergmann CommitDate: Thu Apr 13 07:48:15 2023 +0200 -Werror

[Libreoffice-commits] core.git: 2 commits - vcl/qa xmloff/source

2023-04-12 Thread Stephan Bergmann (via logerrit)
vcl/qa/cppunit/pdfexport/pdfexport.cxx |2 -- xmloff/source/text/txtparae.cxx|1 - 2 files changed, 3 deletions(-) New commits: commit 396f3fd0ab1cdabf0b4800b5c45a418534f83e5c Author: Stephan Bergmann AuthorDate: Wed Apr 12 23:05:00 2023 +0200 Commit: Stephan Bergmann

[Libreoffice-commits] core.git: bridges/source

2023-04-11 Thread Stephan Bergmann (via logerrit)
bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit fe0fbb166233b53d43e1eab61d110c37bac2fb5a Author: Stephan Bergmann AuthorDate: Tue Apr 11 15:58:09 2023 +0200 Commit: Stephan Bergmann CommitDate: Tue Apr

[Libreoffice-commits] core.git: shell/source

2023-04-11 Thread Stephan Bergmann (via logerrit)
shell/source/backends/localebe/localebackend.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 5b6ed0abb8279a0b2858dad60435cb2494887014 Author: Stephan Bergmann AuthorDate: Tue Apr 11 16:09:27 2023 +0200 Commit: Stephan Bergmann CommitDate: Tue Apr 11

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - sc/source

2023-04-11 Thread Stephan Bergmann (via logerrit)
sc/source/core/tool/reffind.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit c7c7f1c39630890f0c6eadbf9cd44b3ba88f9d81 Author: Stephan Bergmann AuthorDate: Tue Apr 11 10:35:36 2023 +0200 Commit: Caolán McNamara CommitDate: Tue Apr 11 20:39:03 2023

[Libreoffice-commits] core.git: 2 commits - oox/source sc/source

2023-04-11 Thread Stephan Bergmann (via logerrit)
oox/source/drawingml/colorchoicecontext.cxx |2 +- sc/source/core/tool/reffind.cxx |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) New commits: commit dc80c92a1e63fd88560fd77261b96f6c5be97273 Author: Stephan Bergmann AuthorDate: Tue Apr 11 10:35:36 2023 +0200

[Libreoffice-commits] core.git: desktop/source

2023-04-11 Thread Stephan Bergmann (via logerrit)
desktop/source/app/crashreport.cxx |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 8029a239cf294d06bb9f29aeb9b6897cb422a880 Author: Stephan Bergmann AuthorDate: Tue Apr 11 08:06:51 2023 +0200 Commit: Stephan Bergmann CommitDate: Tue Apr 11 09:38:01 2023

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - 2 commits - i18npool/CppunitTest_i18npool_transliteration.mk i18npool/Module_i18npool.mk i18npool/qa i18npool/source i18npool/util

2023-04-06 Thread Stephan Bergmann (via logerrit)
/util/i18npool.component|6 5 files changed, 198 insertions(+), 21 deletions(-) New commits: commit 33a5eba5ba8750f3c6f3c1bc5c2f3c603c4e331f Author: Stephan Bergmann AuthorDate: Tue Apr 4 14:23:49 2023 +0200 Commit: Xisco Fauli CommitDate: Thu Apr 6 10:20:53 2023

[Libreoffice-commits] core.git: sd/source

2023-04-05 Thread Stephan Bergmann (via logerrit)
sd/source/ui/sidebar/PanelFactory.cxx | 13 + sd/source/ui/sidebar/PanelFactory.hxx |7 ++- 2 files changed, 19 insertions(+), 1 deletion(-) New commits: commit e489200756d08fd647d3c3ce5ae4f620c3f4baa7 Author: Stephan Bergmann AuthorDate: Wed Apr 5 22:58:11 2023 +0200

[Libreoffice-commits] core.git: i18npool/util

2023-04-05 Thread Stephan Bergmann (via logerrit)
i18npool/util/i18npool.component |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 23bd3bd10e74b0c23c2654d02d7d830e7693adac Author: Stephan Bergmann AuthorDate: Wed Apr 5 21:21:26 2023 +0200 Commit: Stephan Bergmann CommitDate: Wed Apr 5 22:59:54 2023

[Libreoffice-commits] core.git: i18npool/util

2023-04-05 Thread Stephan Bergmann (via logerrit)
i18npool/util/i18npool.component |3 --- 1 file changed, 3 deletions(-) New commits: commit 7191ebc701074059bcfce01620c6035a299ffd78 Author: Stephan Bergmann AuthorDate: Wed Apr 5 21:25:58 2023 +0200 Commit: Stephan Bergmann CommitDate: Wed Apr 5 22:59:37 2023 +0200 Remove

Re: Is 'choice' and 'group' in UNO possible?

2023-04-05 Thread Stephan Bergmann
On 4/5/23 18:47, Regina Henschel wrote: In RELAX NG (used for ODF file format) the structure below is possible. Is something similar possible for to define an "enhanced-color" for API? I mean, to have two members, where the data type of the second depends on the value of the first. UNO does

[Libreoffice-commits] core.git: compilerplugins/clang

2023-04-05 Thread Stephan Bergmann (via logerrit)
compilerplugins/clang/test/stringview.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8b4af1eb0549b6832361da85ddaa1e13be34ec76 Author: Stephan Bergmann AuthorDate: Wed Apr 5 10:19:41 2023 +0200 Commit: Stephan Bergmann CommitDate: Wed Apr 5 14:23:18

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - i18npool/qa i18npool/util

2023-04-05 Thread Stephan Bergmann (via logerrit)
i18npool/qa/cppunit/transliteration.cxx |8 ++-- i18npool/util/i18npool.component|6 +++--- 2 files changed, 5 insertions(+), 9 deletions(-) New commits: commit a78bb6d0882ff33d71a8b92874f944e607c9a9d9 Author: Stephan Bergmann AuthorDate: Tue Apr 4 14:23:49 2023 +0200

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - i18npool/CppunitTest_i18npool_transliteration.mk i18npool/Module_i18npool.mk i18npool/qa i18npool/source

2023-04-04 Thread Stephan Bergmann (via logerrit)
changed, 199 insertions(+), 18 deletions(-) New commits: commit d502df6e8179744ded92f87addbaceb587b2b3c8 Author: Stephan Bergmann AuthorDate: Tue Apr 4 11:16:00 2023 +0200 Commit: Caolán McNamara CommitDate: Tue Apr 4 17:54:08 2023 +0200 tdf#151971: Fix used implementation names

[Libreoffice-commits] core.git: i18npool/qa i18npool/util

2023-04-04 Thread Stephan Bergmann (via logerrit)
i18npool/qa/cppunit/transliteration.cxx |8 ++-- i18npool/util/i18npool.component|6 +++--- 2 files changed, 5 insertions(+), 9 deletions(-) New commits: commit 65710a8d0098752b1079680563a053c2770ec958 Author: Stephan Bergmann AuthorDate: Tue Apr 4 14:23:49 2023 +0200

[Libreoffice-commits] core.git: i18npool/CppunitTest_i18npool_transliteration.mk i18npool/Module_i18npool.mk i18npool/qa i18npool/source

2023-04-04 Thread Stephan Bergmann (via logerrit)
changed, 199 insertions(+), 18 deletions(-) New commits: commit 456a146b9eb643655ae2bd336740e8c5536913aa Author: Stephan Bergmann AuthorDate: Tue Apr 4 11:16:00 2023 +0200 Commit: Stephan Bergmann CommitDate: Tue Apr 4 14:21:39 2023 +0200 tdf#151971: Fix used implementation names

[Libreoffice-commits] core.git: vcl/inc

2023-04-03 Thread Stephan Bergmann (via logerrit)
vcl/inc/jsdialog/jsdialogbuilder.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 637d588ef3eaed3b9896d8aff3ccab6eb100ab29 Author: Stephan Bergmann AuthorDate: Mon Apr 3 10:39:59 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Apr 3 13:56:31 2023

[Libreoffice-commits] core.git: config_host.mk.in configure.ac solenv/bin solenv/gbuild

2023-04-02 Thread Stephan Bergmann (via logerrit)
|3 +- solenv/gbuild/UITest.mk |3 +- 7 files changed, 97 insertions(+), 4 deletions(-) New commits: commit d7ba78e9c7be835a1e2ecdacd25995663e96862f Author: Stephan Bergmann AuthorDate: Wed Mar 29 13:55:11 2023 +0200 Commit: Stephan Bergmann CommitDate: Sun Apr 2 18:02:27 2023

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - solenv/flatpak-manifest.in

2023-03-29 Thread Stephan Bergmann (via logerrit)
solenv/flatpak-manifest.in | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit 8a2d4ebc8d712add74d78fb908a177b4f5663a2a Author: Stephan Bergmann AuthorDate: Wed Mar 29 09:30:10 2023 +0200 Commit: Xisco Fauli CommitDate: Wed Mar 29 18:45:51 2023

[Libreoffice-commits] core.git: solenv/flatpak-manifest.in

2023-03-29 Thread Stephan Bergmann (via logerrit)
solenv/flatpak-manifest.in | 16 1 file changed, 8 insertions(+), 8 deletions(-) New commits: commit cfe339efd5f306452bc78ae4121867dc9b07b95a Author: Stephan Bergmann AuthorDate: Wed Mar 29 09:30:10 2023 +0200 Commit: Stephan Bergmann CommitDate: Wed Mar 29 08:31:25

Re: [systemd-devel] coredumpctl: matching by e.g. env var?

2023-03-29 Thread Stephan Bergmann
On 28/03/2023 22:58, Lennart Poettering wrote: On Di, 28.03.23 08:13, Stephan Bergmann (sberg...@redhat.com) wrote: * Is it guaranteed for system-run --scope that the wrapped command will run in the surrounding process group? (Because LibreOffice' Jenkins relies on a single process group

[Libreoffice-commits] core.git: include/rtl

2023-03-28 Thread Stephan Bergmann (via logerrit)
include/rtl/stringconcat.hxx |5 + 1 file changed, 5 insertions(+) New commits: commit 7fcfc39232d2fea7078c15552ee092b973e9175b Author: Stephan Bergmann AuthorDate: Tue Mar 28 10:14:58 2023 +0200 Commit: Stephan Bergmann CommitDate: Tue Mar 28 10:58:45 2023 + Fix build

Re: [systemd-devel] coredumpctl: matching by e.g. env var?

2023-03-28 Thread Stephan Bergmann
On 28/03/2023 08:13, Stephan Bergmann wrote: * Is there a grammar for those --unit=X resp. COREDUMP_USER_UNIT=X'.scope values?  I noticed that at least "/" in X gets replaced with "-" in X'. found <https://www.freedesktop.org/software/systemd/man/systemd.unit.html#

Re: [systemd-devel] coredumpctl: matching by e.g. env var?

2023-03-28 Thread Stephan Bergmann
On 27/03/2023 13:38, Lennart Poettering wrote: another idea: can't you just wrap your tests in "systemd-run --scope --user --name=somtestid47110815.scope" or so? we pick up unit names in coredump handling. With that you'd run yur tests inside a scope unit, and can then use that as key in

[Libreoffice-commits] core.git: include/rtl

2023-03-27 Thread Stephan Bergmann (via logerrit)
include/rtl/string.hxx |4 ++-- include/rtl/stringconcat.hxx | 20 +--- include/rtl/ustring.hxx |4 ++-- 3 files changed, 17 insertions(+), 11 deletions(-) New commits: commit 58dd5870a77344754ea459d8423d1b3787a6a813 Author: Stephan Bergmann AuthorDate

[Libreoffice-commits] core.git: sc/source

2023-03-27 Thread Stephan Bergmann (via logerrit)
sc/source/core/data/SolverSettings.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4ca42f5d7c6b29814741f6df74dbc22ea45b47ca Author: Stephan Bergmann AuthorDate: Mon Mar 27 12:42:58 2023 +0200 Commit: Stephan Bergmann CommitDate: Mon Mar 27 14:52:04

[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - jvmfwk/plugins jvmfwk/source

2023-03-25 Thread Stephan Bergmann (via logerrit)
979a947525fc324d365980d463af2de0fa91dac4 Author: Stephan Bergmann AuthorDate: Mon Feb 21 11:55:21 2022 +0100 Commit: Andras Timar CommitDate: Sat Mar 25 07:58:53 2023 +0100 Avoid unnecessary empty -Djava.class.path= Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130242 Tested

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - jvmfwk/plugins jvmfwk/source

2023-03-25 Thread Stephan Bergmann (via logerrit)
f60e081efd4d5902bbbd5545513bd41fb3ea4e90 Author: Stephan Bergmann AuthorDate: Mon Feb 21 11:55:21 2022 +0100 Commit: Andras Timar CommitDate: Sat Mar 25 07:49:27 2023 +0100 Avoid unnecessary empty -Djava.class.path= Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130242 Tested

[Libreoffice-commits] core.git: Branch 'libreoffice-7-4' - 2 commits - cppuhelper/source desktop/source

2023-03-24 Thread Stephan Bergmann (via logerrit)
cppuhelper/source/paths.cxx |6 -- desktop/source/app/app.cxx |4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 4107bb21a3e9734f4c12832d1fd465075bec16cb Author: Stephan Bergmann AuthorDate: Wed Mar 22 17:19:49 2023 +0100 Commit: Xisco Fauli

[Libreoffice-commits] core.git: Branch 'libreoffice-7-5' - 2 commits - cppuhelper/source desktop/source

2023-03-24 Thread Stephan Bergmann (via logerrit)
cppuhelper/source/paths.cxx |6 -- desktop/source/app/app.cxx |4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) New commits: commit 40d7fc59dec451ca1c5d61c2c6c81d45af971f5c Author: Stephan Bergmann AuthorDate: Wed Mar 22 17:19:49 2023 +0100 Commit: Xisco Fauli

[Libreoffice-commits] core.git: compilerplugins/clang

2023-03-23 Thread Stephan Bergmann (via logerrit)
compilerplugins/clang/stringview.cxx | 15 +-- compilerplugins/clang/test/stringview.cxx |2 -- 2 files changed, 1 insertion(+), 16 deletions(-) New commits: commit fe3234718539ef65e384f1393cfd859cb81b8233 Author: Stephan Bergmann AuthorDate: Thu Mar 23 10:35:31 2023

[Libreoffice-commits] core.git: cppuhelper/source

2023-03-22 Thread Stephan Bergmann (via logerrit)
cppuhelper/source/paths.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 27f9a9cfa76fa584477e89f13b33720b5edbd570 Author: Stephan Bergmann AuthorDate: Wed Mar 22 21:43:09 2023 +0100 Commit: Stephan Bergmann CommitDate: Wed Mar 22 21:51:01 2023 +

[Libreoffice-commits] core.git: 2 commits - cppuhelper/source desktop/source

2023-03-22 Thread Stephan Bergmann (via logerrit)
cppuhelper/source/paths.cxx |6 -- desktop/source/app/app.cxx | 35 --- 2 files changed, 20 insertions(+), 21 deletions(-) New commits: commit c3ec6ac5df2954b24010868f1d40bff242bd1742 Author: Stephan Bergmann AuthorDate: Wed Mar 22 17:51:57 2023

[Libreoffice-commits] core.git: desktop/source

2023-03-22 Thread Stephan Bergmann (via logerrit)
desktop/source/app/app.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit a1faf14f74a62ea76141115538d7d30d90c9eeb6 Author: Stephan Bergmann AuthorDate: Wed Mar 22 14:40:04 2023 +0100 Commit: Stephan Bergmann CommitDate: Wed Mar 22 15:01:17 2023 +

[Libreoffice-commits] core.git: stoc/test

2023-03-22 Thread Stephan Bergmann (via logerrit)
stoc/test/dump.idl | 85 - 1 file changed, 85 deletions(-) New commits: commit b1851d1afec70402a711e850f27c1c2521a7ba4d Author: Stephan Bergmann AuthorDate: Wed Mar 22 10:06:05 2023 +0100 Commit: Stephan Bergmann CommitDate: Wed Mar

[Libreoffice-commits] core.git: sd/qa

2023-03-22 Thread Stephan Bergmann (via logerrit)
sd/qa/unit/export-tests.cxx | 190 +--- 1 file changed, 129 insertions(+), 61 deletions(-) New commits: commit d54e5915da0778a0087f8b40c92d15d3c21f3de6 Author: Stephan Bergmann AuthorDate: Tue Mar 21 14:14:23 2023 +0100 Commit: Stephan Bergmann

[Libreoffice-commits] core.git: codemaker/source cppu/qa stoc/CppunitTest_stoc_dump.mk stoc/Library_reflection.mk stoc/Module_stoc.mk stoc/source stoc/test udkapi/com udkapi/UnoApi_udkapi.mk

2023-03-22 Thread Stephan Bergmann (via logerrit)
|2 udkapi/com/sun/star/reflection/Dump.idl | 22 + udkapi/com/sun/star/reflection/XDump.idl| 58 +++ 12 files changed, 717 insertions(+), 191 deletions(-) New commits: commit 9111536f1bbaed489ed3ed36315e05d4b3940f5b Author: Stephan Bergmann AuthorDate

[Libreoffice-commits] core.git: include/vcl package/inc package/source vcl/inc

2023-03-20 Thread Stephan Bergmann (via logerrit)
+ 5 files changed, 5 insertions(+) New commits: commit 7cce1141c6d0fd3023a827021f818f1e96cf26f0 Author: Stephan Bergmann AuthorDate: Mon Mar 20 14:49:30 2023 +0100 Commit: Stephan Bergmann CommitDate: Mon Mar 20 15:21:08 2023 + Missing includes (for std::exception_ptr

[Libreoffice-commits] core.git: chart2/source

2023-03-20 Thread Stephan Bergmann (via logerrit)
chart2/source/inc/Diagram.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 28fba1a4002cefb6d77f0b682f1d632e18c0967d Author: Stephan Bergmann AuthorDate: Mon Mar 20 11:50:37 2023 +0100 Commit: Stephan Bergmann CommitDate: Mon Mar 20 14:53:38 2023 +

[Libreoffice-commits] core.git: sal/rtl

2023-03-20 Thread Stephan Bergmann (via logerrit)
sal/rtl/strtmpl.hxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a44c9d023041c881f7858ddd9d93809dc1861313 Author: Stephan Bergmann AuthorDate: Mon Mar 20 09:35:12 2023 +0100 Commit: Stephan Bergmann CommitDate: Mon Mar 20 10:44:40 2023 +

[Libreoffice-commits] core.git: starmath/qa

2023-03-20 Thread Stephan Bergmann (via logerrit)
starmath/qa/extras/mmlexport-test.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 0f6dfd5e6d3635ba56c320179a616405cd05d68a Author: Stephan Bergmann AuthorDate: Sun Mar 19 22:47:37 2023 +0100 Commit: Stephan Bergmann CommitDate: Mon Mar 20 08:33:39 2023 + Fix C

[Libreoffice-commits] core.git: sal/rtl

2023-03-20 Thread Stephan Bergmann (via logerrit)
sal/rtl/strtmpl.hxx |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) New commits: commit 926095df6b444866cd7e245b6a7befa6c2e29424 Author: Stephan Bergmann AuthorDate: Sun Mar 19 22:50:46 2023 +0100 Commit: Stephan Bergmann CommitDate: Mon Mar 20 07:01:25 2023 +

[Libreoffice-commits] core.git: compilerplugins/clang solenv/CompilerTest_compilerplugins_clang.mk

2023-03-17 Thread Stephan Bergmann (via logerrit)
: Stephan Bergmann AuthorDate: Fri Mar 17 14:23:40 2023 +0100 Commit: Stephan Bergmann CommitDate: Fri Mar 17 16:47:09 2023 + loplugin:rangedforcopy: Assume non-reference structured binding is intentional See pending <https://gerrit.libreoffice.org/c/core/+/149026>

[Libreoffice-commits] core.git: include/rtl

2023-03-17 Thread Stephan Bergmann (via logerrit)
include/rtl/string.hxx | 15 ++- include/rtl/ustring.hxx | 15 ++- 2 files changed, 28 insertions(+), 2 deletions(-) New commits: commit b8f131d4cc0454ffe4f809763ce6bccafeab3eb0 Author: Stephan Bergmann AuthorDate: Thu Mar 16 11:52:29 2023 +0100 Commit

[Libreoffice-commits] core.git: compilerplugins/clang

2023-03-17 Thread Stephan Bergmann (via logerrit)
compilerplugins/clang/test/unusedmember.cxx | 29 compilerplugins/clang/unusedmember.cxx |4 +++ 2 files changed, 33 insertions(+) New commits: commit f0ff4243d45b11f372a2ed824fbb8806de9cb595 Author: Stephan Bergmann AuthorDate: Fri Mar 17 09:58:21

[Libreoffice-commits] core.git: compilerplugins/clang

2023-03-16 Thread Stephan Bergmann (via logerrit)
3a1fbb70a39cff9eea852f6709ecb63f45b29c40 Author: Stephan Bergmann AuthorDate: Thu Mar 16 12:06:43 2023 +0100 Commit: Stephan Bergmann CommitDate: Thu Mar 16 16:05:29 2023 + Prepare compilerplugins for C++23 `if consteval` ...for which clang::IfStmt::getCond returns null Change

[Libreoffice-commits] core.git: compilerplugins/clang

2023-03-16 Thread Stephan Bergmann (via logerrit)
compilerplugins/clang/unnecessaryparen.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 251135b308fa7a9a5842c0abe7128311579d603b Author: Stephan Bergmann AuthorDate: Thu Mar 16 10:57:37 2023 +0100 Commit: Stephan Bergmann CommitDate: Thu Mar 16 12:41:38 2023 +

[Libreoffice-commits] core.git: compilerplugins/clang

2023-03-16 Thread Stephan Bergmann (via logerrit)
compilerplugins/clang/implicitboolconversion.cxx | 30 +++ 1 file changed, 25 insertions(+), 5 deletions(-) New commits: commit c7aee57724828c4b9d67deb930f09c494ff4d811 Author: Stephan Bergmann AuthorDate: Thu Mar 16 08:33:07 2023 +0100 Commit: Stephan Bergmann

[Libreoffice-commits] core.git: connectivity/source vcl/source

2023-03-15 Thread Stephan Bergmann (via logerrit)
connectivity/source/manager/mdrivermanager.cxx |7 ++ vcl/source/window/layout.cxx | 28 + 2 files changed, 35 insertions(+) New commits: commit 5377a98c2cb78b0768d469ff379f9add9aaa7b68 Author: Stephan Bergmann AuthorDate: Tue Mar 14 22:33

[Libreoffice-commits] core.git: connectivity/source

2023-03-15 Thread Stephan Bergmann (via logerrit)
connectivity/source/manager/mdrivermanager.cxx | 23 ++- 1 file changed, 6 insertions(+), 17 deletions(-) New commits: commit effc64f238bf0832229b7043dc8497a9cce5548a Author: Stephan Bergmann AuthorDate: Wed Mar 15 12:15:26 2023 +0100 Commit: Stephan Bergmann

Re: [systemd-devel] coredumpctl: matching by e.g. env var?

2023-03-15 Thread Stephan Bergmann
On 15/03/2023 13:18, Luca Boccassi wrote: The hard part is adding the note correctly, with the right size, alignment, flags, etc. You can use the linker to add a placeholder value, eg --package-metadata='{"name":"LO-testcase-"}' and then simply edit in place before each test, as long as

Re: [systemd-devel] coredumpctl: matching by e.g. env var?

2023-03-15 Thread Stephan Bergmann
On 15/03/2023 11:29, Luca Boccassi wrote: Use the elf metadata spec: https://systemd.io/ELF_PACKAGE_METADATA/ I need to update that, as these days it's no longer necessary to use a custom linker script, but with binutils 2.39 (or mold 1.3.0 or lld 15.0) it's as easy as passing as a linker flag:

[systemd-devel] coredumpctl: matching by e.g. env var?

2023-03-15 Thread Stephan Bergmann
Hi all, I have a question about coredumpctl core dump matching, maybe somebody has an idea: The LibreOffice build system's `make check` machinery has some logic to identify core files generated by crashed tests and to use gdb to automatically obtain backtraces from them (similar to

[Libreoffice-commits] core.git: 2 commits - avmedia/source configmgr/source configure.ac

2023-03-15 Thread Stephan Bergmann (via logerrit)
avmedia/source/gtk/gtkplayer.cxx |4 configmgr/source/dconf.cxx |7 --- configure.ac |2 +- 3 files changed, 5 insertions(+), 8 deletions(-) New commits: commit e149f038b6179ac94a613676fb0b1b475541313b Author: Stephan Bergmann AuthorDate: Tue

[Libreoffice-commits] core.git: sd/qa

2023-03-15 Thread Stephan Bergmann (via logerrit)
sd/qa/unit/import-tests2.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 633b9aebf8ac50f5e46e70f9f371fe7b936e0e1d Author: Stephan Bergmann AuthorDate: Tue Mar 14 22:31:33 2023 +0100 Commit: Stephan Bergmann CommitDate: Wed Mar 15 07:59:50 2023 +

[Libreoffice-commits] core.git: hwpfilter/source

2023-03-15 Thread Stephan Bergmann (via logerrit)
hwpfilter/source/hstyle.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 5d323ee3c765a8767f988d8a7cc26466d0019d20 Author: Stephan Bergmann AuthorDate: Tue Mar 14 22:37:43 2023 +0100 Commit: Stephan Bergmann CommitDate: Wed Mar 15 07:59:31 2023 +

[Libreoffice-commits] core.git: include/test test/source

2023-03-13 Thread Stephan Bergmann (via logerrit)
include/test/sheet/xdatapilotdescriptor.hxx |3 ++- test/source/sheet/xdatapilotdescriptor.cxx |5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 758050caa06bd742dddea55fb29b0eec1b2309e4 Author: Stephan Bergmann AuthorDate: Thu Mar 9 23:05:20 2023 +0100

Re: [Libreoffice-qa] ESC meeting minutes: 2023-03-02

2023-03-09 Thread Stephan Bergmann
grr, gmail had tricked me into sending the below reply only to the libreoffice-qa list, rather than here: On 09/03/2023 14:58, Stephan Bergmann wrote: On 02/03/2023 16:42, Miklos Vajna wrote: * Jenkins / CI update (Cloph) [...] 25 CppunitTest_sw_uiwriter3

Re: [Libreoffice-qa] ESC meeting minutes: 2023-03-02

2023-03-09 Thread Stephan Bergmann
On 02/03/2023 16:42, Miklos Vajna wrote: * Jenkins / CI update (Cloph) [...] 25 CppunitTest_sw_uiwriter3    gerrit_linux_clang_dbgutil -> Should be better after 6ee7245960837b6376b49f7c33eef966770022f4 Even after the above commit, that issue still causes e.g.

[Libreoffice-commits] core.git: sw/inc

2023-03-09 Thread Stephan Bergmann (via logerrit)
sw/inc/calbck.hxx |7 +++ 1 file changed, 7 insertions(+) New commits: commit b48371ba614d300ab5906bbc723c87095cfcd8f2 Author: Stephan Bergmann AuthorDate: Wed Mar 8 23:06:30 2023 +0100 Commit: Stephan Bergmann CommitDate: Thu Mar 9 10:11:19 2023 + Silence false

[Libreoffice-commits] core.git: emfio/qa

2023-03-08 Thread Stephan Bergmann (via logerrit)
emfio/qa/cppunit/wmf/wmfimporttest.cxx | 113 + 1 file changed, 73 insertions(+), 40 deletions(-) New commits: commit a5c83673ba987bd6ed1a36fe5b8c4b1f600f9626 Author: Stephan Bergmann AuthorDate: Wed Mar 8 23:03:08 2023 +0100 Commit: Stephan Bergmann

<    5   6   7   8   9   10   11   12   13   14   >