office-gobmx/external/boost
Stephan Bergmann 869a5897cf Upgrade external/boost to latest Boost 1.79.0
<https://dev-www.libreoffice.org/src/boost_1_79_0.tar.xz> has been generated (on
Fedora 35) with

> $ wget https://boostorg.jfrog.io/artifactory/main/release/1.79.0/source/boost_1_79_0.tar.bz2
> $ printf '475d589d51a7f8b3ba2ba4eda022b170e562ca3b760ee922c146b6c65856ef39 boost_1_79_0.tar.bz2' | sha256sum -c # cf. <https://www.boost.org/users/history/version_1_79_0.html>
> boost_1_79_0.tar.bz2: OK
> $ external/boost/repack_tarball.sh boost_1_79_0.tar.bz2
> Unpacking boost_1_79_0.tar.bz2 ...
> Removing unnecessary files ...
> Creating boost_1_79_0.tar.xz ...
> Cleaning up ...
> 2058aa88758a0e1aaac1759b3c4bad2526f899c6ecc6eeea79aa5e8fd3ea95dc  boost_1_79_0.tar.xz
> Done.

boost.utility.Wundef.warnings.patch was obsoleted by
<c3aab6a184>
"Use #ifdef to test for BOOST_MSVC."

Change-Id: I959f8ab42c3e20b9424cc3054421af60f6edd0d0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133895
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-05-05 21:39:05 +02:00
..
include/boost
boost-emscripten-noshm.patch.0
boost-emscripten-nowasm.patch.0
boost.6142.warnings.patch.1
boost.between.warning.patch
boost.fallback.encoding.patch
boost.noiconv.patch
boost_1_59_0.mpl.config.wundef.patch
boost_1_59_0.property_tree.wreturn-type.patch
boost_1_63_0.undef.warning.patch.1
clang-cl.patch.0
Makefile
Module_boost.mk
msvc2017.patch.0
README
repack_tarball.sh
rtti.patch.0
StaticLibrary_boost_date_time.mk
StaticLibrary_boost_filesystem.mk
StaticLibrary_boost_iostreams.mk
StaticLibrary_boost_locale.mk
StaticLibrary_boost_system.mk
UnpackedTarball_boost.mk
windows-no-utf8-locales.patch.0

From [http://www.boost.org/].

Apart from the spirit parsing framework, LibreOffice currently mostly
uses the smart pointers, pool memory and binders functionality.