Revision tags: AOO420-Dev5-m5 |
|
1136cb7a | 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. (cherry picked from commit 2b2585ab0ed5461cca8e077940dd449c4669a17a)
show more ...
|
Revision tags: AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
ef765013 | 02-Feb-2021 |
Arrigo Marchiori |
change c++ include paths on gcc >= 7 (#109) (cherry picked from commit a475517f1dd745a5797c2c645f7cd75945c2bb6a) |
Revision tags: AOO419-GA, AOO418-GA, 420-Dev2-m2 |
|
b46563b0 | 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 |
2c75065c | 19-Sep-2012 |
Pedro Giffuni |
#i120837# - Update internal boost to version 1.48.0 Re-sort the patches: preserve some changes to the MSVC configuration. git-svn-id: https://svn.apache.org/repos/asf/incubator
#i120837# - Update internal boost to version 1.48.0 Re-sort the patches: preserve some changes to the MSVC configuration. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1387438 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
ecad6845 | 17-Sep-2012 |
Pedro Giffuni |
#i120837# - Update internal boost to version 1.48 Newer version of boost have better portability and have been known to work with newer compilers including CLANG. This update is
#i120837# - Update internal boost to version 1.48 Newer version of boost have better portability and have been known to work with newer compilers including CLANG. This update is based on the work done for FreeBSD's port. Tested by: zjchen git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1386635 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b4df81e3 | 07-Sep-2012 |
Wang Lei |
#i120847 Optimizing algorithm of creating pivot table cache when loading a xls file with pivot table Patch by: Tan Li(litan.test@gmail.com) Review by: Wang Lei
#i120847 Optimizing algorithm of creating pivot table cache when loading a xls file with pivot table Patch by: Tan Li(litan.test@gmail.com) Review by: Wang Lei git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1381946 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|