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 |
|
7fa44d27 | 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 |
|
a2534f0b | 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/trunk@1766530 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121, AOO412, SNAPSHOT, AOO411 |
|
ae5c9b6c | 15-May-2014 |
Herbert Dürr |
#i124908# remove custom allocator support in stlport-replacement headers with the sal-internal custom allocator removed AOO no longer needs the stlport-replacement headers to support the
#i124908# remove custom allocator support in stlport-replacement headers with the sal-internal custom allocator removed AOO no longer needs the stlport-replacement headers to support the complexity of containers with non-default allocators. Xcode>=5.1's libc++ runs into build problems with such custom allocator support in the stlport-replacement headers because of constness mismatches. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594887 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410, AOO410_Beta |
|
2fb14843 | 07-Mar-2014 |
Herbert Dürr |
#i123770# obsolete and remove the emulation of hash_map's data_type typedef and fix its former usages by utilizing the standard compliant mapped_type typedef instead git-sv
#i123770# obsolete and remove the emulation of hash_map's data_type typedef and fix its former usages by utilizing the standard compliant mapped_type typedef instead git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575260 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
a89445d3 | 05-Mar-2014 |
Andre Fischer |
124361: Avoid MSVC warning 4555 while including list. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1574487 13f79535-47bb-0310-9956-ffa450edef68 |
03841fba | 05-Mar-2014 |
Andre Fischer |
124361: Avoid MSVC warning 4555 while including unordered_map. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1574415 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
df0557b6 | 16-Dec-2013 |
Herbert Dürr |
#i122362# remove windows scripts for importing stlport4 headers git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1551264 13f79535-47bb-0310-9956-ffa450edef68 |
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 ...
|
d7b374a6 | 19-Nov-2013 |
Herbert Dürr |
#i122362# re-add accidentially deleted pre-/post-extstl.h with the stlport4 removal they can be eliminated as soon as the source files that include them have been adjusted
#i122362# re-add accidentially deleted pre-/post-extstl.h with the stlport4 removal they can be eliminated as soon as the source files that include them have been adjusted git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543342 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b597708b | 18-Nov-2013 |
Herbert Dürr |
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/op
#i122362# remove stlport4-build support but keep the --without-stlport configure option for now it is the new default anyway git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1543067 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 ...
|
00de825b | 03-Jun-2013 |
Herbert Dürr |
#i122396# add a boost dependency to stlport the new dependency is needed because on some platforms the stlport emulation depends on boost's TR1 git-svn-id: https://svn.apac
#i122396# add a boost dependency to stlport the new dependency is needed because on some platforms the stlport emulation depends on boost's TR1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1489108 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 ...
|
164206fb | 02-May-2013 |
Herbert Dürr |
#i122208# remove makefile entry for rope git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1478337 13f79535-47bb-0310-9956-ffa450edef68 |
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 |
a301e88e | 11-Jan-2013 |
Pedro Giffuni |
STLport: Reduce a patch. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431825 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
3eb1881e | 04-Oct-2012 |
Pedro Giffuni |
Drop support for some extremely old MS compilers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1394242 13f79535-47bb-0310-9956-ffa450edef68 |
9f22d7c2 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68 |
5b501c92 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306677 13f79535-47bb-0310-9956-ffa450edef68 |
161f4cd1 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230726 13f79535-47bb-0310-9956-ffa450edef68 |