| Commit message (Expand) | Author | Age | Files | Lines |
* | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 2012-11-10 | 12 | -122/+122 |
* | array (_GLIBCXX_THROW_OR_ABORT): Move... | Paolo Carlini | 2012-11-07 | 1 | -13/+3 |
* | stl_vector.h (vector(size_type)): Add missing allocator parameter. | Jonathan Wakely | 2012-11-07 | 1 | -2/+2 |
* | re PR libstdc++/51850 (debug mode for std::array and tr1::array) | Paolo Carlini | 2012-11-07 | 1 | -0/+321 |
* | forward_list: Update to meet allocator-aware requirements. | Jonathan Wakely | 2012-11-05 | 4 | -8/+35 |
* | unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha... | François Dumont | 2012-10-27 | 1 | -2/+2 |
* | unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha... | François Dumont | 2012-10-22 | 1 | -2/+2 |
* | formatter.h (_Debug_msg_id): Add __msg_valid_load_factor. | François Dumont | 2012-10-18 | 4 | -2/+53 |
* | formatter.h (_Debug_msg_id): Add __msg_bucket_index_oob. | François Dumont | 2012-10-16 | 4 | -27/+137 |
* | re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers) | François Dumont | 2012-09-24 | 4 | -0/+80 |
* | functions.h (__check_partition_lower_aux): Remove redundant comparison with p... | François Dumont | 2012-08-03 | 1 | -24/+56 |
* | re PR libstdc++/53657 ([C++11] pair(pair&&) move constructor is non-trivial) | Paolo Carlini | 2012-07-13 | 3 | -16/+16 |
* | re PR libstdc++/53263 (priority_queue is very slow if -D_GLIBCXX_DEBUG is used) | François Dumont | 2012-05-11 | 3 | -59/+159 |
* | forward_list (forward_list::splice_after): Check allocators are equal. | Jonathan Wakely | 2012-04-22 | 1 | -0/+12 |
* | safe_iterator.h (_BeforeBeginHelper<>:: _S_Is_Beginnest): Add. | Paolo Carlini | 2012-04-13 | 3 | -7/+24 |
* | forward_list.h (splice_after(const_iterator, forward_list&), [...]): Add per ... | Paolo Carlini | 2012-04-11 | 1 | -0/+23 |
* | formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign. | Paolo Carlini | 2012-03-09 | 14 | -9/+33 |
* | re PR libstdc++/52433 ([C++11] debug mode iterators need to move) | Jonathan Wakely | 2012-03-08 | 1 | -1/+11 |
* | re PR libstdc++/43813 ([DR1234] vector<T*>(3, NULL) fails to compile) | Paolo Carlini | 2012-03-05 | 4 | -16/+66 |
* | re PR libstdc++/52433 ([C++11] debug mode iterators need to move) | Jonathan Wakely | 2012-03-04 | 1 | -1/+32 |
* | 2012-02-06 François Dumont <fdumont@gcc.gnu.org> | François Dumont | 2012-02-06 | 1 | -2/+6 |
* | re PR libstdc++/51608 ([C++11] Unordered containers end(size_type) isn't cons... | François Dumont | 2011-12-29 | 2 | -8/+40 |
* | user.cfg.in: Add macros, directories. | Benjamin Kosnik | 2011-12-10 | 1 | -1/+1 |
* | hashtable.h (_Hashtable<>::emplace, [...]): Add. | François Dumont | 2011-12-09 | 2 | -0/+92 |
* | macros.h (__glibcxx_check_non_empty_range): Define. | Jonathan Wakely | 2011-12-03 | 3 | -2/+13 |
* | re PR libstdc++/41975 ([C++0x] [DR579] unordered_set::erase performs worse wh... | François Dumont | 2011-11-23 | 2 | -8/+8 |
* | bitset (operator[](size_t) const): Declare constexpr. | Paolo Carlini | 2011-11-19 | 1 | -3/+6 |
* | hash-long-double-aux.cc: Rename to... | Paolo Carlini | 2011-11-18 | 2 | -2/+2 |
* | re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX... | Paolo Carlini | 2011-11-15 | 4 | -0/+24 |
* | stl_vector.h (vector::_Alloc_traits): Make private. | Jonathan Wakely | 2011-11-09 | 1 | -5/+24 |
* | basic_string.h (basic_string::at): Move adjacent to other overload. | Jonathan Wakely | 2011-11-07 | 1 | -0/+10 |
* | vector (vector<>::erase(iterator, iterator): Check iterators equality using n... | François Dumont | 2011-10-01 | 2 | -2/+2 |
* | re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior ... | Paolo Carlini | 2011-09-27 | 2 | -6/+15 |
* | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo... | Paolo Carlini | 2011-09-01 | 2 | -8/+0 |
* | user.cfg.in (PDF_HYPERLINKS): To NO. | Benjamin Kosnik | 2011-08-07 | 4 | -13/+13 |
* | safe_unordered_sequence.h, [...]: Rename respectively in... | François Dumont | 2011-07-21 | 5 | -62/+68 |
* | safe_local_iterator.h (_Safe_local_iterator<>:: _Safe_local_iterator(const _I... | Paolo Carlini | 2011-07-20 | 1 | -1/+1 |
* | safe_unordered_base.h, [...]: New, support for unordered sequence safe local ... | François Dumont | 2011-07-19 | 11 | -146/+1355 |
* | set.h, [...]: Remove base class default constructor calls. | François Dumont | 2011-06-29 | 11 | -68/+54 |
* | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont | 2011-06-12 | 3 | -3/+29 |
* | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 2011-06-01 | 11 | -17/+37 |
* | basic_string.h: Use noexcept per the FDIS (minus compare(const string&)... | Paolo Carlini | 2011-05-31 | 1 | -20/+45 |
* | list.cc: Use noexcept per the FDIS. | Paolo Carlini | 2011-05-26 | 10 | -161/+162 |
* | initializer_list: Use noexcept specifier. | Paolo Carlini | 2011-05-18 | 1 | -29/+34 |
* | macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New. | François Dumont | 2011-05-07 | 1 | -4/+7 |
* | string (basic_string::insert): Add iterator check and pass normal iterator to... | François Dumont | 2011-02-19 | 2 | -3/+2 |
* | re PR libstdc++/47668 (missing 'typename' in debug-mode map) | Paolo Carlini | 2011-02-10 | 2 | -6/+2 |
* | PR libstdc++/36104 part four | Benjamin Kosnik | 2011-01-30 | 12 | -40/+40 |
* | c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove. | Benjamin Kosnik | 2011-01-21 | 2 | -8/+4 |
* | safe_base.h (_Safe_iterator_base::_M_unlink): New. | François Dumont | 2011-01-05 | 2 | -0/+82 |