History log of /trunk/main/boost/boost_1_55_0.patch (Results 1 – 13 of 13)
Revision Date Author Comments
# 0714fca0 14-Jan-2024 mseidel <mseidel@apache.org>

Revert "Enhance a bit our current boost usage (#194)"

This reverts commit fa664a2d4999e14eb035b793beb7116ccf2a1f32.


# 2b2585ab 13-Mar-2023 Don Lewis <dl-fsi@catspoiler.org>

Boost should not use c++11 features when in c++98 mode

The version of boost that we bundle sometimes tries to use c++11 features
when compiling in pre-c++11 modes. Recent versions of clang flag thi

Boost should not use c++11 features when in c++98 mode

The version of boost that we bundle sometimes tries to use c++11 features
when compiling in pre-c++11 modes. Recent versions of clang flag this
as an error.

show more ...


# a475517f 02-Feb-2021 Arrigo Marchiori <ardovm@yahoo.it>

change c++ include paths on gcc >= 7 (#109)


# 6dcced13 05-Nov-2019 Don Lewis <truckman@apache.org>

Set compiler feature flags more correctly for recent gcc versions.


# 6f313075 03-Sep-2016 truckman <truckman@13f79535-47bb-0310-9956-ffa450edef68>

Fix an error and update boost's logic for enabling the use of
variadic templates when compiling wth g++. It was enabling them
unconditionally for g++ > 5.0. g++ warns about the use of variadic
tem

Fix an error and update boost's logic for enabling the use of
variadic templates when compiling wth g++. It was enabling them
unconditionally for g++ > 5.0. g++ warns about the use of variadic
templates unless a non-default -std option is specified for any
version older than 6.1, which switched to C++14 as its default.



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1759058 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# e7c78ce6 06-Jun-2016 truckman <truckman@13f79535-47bb-0310-9956-ffa450edef68>

#i126888#: bundled boost headers generate an excessive number of
warnings when building with modern compilers

When building OpenOffice with modern compilers, the bundled boost
headers generate an

#i126888#: bundled boost headers generate an excessive number of
warnings when building with modern compilers

When building OpenOffice with modern compilers, the bundled boost
headers generate an excessive number of warnings. This is especially
bad with recent versions of clang, which generates very verbose
warning messages.

The attached patch updates the current boost_1_55_0.patch with
additional changes cherry picked from upstream boost, up through
version 1.60. These additional changes have been used with the
FreeBSD boost 1.55.0 port for a while.

This patch greatly reduces the number of warnings and size of the
OpenOffice build log. Compiling trunk r1735889 on FreeBSD 11.0
with clang 3.8, the number of warnings is reduced from 53260 to
13741, and the size of the build log is reduced from 117 MB to 44
MB.

Tested by: kschenk


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1747019 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 1af79ea3 06-Jun-2016 truckman <truckman@13f79535-47bb-0310-9956-ffa450edef68>

Revert previous change, incorrect commit message



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1747017 13f79535-47bb-0310-9956-ffa450edef68


# fd0bb799 06-Jun-2016 truckman <truckman@13f79535-47bb-0310-9956-ffa450edef68>

#i124867#: bundled boost headers generate an excessive number of
warnings when building with modern compilers

When building OpenOffice with modern compilers, the bundled boost
headers generate an

#i124867#: bundled boost headers generate an excessive number of
warnings when building with modern compilers

When building OpenOffice with modern compilers, the bundled boost
headers generate an excessive number of warnings. This is especially
bad with recent versions of clang, which generates very verbose
warning messages.

The attached patch updates the current boost_1_55_0.patch with
additional changes cherry picked from upstream boost, up through
version 1.60. These additional changes have been used with the
FreeBSD boost 1.55.0 port for a while.

This patch greatly reduces the number of warnings and size of the
OpenOffice build log. Compiling trunk r1735889 on FreeBSD 11.0
with clang 3.8, the number of warnings is reduced from 53260 to
13741, and the size of the build log is reduced from 117 MB to 44
MB.

Tested by: kschenk


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1747012 13f79535-47bb-0310-9956-ffa450edef68

show more ...


# 0bfedac2 19-Mar-2014 Armin Le Grand <alg@apache.org>

Resync/update with trunk as preparation to integration

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1579184 13f79535-47bb-0310-9956-ffa450edef68


# d290d18a 13-Mar-2014 Herbert Dürr <hdu@apache.org>

#i124395# WaE: fix unused-local-typedef warning in boost/spirit

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1577236 13f79535-47bb-0310-9956-ffa450edef68


# dabc881e 13-Mar-2014 Herbert Dürr <hdu@apache.org>

#i124395# WaE: fix unused-local-typedef warning from the BOOST_CONCEPT_ASSERT_FN macro

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1577227 13f79535-47bb-0310-9956-ffa450edef68


# 73012e39 10-Mar-2014 Herbert Dürr <hdu@apache.org>

#i124395# fix unused-local-typedef warnings in boost for gcc>=4.7 and clang>=3.5


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575947 13f79535-47bb-0310-9956-ffa450edef68


# 7766832a 07-Jan-2014 Herbert Dürr <hdu@apache.org>

#i123817# WaE: fix the most annoying compile warnings for boost-1.55

some boost headers have the problem that parameter/variable names shadow
other class member/method names. These headers get inclu

#i123817# WaE: fix the most annoying compile warnings for boost-1.55

some boost headers have the problem that parameter/variable names shadow
other class member/method names. These headers get included so often that a
full build reports almost 17000 warnings about that. This change fixes the
shadowing problem by making the local names not conflict with the class-wide
names.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556167 13f79535-47bb-0310-9956-ffa450edef68

show more ...