History log of /freebsd-12.1/contrib/libstdc++/include/bits/stl_tree.h (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0
# 096464d3 21-Nov-2013 Pedro F. Giffuni <[email protected]>

libstdc++: merge non-abi changes from Apple's developer tools

Take some changes from Apple's Developer Tools 4.0 [1]:

block.patch
emergency-buffer-reduction.patch
test_cleanup.patch

vector_copy_no

libstdc++: merge non-abi changes from Apple's developer tools

Take some changes from Apple's Developer Tools 4.0 [1]:

block.patch
emergency-buffer-reduction.patch
test_cleanup.patch

vector_copy_no_alloc.patch
problem/6473222 copy-constructing a std::vector from an
empty std::vector calls malloc

2008-10-27 Howard Hinnant
stl_tree_system_header.patch
Added #pragma GCC system_header to stl_tree.h.
copy_doc.patch
Corrected documentation concerning copy in stl_algobase.h.
string_compare.patch
Fixed basic_string.h, basic_string.tcc, incorrect 64bit to
32bit narrowing.

Reference:

[1] http://opensource.apple.com/source/libstdcxx/libstdcxx-39/patches-4.2.1/

Obtained from: Apple
MFC after: 1 month

show more ...


Revision tags: release/9.2.0, release/8.4.0, release/9.1.0
# dc3fe0ff 10-Jun-2012 Pedro F. Giffuni <[email protected]>

Bring a couple of libstdc++ patches from Apple's llvm-gcc project.

Modified Fri Jul 10 07:44:34 2009 CDT by rafael
backport part of
http://gcc.gnu.org/ml/gcc-cvs/2007-10/msg00118.html

The patch is

Bring a couple of libstdc++ patches from Apple's llvm-gcc project.

Modified Fri Jul 10 07:44:34 2009 CDT by rafael
backport part of
http://gcc.gnu.org/ml/gcc-cvs/2007-10/msg00118.html

The patch is for libstdc++ and it was GPL2 at the time.

Modified Tue Apr 29 01:20:19 2008 CDT by asl
Backport from mainline (pre-GPLv3).
Fix for sizeof(const void*) > sizeof(unsigned long).

Approved by: jhb (mentor)
MFC after: 2 weeks

show more ...


Revision tags: release/8.3.0
# 5b1df453 19-Mar-2012 Dimitry Andric <[email protected]>

Add explicit braces to avoid dangling else in stl_tree.h. This silences
the following warning produced by clang trunk:

In file included from /usr/src/sbin/devd/devd.cc:91:
In file included from

Add explicit braces to avoid dangling else in stl_tree.h. This silences
the following warning produced by clang trunk:

In file included from /usr/src/sbin/devd/devd.cc:91:
In file included from /usr/obj/usr/src/tmp/usr/include/c++/4.2/map:64:
/usr/obj/usr/src/tmp/usr/include/c++/4.2/bits/stl_tree.h:987:2: error: add explicit braces to avoid dangling else [-Werror,-Wdangling-else]
else
^

MFC after: 3 days

show more ...


Revision tags: release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0
# f8a1b7d9 19-May-2007 Alexander Kabaev <[email protected]>

GCC 4.2.0 release C++ standard library and runtime support code.


Revision tags: release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0
# f260e61b 03-Jun-2005 Alexander Kabaev <[email protected]>

Gcc 3.4.4 C++ support bits.


Revision tags: release/5.4.0, release/4.11.0, release/5.3.0
# ffeaf689 28-Jul-2004 Alexander Kabaev <[email protected]>

Gcc 3.4.2 20040728 C++ support bits.


Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0
# 1b86b14e 11-Jul-2003 Alexander Kabaev <[email protected]>

Gcc 3.3.1-pre 2003-07-11 C++ support bits.


Revision tags: release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2
# 00db7afd 28-May-2002 David E. O'Brien <[email protected]>

Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repo
on 9-May-2002 15:57:15 EDT.