Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA, 420-Dev2-m2 |
|
f322e992 | 27-Oct-2019 |
Ariel Constenla-Haile |
i123947 - fix stlport emulation when compiling in C++11 mode (cherry picked from commit 1828d080320011efd486c973e80e3eec3ad241f7) |
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413 |
|
b8c935f0 | 25-Oct-2016 |
arielch |
i123947 - fix stlport emulation wrappers when compiling in C++11 mode git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO414@1766532 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411 |
|
0b9abb44 | 12-Jun-2014 |
Juergen Schmidt |
#124908# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602190 13f79535-47bb-0310-9956-ff
#124908# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602190 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
0021d11d | 22-Jan-2014 |
Herbert Dürr |
#i123817# remove workaround obsoleted by the boost-1.55 update boost>=1.49 fixes the quirks of unordered containers for compilers that don't support rvalue references git-s
#i123817# remove workaround obsoleted by the boost-1.55 update boost>=1.49 fixes the quirks of unordered containers for compilers that don't support rvalue references git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560325 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a718d426 | 02-Jan-2014 |
Herbert Dürr |
#i123947# fix stlport emulation wrappers when compiling in C++11 mode When compiling in C++11 mode the system provided TR1 compliant headers are already required to be available and to b
#i123947# fix stlport emulation wrappers when compiling in C++11 mode When compiling in C++11 mode the system provided TR1 compliant headers are already required to be available and to be in the std namespace. The wrappers trying to map the TR1 containers into the std namespace too is problematic them, so it must be avoided in C++11 mode. Having TR1 compliant headers available directly also simplifies the stlport4 emulation considerably. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554812 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
71fb1a33 | 26-Nov-2013 |
Herbert Dürr |
#i123755# remove the stlport4-emulation of hash-container's resize() method and call the rehash() methods of their TR1 counterparts directly git-svn-id: https://svn.apache.org/
#i123755# remove the stlport4-emulation of hash-container's resize() method and call the rehash() methods of their TR1 counterparts directly git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545646 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
7b77422c | 05-Aug-2013 |
Herbert Dürr |
#i122959# prevent use of the insert method in the single linked list git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1510483 13f79535-47bb-0310-9956-ffa450edef68 |
91a9c166 | 26-Jul-2013 |
Herbert Dürr |
#i122853# prevent use of slist::size() for all platforms even for the once that emulate slist using std::list git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1507
#i122853# prevent use of slist::size() for all platforms even for the once that emulate slist using std::list git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1507307 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3ea9485e | 30-May-2013 |
Herbert Dürr |
#i122378# disable workaround needed only for improperly installed MSVC versions after a security VS2008SP1 had known problems that are extensively documented in Microsoft's KB971092, KB9
#i122378# disable workaround needed only for improperly installed MSVC versions after a security VS2008SP1 had known problems that are extensively documented in Microsoft's KB971092, KB974479, KB974223 and the blog post http://blogs.msdn.com/b/windowssdk/archive/2009/08/07/installing-windows-sdk-for-server-2008-v6-1-after-vs2008-sp1-causes-conflicts-with-security-update-kb971092.aspx The workaround is only needed for insufficiently patched development environments. This case should not assumed to be normal, so the workaround is now disabled by default. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487917 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
93e48dc4 | 30-May-2013 |
Herbert Dürr |
#i122208# added remaining header wrappers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1487896 13f79535-47bb-0310-9956-ffa450edef68 |
dee715a7 | 30-May-2013 |
Herbert Dürr |
#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 stand
#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 ...
|
caf4e4ad | 02-May-2013 |
Herbert Dürr |
#i122208# remove rope which is not a std:: container git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1478327 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
e76eebc6 | 12-Jan-2012 |
Andrew Rist |
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 |
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 ...
|