Revision tags: AOO420-Dev5-m5 |
|
0714fca0 | 14-Jan-2024 |
mseidel |
Revert "Enhance a bit our current boost usage (#194)" This reverts commit fa664a2d4999e14eb035b793beb7116ccf2a1f32. |
fa664a2d | 14-Jan-2024 |
Pedro Giffuni |
Enhance a bit our current boost usage (#194) * Minor cleanup to internal boost header packaging We normally don't install all the headers availabe in boost. There is an interest
Enhance a bit our current boost usage (#194) * Minor cleanup to internal boost header packaging We normally don't install all the headers availabe in boost. There is an interesting set of functionalities like multiprecision and odeint that while we are not using, but would be interesting to have available. This is done to ease future boost updates but also in the hopes of making it possible to use this functionality in a near future. No functional change expected. * Let boost promote to double the sinc_pi() operation. Modern processors should handle this without any trouble. * Update Boost to version 1.64 Other than the updates and bug fixes, this version works really well with older compilers and systems and is the last one to include TR1: which we use as a last resort for really old systems lacking standard C++ compliance. https://www.boost.org/users/history/version_1_64_0.html * Boost 1.64: small header tidy-ups * Boost 1.64: more headers are future features * Update d.lst Needed for Windows build. * Update d.lst Builds fine on Windows now. --------- Co-authored-by: Matthias Seidel <mseidel@apache.org>
show more ...
|
2b2585ab | 13-Mar-2023 |
Don Lewis |
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 cl
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 ...
|
Revision tags: AOO4115-GA |
|
8ef8ad06 | 20-Jan-2023 |
Damjan Jovanovic |
With our "-std=gnu++98", building with Clang and internal Boost breaks in several places, because Clang doesn't expose the tuple type but Boost expects it. Define BOOST_NO_CXX11_HDR_
With our "-std=gnu++98", building with Clang and internal Boost breaks in several places, because Clang doesn't expose the tuple type but Boost expects it. Define BOOST_NO_CXX11_HDR_TUPLE when using Clang and internal Boost so that Boost uses its own tuple type. Patch by: me
show more ...
|
Revision tags: AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
a475517f | 02-Feb-2021 |
Arrigo Marchiori |
change c++ include paths on gcc >= 7 (#109) |
Revision tags: AOO419-GA, AOO418-GA, 420-Dev2-m2 |
|
6dcced13 | 05-Nov-2019 |
Don Lewis |
Set compiler feature flags more correctly for recent gcc versions. |
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
6f313075 | 03-Sep-2016 |
truckman |
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 varia
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 ...
|
Revision tags: AOO4121 |
|
e7c78ce6 | 06-Jun-2016 |
truckman |
#i126888#: bundled boost headers generate an excessive number of warnings when building with modern compilers When building OpenOffice with modern compilers, the bundled boost heade
#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 |
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 |
#i124867#: bundled boost headers generate an excessive number of warnings when building with modern compilers When building OpenOffice with modern compilers, the bundled boost heade
#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 ...
|
Revision tags: AOO412, SNAPSHOT, AOO411, AOO410 |
|
d290d18a | 13-Mar-2014 |
Herbert Dürr |
#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 |
#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-ffa450ede
#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
show more ...
|
Revision tags: AOO410_Beta |
|
73012e39 | 10-Mar-2014 |
Herbert Dürr |
#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-ffa450edef
#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
show more ...
|
56386a57 | 17-Feb-2014 |
Yuri Dario |
#i123817# restored OS/2 boost patches. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1569065 13f79535-47bb-0310-9956-ffa450edef68 |
7766832a | 07-Jan-2014 |
Herbert Dürr |
#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 heade
#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 ...
|
b1450f72 | 07-Jan-2014 |
Herbert Dürr |
#i123817# remove boost-1.48 patches obsoleted by the boost-1.55 update git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556156 13f79535-47bb-0310-9956-ffa450edef68 |
328ef5db | 06-Jan-2014 |
Herbert Dürr |
#i123817# update boost library to version 1.55 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1555790 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO401 |
|
a56f7e70 | 21-Aug-2013 |
Herbert Dürr |
WaE: fix many boost-1.48 warnings regarding local variables shadowing class members git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1516171 13f79535-47bb-0310-9956-ffa450e
WaE: fix many boost-1.48 warnings regarding local variables shadowing class members git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1516171 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO400 |
|
59281a53 | 06-Jul-2013 |
Yuri Dario |
i122692 i118923 - OS/2 port: boost build fixes. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1500221 13f79535-47bb-0310-9956-ffa450edef68 |
5900d9a7 | 18-Apr-2013 |
Herbert Dürr |
WaE: get rid of gazillions of Wshadow warnings when using boost unordered_* containers the changes to emplace_args.hpp are from the boost 1.50 version git-svn-id: https://svn.a
WaE: get rid of gazillions of Wshadow warnings when using boost unordered_* containers the changes to emplace_args.hpp are from the boost 1.50 version git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469234 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
84b46d6c | 16-Apr-2013 |
Herbert Dürr |
also deliver boost's move headers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468379 13f79535-47bb-0310-9956-ffa450edef68 |
603e24c2 | 06-Jan-2013 |
Pedro Giffuni |
Fix issue in Boost 1.48: Code will not compile if macro BOOST_LCAST_NO_WCHAR_T is defined https://svn.boost.org/trac/boost/ticket/6400 The commit was committed upstream.
Fix issue in Boost 1.48: Code will not compile if macro BOOST_LCAST_NO_WCHAR_T is defined https://svn.boost.org/trac/boost/ticket/6400 The commit was committed upstream. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1429608 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
bf52a16f | 27-Sep-2012 |
Pedro Giffuni |
#i120837# - Update internal boost to version 1.48.0 Normalize all headers: we are not using most of them so this shouldn't be significant but better be safe than sorry. git
#i120837# - Update internal boost to version 1.48.0 Normalize all headers: we are not using most of them so this shouldn't be significant but better be safe than sorry. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1391078 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
809085d1 | 19-Sep-2012 |
Pedro Giffuni |
Drop a patch specific to the older FreeBSD 6.x git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1387624 13f79535-47bb-0310-9956-ffa450edef68 |
f5d35533 | 19-Sep-2012 |
Pedro Giffuni |
Clean dup. hunk git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1387441 13f79535-47bb-0310-9956-ffa450edef68 |