History log of /trunk/main/stlport/systemstl/numeric (Results 1 – 6 of 6)
Revision Date Author Comments
# 91144cd0 29-Aug-2026 Peter <leginee@users.noreply.github.com>

Win10 msvc trunk (#498)

Build trunk on Windows with a modern MSVC

configure.ac required VS2008, but the bundled dependencies had moved past
what VC9 can compile -- boost 1.84 needs C++11, Python 3.

Win10 msvc trunk (#498)

Build trunk on Windows with a modern MSVC

configure.ac required VS2008, but the bundled dependencies had moved past
what VC9 can compile -- boost 1.84 needs C++11, Python 3.11 needs VS2017 or
newer -- so the configured compiler could not build the configured
dependencies, and no combination of the two worked. Every other platform had
already moved; Windows was the one left pinned.

This branch accepts a VS2015-or-newer toolset and the Windows 10 SDK, then
fixes what a modern compiler and SDK find: export lists, entry points, CRT
and manifest handling, and source conformance across the tree. Every
dependency builds, including Python, which trunk has never built on Windows
at all. The CLI/.NET binding is ported from Managed C++ to C++/CLI and its
bridgetest passes.

configure, bootstrap and build.pl now run to completion, and
instsetoo_native produces openoffice450.msi and openoffice450sdk.msi.

coinMp has been updated to the latest Version.

What this does not claim: the office has not been started, and
testtools/source/bridgetest still fails getCaughtException() in the x86 C++
bridge. Python is built without _ssl, _ctypes, _bz2, _lzma and _sqlite3, and
Platform SDK v7.0 is still required alongside the Windows 10 SDK. No other
platform's build is changed.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UWgzQY2r1XwFvgeLPFWPsi

show more ...


# 1828d080 27-Oct-2019 Ariel Constenla-Haile <arielch@apache.org>

i123947 - fix stlport emulation when compiling in C++11 mode


# d3e0dd8e 02-Sep-2013 Steve Yin <steve_y@apache.org>

Merged with the trunk.

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


# dee715a7 30-May-2013 Herbert Dürr <hdu@apache.org>

#i122208# update STL header wrappers

From a binary perspective the wrappers allow dropping stlport4 itself
immediately and replacing it by standard compliant system or compiler
standard template lib

#i122208# update STL header wrappers

From a binary perspective the wrappers allow dropping stlport4 itself
immediately and replacing it by standard compliant system or compiler
standard template libraries.

From a source code perspective the other parts of the codebase
can remain untouched for now. They can be gradually converted
from stlport4 to the TR1 or C++11 standard at a comfortable pace
later. The header wrappers will assist this source-code conversion.


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

show more ...


# e76eebc6 12-Jan-2012 Andrew Rist <arist@apache.org>

Update headers to Alv2 headers

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


# cdf0e10c 16-Aug-2011 rcweir <rcweir@unknown>

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 co

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