office-gobmx/external
Stephan Bergmann ad6ba4a3a6 external/libnumbertext: Silence -Werror,-Wdeprecated-declarations
...when building against LLVM 18 trunk libc++,

> In file included from Numbertext.cxx:6:
> ~/llvm/inst/bin/../include/c++/v1/locale:3772:1: error: 'wstring_convert<std::codecvt_utf8<wchar_t>>' is deprecated [-Werror,-Wdeprecated-declarations]
>  3772 | wstring_convert<_Codecvt, _Elem, _WideAlloc, _ByteAlloc>::
>       | ^
> ~/llvm/inst/bin/../include/c++/v1/locale:3649:17: note: in instantiation of member function 'std::wstring_convert<std::codecvt_utf8<wchar_t>>::to_bytes' requested here
>  3649 |         {return to_bytes(__wstr.data(), __wstr.data() + __wstr.size());}
>       |                 ^
> Numbertext.cxx:164:22: note: in instantiation of member function 'std::wstring_convert<std::codecvt_utf8<wchar_t>>::to_bytes' requested here
>   164 |     return converter.to_bytes( s );
>       |                      ^
> ~/llvm/inst/bin/../include/c++/v1/locale:3591:28: note: 'wstring_convert<std::codecvt_utf8<wchar_t>>' has been explicitly marked deprecated here
>  3591 | class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 wstring_convert
>       |                            ^
> ~/llvm/inst/bin/../include/c++/v1/__config:942:41: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX17'
>   942 | #    define _LIBCPP_DEPRECATED_IN_CXX17 _LIBCPP_DEPRECATED
>       |                                         ^
> ~/llvm/inst/bin/../include/c++/v1/__config:915:49: note: expanded from macro '_LIBCPP_DEPRECATED'
>   915 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
>       |                                                 ^

(The warning is apparently only emitted late during compilation when
instantiating template code, so extending the existing `#pragma GCC diagnostic
push/pop` area did not work, and the `#pragma GCC diagnostic ignored` rather had
to be enabled all through to the end of the TU.)

Change-Id: Iffc1c468426407e3252724d18f358b9923f7f733
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160437
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2023-12-08 07:31:54 +01:00
..
beanshell
bluez_bluetooth
boost tdf#158442: fix opening hybrid PDFs on Windows 2023-12-01 16:13:38 +01:00
box2d
breakpad
bzip2 tdf#116412 include bz2 module in internal python 2023-10-14 08:53:14 +02:00
cairo Silence UBSan misaligned-pointer-use 2023-10-16 14:08:05 +02:00
clew
clucene
coinmp
cppunit
curl tdf#146386 curl,ucb: remove FTP UCP 2023-11-09 16:51:42 +01:00
dragonbox
dtoa
epm
epoxy
expat
firebird
fontconfig
freetype
frozen
glm
gpgmepp
graphite
harfbuzz
hsqldb
hunspell speed up hunspell inner loop 2023-11-03 15:22:51 +01:00
hyphen
IAccessible2 tdf#135586 a11y: Make IAccessible2 an external and update it 2023-10-25 20:48:07 +02:00
icu
java_websocket cid#1545413 drop PerMessageDeflateExtension 2023-10-09 13:27:25 +02:00
jfreereport
lcms2 Upgrade lcms2 to 2.15 2023-12-04 00:05:56 +01:00
libabw
libassuan
libatomic_ops
libcdr
libcmis upgrade libcmis 2023-11-13 13:02:52 +01:00
libebook
libeot
libepubgen
libetonyek
libexttextcat
libffi -Wimplicit-function-declaration 2023-10-15 23:22:44 +02:00
libfreehand
libgpg-error
libjpeg-turbo
liblangtag
libmspub
libmwaw
libnumbertext external/libnumbertext: Silence -Werror,-Wdeprecated-declarations 2023-12-08 07:31:54 +01:00
libodfgen
liborcus Upgrade orcus to 0.19.2 2023-11-10 15:35:47 +01:00
libpagemaker
libpng
libqxp
librevenge
libstaroffice
libtiff upgrade libtiff to 4.6.0 2023-10-28 21:57:28 +02:00
libtommath
libvisio
libwebp
libwpd
libwpg
libwps
libxml2 ofz: lots of msan spam in LLVMFuzzerCustomMutator 2023-10-31 11:26:18 +01:00
libxslt
libzmf
lpsolve
lxml external/lxml: Fix --enable-python=fully-internal build 2023-10-20 13:19:57 +02:00
mariadb-connector-c mariadb connector: upgrade to release 3.3.7 (fixes tdf#157826) 2023-10-21 08:43:44 +02:00
mdds
mdnsresponder
misc_extensions
more_fonts
msc-externals
mythes
nss
openldap
openssl
pdfium Update to pdfium 6060 2023-10-12 08:21:10 +02:00
poppler Drop some patches for old GCC 2023-10-04 10:35:16 +02:00
postgresql
python3 python3: name gdb pretty-printer after .so, not .bin 2023-11-09 16:54:08 +01:00
redland
rhino
sane
skia backport skia "Avoid combining extremely large meshes" fix 2023-11-29 22:03:18 +01:00
twain_dsm
unixODBC
xmlsec
xsltml
zlib
zxcvbn-c tdf#157518: external: bundle zxcvbn-c 2023-10-30 08:17:05 +01:00
zxing external/zxing: Backport my upstream fix for android build w/ NDK 26 2023-11-28 10:59:18 +01:00
Makefile
Module_external.mk add --with-system-zxcvbn 2023-11-06 20:02:07 +01:00
README.md

External Projects

External projects bundled with LibreOffice.