History log of /trunk/main/boost/makefile.mk (Results 1 - 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


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, AOO419-GA, AOO418-GA, 420-Dev2-m2, AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411, AOO410, AOO410_Beta
# 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 ...


# 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, 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


# 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


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


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


# 62840caa 31-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 ...


# 7871dc3e 11-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


# cdf0e10c 16-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 ...