aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/stl_tree.h
AgeCommit message (Expand)AuthorFilesLines
2005-11-22re PR libstdc++/24975 (Aliasing problems inside libstdc++)Paolo Carlini1-7/+180
2005-09-18PR libstdc++/23417 (cont)Paolo Carlini1-1/+2
2005-09-12re PR libstdc++/23417 (bits/stl_tree.h isn't -Weffc++ clean)Benjamin Kosnik1-1/+2
2005-09-11re PR libstdc++/23781 (Implicit conversion from NULL to list<T>::iterator)Paolo Carlini1-10/+18
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-06-27re PR libstdc++/22102 ([DR233] Implement resolution of DR 233)Paolo Carlini1-18/+57
2005-02-26stl_tree.h (_Rb_tree<>::_M_insert): Don't leak memory if _M_key_compare throws.Earl Chew1-5/+4
2005-02-01cpp_type_traits.h: Rename _M_type fields to __value...Paolo Carlini1-1/+1
2005-01-21re PR libstdc++/19510 ([3.3 only] Uninitialized pointers in iterators)Volker Reichelt1-2/+4
2005-01-17re PR libstdc++/19433 (set, multiset, map, multimap misuse hint on insert)Paolo Carlini1-46/+26
2005-01-14re PR libstdc++/19422 (assoc. containers: ctor taking range is O(n log n) eve...Paolo Carlini1-2/+2
2004-10-13[multiple changes]Paolo Carlini1-2/+2
2004-10-07list.tcc (operator=): Avoid iterator postincrement.Paolo Carlini1-1/+2
2004-10-03stl_list.h: Trivial formatting fixes.Paolo Carlini1-76/+88
2004-07-28stl_construct.h (_Destroy): New three-argument overload that takes an allocat...Matt Austern1-2/+2
2004-04-21deque.tcc: Trivial formatting fixes.Paolo Carlini1-5/+5
2004-03-30re PR libstdc++/14783 (Warning in std::set constructor at bits/stl_tree.h:403)Benjamin Kosnik1-1/+1
2004-03-26[multiple changes]Benjamin Kosnik1-127/+147
2004-02-08Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti1-248/+248
2004-02-01stl_algo.h: Additional minor tweaks.Paolo Carlini1-52/+53
2004-02-01stl_bvector.h: Wrap overlong lines...Paolo Carlini1-65/+96
2004-01-07[multiple changes]Benjamin Kosnik1-107/+133
2003-12-23stl_bvector.h (_Bvector_alloc_base): Eliminate.Matt Austern1-81/+30
2003-07-30re PR libstdc++/11504 (-Wcast-qual vs. stl_tree)Gawain Bolton1-112/+142
2003-07-14c_locale.h: Include <cstdlib> and <cstring>.Mark Mitchell1-1/+1
2003-07-09stl_tree.h: Move larger member functions in _Rb_tree_base_iterator and _Rb_tr...Gawain Bolton1-291/+11
2003-07-05stl_tree.h: _Rb_tree_rebalance(): Add local variable for grandparent and use ...Gawain Bolton1-19/+21
2003-07-05Move from CPP to CXX.Benjamin Kosnik1-2/+2
2003-07-04stl_tree.h: Performance and memory usage improvements.Gawain Bolton1-66/+99
2003-07-04stl_list.h: Fully qualify standard functions with std::, thus avoiding Koenig...Paolo Carlini1-2/+2
2003-06-11[multiple changes]Benjamin Kosnik1-1/+1
2003-05-07stl_algo.h: Enums as _S_.Benjamin Kosnik1-48/+48
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-38/+45
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-2/+2
2002-11-22re PR libstdc++/8645 (unnecessary non-0 checks in stl_tree.h)Laszlo Ersek1-2/+2
2002-09-10stl_vector.h (vector<>): Don't use a name with different meanings before and ...Gabriel Dos Reis1-2/+2
2002-03-07stl_tree.h (_S_rb_tree_red): Make enum.Benjamin Kosnik1-1157/+1323
2002-02-12stl_algo (__stl_threshold): Declare external.Benjamin Kosnik1-5/+4
2002-01-04stl_tree.h (rb_tree): Move to...Paolo Carlini1-17/+0
2001-12-31stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument...Phil Edwards1-4/+2
2001-12-06std_bitset.h: Use GLIBCPP in multiple-inclusion guard.Phil Edwards1-3/+3
2001-11-02c_io_stdio.h: Correct grammar in comments.Phil Edwards1-2/+3
2001-10-24Make -fno-exceptions work.Benjamin Kosnik1-5/+12
2001-08-24re PR libstdc++/3349 (bug in map::insert(p,t))Sylvain Pion1-1/+1
2001-07-02stl_construct.h (construct): Remove.Stephen M. Webb1-4/+6
2001-06-27algo.h: Add "GPL plus runtime exception" comment block, this time for real.Phil Edwards1-0/+29
2001-06-22*: Revert comment/license change from yesterday for all except libsupc++/unwi...Phil Edwards1-29/+0
2001-06-21algo.h: Add "GPL plus runtime exception" comment.Phil Edwards1-0/+29
2001-03-04algo.h: Use std not __STD.Phil Edwards1-124/+7
2000-11-17stl_tree.h: Overload operators == and != to be able to handle the case...Benjamin Kosnik1-0/+24