<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in hash_set</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>0b9abb44ed52498094cba40243883215ff6606a4 - #124908# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1</title>
        <link>http://opengrok-test.openoffice.org:8080/history/AOO41X/main/stlport/systemstl/hash_set#0b9abb44ed52498094cba40243883215ff6606a4</link>
        <description>#124908# merge changes from trunk to be able to build on macos 10.9.3 and Xcode 5.1git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602190 13f79535-47bb-0310-9956-ffa450edef68

            List of files:
            /AOO41X/main/stlport/systemstl/hash_set</description>
        <pubDate>Thu, 12 Jun 2014 14:53:13 +0000</pubDate>
        <dc:creator>Juergen Schmidt &lt;jsc@apache.org&gt;</dc:creator>
    </item>
<item>
        <title>0021d11d409b50ea4ddd2fe3740379e043ce33d4 - #i123817# remove workaround obsoleted by the boost-1.55 update</title>
        <link>http://opengrok-test.openoffice.org:8080/history/AOO41X/main/stlport/systemstl/hash_set#0021d11d409b50ea4ddd2fe3740379e043ce33d4</link>
        <description>#i123817# remove workaround obsoleted by the boost-1.55 updateboost&gt;=1.49 fixes the quirks of unordered containers for compilersthat don&apos;t support rvalue referencesgit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560325 13f79535-47bb-0310-9956-ffa450edef68

            List of files:
            /AOO41X/main/stlport/systemstl/hash_set</description>
        <pubDate>Wed, 22 Jan 2014 12:06:51 +0000</pubDate>
        <dc:creator>Herbert D&#252;rr &lt;hdu@apache.org&gt;</dc:creator>
    </item>
<item>
        <title>a718d426cfd80c3916280f98507a97e4b799a770 - #i123947# fix stlport emulation wrappers when compiling in C++11 mode</title>
        <link>http://opengrok-test.openoffice.org:8080/history/AOO41X/main/stlport/systemstl/hash_set#a718d426cfd80c3916280f98507a97e4b799a770</link>
        <description>#i123947# fix stlport emulation wrappers when compiling in C++11 modeWhen compiling in C++11 mode the system provided TR1 compliant headers arealready required to be available and to be in the std namespace. The wrapperstrying to map the TR1 containers into the std namespace too is problematicthem, so it must be avoided in C++11 mode. Having TR1 compliant headersavailable directly also simplifies the stlport4 emulation considerably.git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1554812 13f79535-47bb-0310-9956-ffa450edef68

            List of files:
            /AOO41X/main/stlport/systemstl/hash_set</description>
        <pubDate>Thu, 02 Jan 2014 14:20:44 +0000</pubDate>
        <dc:creator>Herbert D&#252;rr &lt;hdu@apache.org&gt;</dc:creator>
    </item>
<item>
        <title>71fb1a334c5a03d8f7eda42a4cba626987859a94 - #i123755# remove the stlport4-emulation of hash-container&apos;s resize() method</title>
        <link>http://opengrok-test.openoffice.org:8080/history/AOO41X/main/stlport/systemstl/hash_set#71fb1a334c5a03d8f7eda42a4cba626987859a94</link>
        <description>#i123755# remove the stlport4-emulation of hash-container&apos;s resize() methodand call the rehash() methods of their TR1 counterparts directlygit-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1545646 13f79535-47bb-0310-9956-ffa450edef68

            List of files:
            /AOO41X/main/stlport/systemstl/hash_set</description>
        <pubDate>Tue, 26 Nov 2013 13:16:13 +0000</pubDate>
        <dc:creator>Herbert D&#252;rr &lt;hdu@apache.org&gt;</dc:creator>
    </item>
<item>
        <title>d3e0dd8eb215533c15e891ee35bd141abe9397ee - Merged with the trunk.</title>
        <link>http://opengrok-test.openoffice.org:8080/history/AOO41X/main/stlport/systemstl/hash_set#d3e0dd8eb215533c15e891ee35bd141abe9397ee</link>
        <description>Merged with the trunk.git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/ia2@1519381 13f79535-47bb-0310-9956-ffa450edef68

            List of files:
            /AOO41X/main/stlport/systemstl/hash_set</description>
        <pubDate>Mon, 02 Sep 2013 10:21:45 +0000</pubDate>
        <dc:creator>Steve Yin &lt;steve_y@apache.org&gt;</dc:creator>
    </item>
<item>
        <title>dee715a7f2d0ad6f3b5b1aba804a354e72b77fa8 - #i122208# update STL header wrappers</title>
        <link>http://opengrok-test.openoffice.org:8080/history/AOO41X/main/stlport/systemstl/hash_set#dee715a7f2d0ad6f3b5b1aba804a354e72b77fa8</link>
        <description>#i122208# update STL header wrappersFrom a binary perspective the wrappers allow dropping stlport4 itselfimmediately and replacing it by standard compliant system or compilerstandard template libraries.From a source code perspective the other parts of the codebasecan remain untouched for now. They can be gradually convertedfrom stlport4 to the TR1 or C++11 standard at a comfortable pacelater. 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

            List of files:
            /AOO41X/main/stlport/systemstl/hash_set</description>
        <pubDate>Thu, 30 May 2013 14:01:24 +0000</pubDate>
        <dc:creator>Herbert D&#252;rr &lt;hdu@apache.org&gt;</dc:creator>
    </item>
<item>
        <title>e76eebc6721f1fe5236ff9f8cb1c63804c1e07a9 - Update headers to Alv2 headers</title>
        <link>http://opengrok-test.openoffice.org:8080/history/AOO41X/main/stlport/systemstl/hash_set#e76eebc6721f1fe5236ff9f8cb1c63804c1e07a9</link>
        <description>Update headers to Alv2 headersgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230357 13f79535-47bb-0310-9956-ffa450edef68

            List of files:
            /AOO41X/main/stlport/systemstl/hash_set</description>
        <pubDate>Thu, 12 Jan 2012 01:50:25 +0000</pubDate>
        <dc:creator>Andrew Rist &lt;arist@apache.org&gt;</dc:creator>
    </item>
<item>
        <title>cdf0e10c4e3984b49a9502b011690b615761d4a3 - Initial import of the old OOo hg repository tip revision.</title>
        <link>http://opengrok-test.openoffice.org:8080/history/AOO41X/main/stlport/systemstl/hash_set#cdf0e10c4e3984b49a9502b011690b615761d4a3</link>
        <description>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.xslAlso: Repository.mk from the l10n toplevelgit-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162288 13f79535-47bb-0310-9956-ffa450edef68

            List of files:
            /AOO41X/main/stlport/systemstl/hash_set</description>
        <pubDate>Tue, 16 Aug 2011 17:05:51 +0000</pubDate>
        <dc:creator>rcweir &lt;rcweir@unknown&gt;</dc:creator>
    </item>
</channel>
</rss>
