You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/05/22 09:59:14 UTC

[Bug 122361] New: default to use native STLs instead of stlport4

https://issues.apache.org/ooo/show_bug.cgi?id=122361

            Bug ID: 122361
        Issue Type: DEFECT
           Summary: default to use native STLs instead of stlport4
    Classification: Code
           Product: General
           Version: AOO400-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: hdu@apache.org
                CC: issues@openoffice.apache.org
        Depends on: 122208

For AOO interacting with system provided C*+ libraries the template libraries
they depend on must be binary compatible. This is best achieved by AOO
employing the same STLs that the system uses:
- on Windows this is MSVC's TR1 implementation
- on MacOSX this is libc++ as provided by XCode4
- on GCC based systems this is glibcxx (eventually wrapped by boost TR1)

Another benefit is that some modern compilers fail to build stlport4. It has
become obsolete with the C++11 standardization that was preceded by the TR1
recommendation. Stlport5 would be an interesting alternative as it follows that
standard and has interesting features. Going native is the better solution at
least for now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 122361] default to use native STLs instead of stlport4

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122361

Bug 122361 depends on bug 122208, which changed state.

Bug 122208 Summary: improve compatibility with standard STL
https://issues.apache.org/ooo/show_bug.cgi?id=122208

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 122361] default to use native STLs instead of stlport4

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122361

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 122361] default to use native STLs instead of stlport4

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122361

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED
   Target Milestone|---                         |AOO 4.1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 122361] default to use native STLs instead of stlport4

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=122361

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from hdu@apache.org <hd...@apache.org> ---


*** This bug has been marked as a duplicate of bug 122362 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.