Age | Commit message (Expand) | Author | Files | Lines |
2013-05-10 | re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons... | Paolo Carlini | 3 | -8/+49 |
2013-04-25 | re PR libstdc++/57065 (incorrect default allocator template for debug and pro... | Paolo Carlini | 1 | -2/+2 |
2013-04-22 | hashtable_policy.h: Add C++11 allocator support. | François Dumont | 2 | -38/+141 |
2013-04-03 | re PR libstdc++/56834 (Errors in <array> with --enable-symvers=gnu-versioned-... | Paolo Carlini | 1 | -6/+0 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 27 | -49/+27 |
2013-01-28 | hashtable_policy.h (_Local_iterator_base): Use _Hashtable_ebo_helper to embed... | François Dumont | 2 | -100/+24 |
2013-01-16 | PR libstdc++/55043 (again) | Jonathan Wakely | 2 | -61/+8 |
2013-01-16 | re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr... | Jonathan Wakely | 2 | -4/+47 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 12 | -122/+122 |
2012-11-07 | array (_GLIBCXX_THROW_OR_ABORT): Move... | Paolo Carlini | 1 | -13/+3 |
2012-11-07 | stl_vector.h (vector(size_type)): Add missing allocator parameter. | Jonathan Wakely | 1 | -2/+2 |
2012-11-07 | re PR libstdc++/51850 (debug mode for std::array and tr1::array) | Paolo Carlini | 1 | -0/+321 |
2012-11-05 | forward_list: Update to meet allocator-aware requirements. | Jonathan Wakely | 4 | -8/+35 |
2012-10-27 | unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha... | François Dumont | 1 | -2/+2 |
2012-10-22 | unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha... | François Dumont | 1 | -2/+2 |
2012-10-18 | formatter.h (_Debug_msg_id): Add __msg_valid_load_factor. | François Dumont | 4 | -2/+53 |
2012-10-16 | formatter.h (_Debug_msg_id): Add __msg_bucket_index_oob. | François Dumont | 4 | -27/+137 |
2012-09-24 | re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers) | François Dumont | 4 | -0/+80 |
2012-08-03 | functions.h (__check_partition_lower_aux): Remove redundant comparison with p... | François Dumont | 1 | -24/+56 |
2012-07-13 | re PR libstdc++/53657 ([C++11] pair(pair&&) move constructor is non-trivial) | Paolo Carlini | 3 | -16/+16 |
2012-05-11 | re PR libstdc++/53263 (priority_queue is very slow if -D_GLIBCXX_DEBUG is used) | François Dumont | 3 | -59/+159 |
2012-04-22 | forward_list (forward_list::splice_after): Check allocators are equal. | Jonathan Wakely | 1 | -0/+12 |
2012-04-13 | safe_iterator.h (_BeforeBeginHelper<>:: _S_Is_Beginnest): Add. | Paolo Carlini | 3 | -7/+24 |
2012-04-11 | forward_list.h (splice_after(const_iterator, forward_list&), [...]): Add per ... | Paolo Carlini | 1 | -0/+23 |
2012-03-09 | formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign. | Paolo Carlini | 14 | -9/+33 |
2012-03-08 | re PR libstdc++/52433 ([C++11] debug mode iterators need to move) | Jonathan Wakely | 1 | -1/+11 |
2012-03-05 | re PR libstdc++/43813 ([DR1234] vector<T*>(3, NULL) fails to compile) | Paolo Carlini | 4 | -16/+66 |
2012-03-04 | re PR libstdc++/52433 ([C++11] debug mode iterators need to move) | Jonathan Wakely | 1 | -1/+32 |
2012-02-06 | 2012-02-06 François Dumont <fdumont@gcc.gnu.org> | François Dumont | 1 | -2/+6 |
2011-12-29 | re PR libstdc++/51608 ([C++11] Unordered containers end(size_type) isn't cons... | François Dumont | 2 | -8/+40 |
2011-12-10 | user.cfg.in: Add macros, directories. | Benjamin Kosnik | 1 | -1/+1 |
2011-12-09 | hashtable.h (_Hashtable<>::emplace, [...]): Add. | François Dumont | 2 | -0/+92 |
2011-12-03 | macros.h (__glibcxx_check_non_empty_range): Define. | Jonathan Wakely | 3 | -2/+13 |
2011-11-23 | re PR libstdc++/41975 ([C++0x] [DR579] unordered_set::erase performs worse wh... | François Dumont | 2 | -8/+8 |
2011-11-19 | bitset (operator[](size_t) const): Declare constexpr. | Paolo Carlini | 1 | -3/+6 |
2011-11-18 | hash-long-double-aux.cc: Rename to... | Paolo Carlini | 2 | -2/+2 |
2011-11-15 | re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX... | Paolo Carlini | 4 | -0/+24 |
2011-11-09 | stl_vector.h (vector::_Alloc_traits): Make private. | Jonathan Wakely | 1 | -5/+24 |
2011-11-07 | basic_string.h (basic_string::at): Move adjacent to other overload. | Jonathan Wakely | 1 | -0/+10 |
2011-10-01 | vector (vector<>::erase(iterator, iterator): Check iterators equality using n... | François Dumont | 2 | -2/+2 |
2011-09-27 | re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior ... | Paolo Carlini | 2 | -6/+15 |
2011-09-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo... | Paolo Carlini | 2 | -8/+0 |
2011-08-07 | user.cfg.in (PDF_HYPERLINKS): To NO. | Benjamin Kosnik | 4 | -13/+13 |
2011-07-21 | safe_unordered_sequence.h, [...]: Rename respectively in... | François Dumont | 5 | -62/+68 |
2011-07-20 | safe_local_iterator.h (_Safe_local_iterator<>:: _Safe_local_iterator(const _I... | Paolo Carlini | 1 | -1/+1 |
2011-07-19 | safe_unordered_base.h, [...]: New, support for unordered sequence safe local ... | François Dumont | 11 | -146/+1355 |
2011-06-29 | set.h, [...]: Remove base class default constructor calls. | François Dumont | 11 | -68/+54 |
2011-06-12 | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont | 3 | -3/+29 |
2011-06-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 11 | -17/+37 |