office-gobmx/external
Stephan Bergmann 306510f085 Adapt to new Clang 15 trunk -Wdeprecated-builtins
...<0b89d1d59f>
"[Sema] Add deprecation warnings for some compiler provided __has_* type
traits", which hits in Boost include files,

> In file included from libreofficekit/qa/tilebench/tilebench.cxx:27:
> In file included from external/boost/include/boost/property_tree/json_parser.hpp:31:
> In file included from workdir/UnpackedTarball/boost/boost/property_tree/json_parser.hpp:14:
> In file included from external/boost/include/boost/property_tree/ptree.hpp:31:
> In file included from workdir/UnpackedTarball/boost/boost/property_tree/ptree.hpp:16:
> In file included from workdir/UnpackedTarball/boost/boost/property_tree/string_path.hpp:15:
> In file included from workdir/UnpackedTarball/boost/boost/property_tree/id_translator.hpp:16:
> In file included from external/boost/include/boost/optional.hpp:31:
> In file included from workdir/UnpackedTarball/boost/boost/optional.hpp:15:
> In file included from workdir/UnpackedTarball/boost/boost/optional/optional.hpp:42:
> workdir/UnpackedTarball/boost/boost/type_traits/has_nothrow_constructor.hpp:27:84: error: builtin __has_nothrow_constructor is deprecated; use __is_nothrow_constructible instead [-Werror,-Wdeprecated-builtins]
> template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHROW_CONSTRUCTOR(T)>{};
>                                                                                    ^
> workdir/UnpackedTarball/boost/boost/type_traits/intrinsics.hpp:199:48: note: expanded from macro 'BOOST_HAS_NOTHROW_CONSTRUCTOR'
> #     define BOOST_HAS_NOTHROW_CONSTRUCTOR(T) (__has_nothrow_constructor(T) && is_default_constructible<T>::value)
>                                                ^

etc.

Change-Id: I08376710e25013b44279532d6e5fc256ed95cb76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137046
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-07-14 13:28:50 +02:00
..
beanshell
bluez_bluetooth
boost Adapt to new Clang 15 trunk -Wdeprecated-builtins 2022-07-14 13:28:50 +02:00
box2d
breakpad Missing #include <stdint.h> in various external code 2022-05-23 12:08:30 +02:00
bzip2
cairo
clew
clucene Adapt to LLVM 15 trunk libc++ dropping std::unary_/binary_function 2022-06-29 10:08:25 +02:00
coinmp external/coinmp: Avoid -Werror,-Wc++2b-extensions 2022-05-17 18:34:39 +02:00
cppunit
cuckoo
curl curl: remove curl-7.26.0_win-proxy.patch 2022-05-31 15:59:28 +02:00
dragonbox
dtoa
epm
epoxy
expat
firebird
fontconfig
freetype
glm
gpgmepp
graphite
harfbuzz
hsqldb
hunspell
hyphen
icu
jfreereport
lcms2
libabw
libassuan
libatomic_ops
libcdr
libcmis
libebook
libeot
libepubgen
libetonyek
libexttextcat
libffi
libfreehand
libgpg-error
libjpeg-turbo
liblangtag
libmspub Adapt to LLVM 15 trunk libc++ dropping std::unary_/binary_function 2022-06-29 10:08:25 +02:00
libmwaw
libnumbertext external/libnumbertext: Silence -Werror,-Wdeprecated-declarations 2022-07-01 22:18:20 +02:00
libodfgen
liborcus Fix typo 2022-06-28 15:45:54 +02:00
libpagemaker
libpng
libqxp
librevenge
libstaroffice
libtiff external/libtiff: Missing include for _byteswap_uint64 on Windows 2022-06-10 09:46:49 +02:00
libtommath
libvisio
libwebp
libwpd
libwpg
libwps
libxml2
libxslt
libzmf
lpsolve
lxml
mariadb-connector-c
mdds tdf#126109 calc slow when replacing string to number 2022-06-21 08:49:41 +02:00
mdnsresponder
misc_extensions
more_fonts
msc-externals
mythes
nss nss: remove nss-3.13.5-zlib-werror.patch 2022-06-01 19:51:39 +02:00
openldap
openssl
pdfium external/pdfium: Adapt bundled abseil-cpp to Clang 15 trunk change 2022-06-23 15:27:13 +02:00
poppler
postgresql
python3
redland redland WASM: add Emscripten flags to fix NEH build 2022-06-09 09:50:46 +02:00
rhino
sane
skia upstream Skia fix for Vulkan crash on texture binding (tdf#148624) 2022-06-17 14:23:25 +02:00
twain_dsm
unixODBC
xmlsec
xsltml
zlib
zxing Missing #include <stdint.h> in various external code 2022-05-23 12:08:30 +02:00
Makefile
Module_external.mk [API CHANGE] Remove deprecated idlc and regmerge from the SDK 2022-06-10 17:15:49 +02:00
README.md

External Projects

External projects bundled with LibreOffice.