History log of /aoo41x/main/boost/ (Results 1 - 23 of 23)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
0e8bba7a02-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
4143745c05-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
8bc8bc5403-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
e452c22e06-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 ...

Revision tags: AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
56386a5717-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

7766832a07-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 ...

b1450f7207-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

328ef5db06-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
a56f7e7021-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
59281a5306-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

5900d9a718-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 ...

84b46d6c16-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

603e24c206-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
bf52a16f27-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 ...

809085d119-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

f5d3553319-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

2c75065c19-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 ...

ecad684517-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 ...

b4df81e307-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 ...

62840caa31-Jan-2012 Pedro Giffuni

Reduce the dependencies on non standard GNU copy.

Excessive dependence on GNU cp for non-GNU platforms is inconvenient
as it involves installing the complete GNU coreutils package. This

Reduce the dependencies on non standard GNU copy.

Excessive dependence on GNU cp for non-GNU platforms is inconvenient
as it involves installing the complete GNU coreutils package. This
can be avoided by using less non-portable extensions.

- "cp -R" tends to be more portable than "cp -r"
- Avoid using "cp -u".

At this time this changes are focused on FreeBSD based
on the work done already for MacOSX.


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

show more ...

7871dc3e11-Jan-2012 Andrew Rist

Update headers to Alv2 headers

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

83346e5908-Oct-2011 Pedro Giffuni

Remove outdated and unfinished boost regex patch: the ICU regex we are using now is more appropriate.

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1180414 13f79535-47bb-0

Remove outdated and unfinished boost regex patch: the ICU regex we are using now is more appropriate.

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

show more ...

cdf0e10c16-Aug-2011 rcweir

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/

Initial import of the old OOo hg repository tip revision.

.../trunk/main is a copy of (currently tip-most)
http://hg.services.openoffice.org/OOO340/rev/c904c1944462

.../trunk/extras/l10n is a copy of (currently tip-most)
http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5

Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):

/ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
/ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
/ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
/ooo/trunk/core/gettext/gettext-0.18.1.1.patch
/ooo/trunk/core/apache-commons/patches/codec.patch
/ooo/trunk/core/libcroco/libcroco-0.6.2.patch
/ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
/ooo/trunk/core/graphite/graphite-2.3.1.patch
/ooo/trunk/core/hwpfilter/source/hwpeq.cpp
/ooo/trunk/core/solenv/bin/cwstouched.pl
/ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
/ooo/trunk/core/writerfilter/source/doctok/escher.html
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
/ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
/ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl

Also: Repository.mk from the l10n toplevel


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

show more ...