Age | Commit message (Expand) | Author | Files | Lines |
2008-01-09 | iterator.h: Reformat to 80 columns; adjust some inline specifiers. | Paolo Carlini | 14 | -2948/+3517 |
2008-01-09 | hashtable (_Hashtable): Fix friend declaration of __detail::_Map_base<>. | Francesco Biscani | 1 | -1/+2 |
2008-01-07 | re PR libstdc++/34680 (Unconditional use of dynamic_cast in locale_facets.tcc... | Paolo Carlini | 2 | -23/+43 |
2008-01-01 | re PR libstdc++/34095 (parallel mode: segfault in std::sort) | Paolo Carlini | 7 | -17/+17 |
2008-01-01 | re PR libstdc++/34636 (Parallel sort fails) | Paolo Carlini | 1 | -14/+2 |
2007-12-30 | tuple (_Tuple_impl<>::_Tuple_impl(typename std::remove_reference<>::type&&, t... | Paolo Carlini | 1 | -32/+135 |
2007-12-27 | re PR libstdc++/34538 ([DR 697] combination of sstream, invalid_argument and ... | Paolo Carlini | 1 | -3/+3 |
2007-12-26 | re PR libstdc++/34595 (std::copy copies the output iterator before assigning) | Paolo Carlini | 1 | -31/+76 |
2007-12-26 | tuple: New. | Chris Fairles | 5 | -468/+902 |
2007-12-25 | hashtable_policy.h (__lower_bound): Add. | Paolo Carlini | 5 | -10/+32 |
2007-12-24 | hashtable_policy.h (_Prime_rehash_policy:: _M_next_bkt, [...]): Use __builtin... | Paolo Carlini | 5 | -19/+14 |
2007-12-24 | complex (complex<float>::complex(float, float)): Uglify parameters. | Paolo Carlini | 1 | -4/+4 |
2007-12-17 | locale_classes.h: Simplify RTTI checks. | Jonathan Wakely | 1 | -13/+3 |
2007-12-15 | boost_shared_ptr.h: Add support for allocators, aliasing, make_shared and rva... | Jonathan Wakely | 8 | -338/+1131 |
2007-12-15 | partial_sum.h: Include new. | Benjamin Kosnik | 6 | -10/+11 |
2007-12-14 | re PR libstdc++/30127 (std::has_facet returns true for not installed derived ... | Benjamin Kosnik | 1 | -3/+14 |
2007-12-11 | re PR libstdc++/34015 (warning in backward_warning.h is illegible) | Benjamin Kosnik | 1 | -20/+26 |
2007-12-11 | stl_bvector.h (vector<bool>::reserve): Move out of line... | Paolo Carlini | 2 | -15/+20 |
2007-12-10 | [multiple changes] | Paolo Carlini | 2 | -8/+10 |
2007-12-10 | howto.html: Update. | Benjamin Kosnik | 1 | -1/+23 |
2007-12-05 | hashtable_policy.h (_Prime_rehash_policy:: _S_n_primes): Add. | Paolo Carlini | 1 | -7/+6 |
2007-12-03 | hashtable.cc: New. | Paolo Carlini | 1 | -119/+20 |
2007-12-03 | unordered_map (operator==(const unordered_map&, const unordered_map&), [...])... | Paolo Carlini | 3 | -61/+159 |
2007-12-01 | hashtable_policy.h (struct _LessThan): Remove. | Paolo Carlini | 1 | -11/+2 |
2007-12-01 | stl_tempbuf.h (__get_temporary_buffer): Fold in get_temporary_buffer. | Paolo Carlini | 1 | -27/+16 |
2007-11-28 | multiway_merge.h: Destruct only elements that were have been constructed before. | Johannes Singler | 7 | -234/+265 |
2007-11-27 | locale_facets.tcc (num_put<>::_M_insert_int): When ios_base::showpos and the ... | Paolo Carlini | 1 | -2/+2 |
2007-11-26 | re PR libstdc++/25913 (Client's isnormal function is broken by cmath) | Paolo Carlini | 2 | -149/+168 |
2007-11-25 | unordered_map (__unordered_map<>::__unordered_map(__unordered_map&&), [...]):... | Paolo Carlini | 3 | -1/+191 |
2007-11-25 | array (array<>::_M_check): Remove, not necessary anymore. | Paolo Carlini | 1 | -18/+5 |
2007-11-25 | stl_algobase.h (__lexicographical_compare<>::__lc): Move out of line. | Paolo Carlini | 1 | -25/+24 |
2007-11-23 | bitset (bitset<>::all): Add, per DR 693 [Ready]. | Paolo Carlini | 2 | -49/+35 |
2007-11-23 | stl_list.h (insert(iterator, value_type&&)): Just forward to emplace. | Paolo Carlini | 9 | -80/+9 |
2007-11-22 | stl_tree.h (_Rb_tree<>::_Rb_tree_impl<, true>): Remove, identical in mainline... | Paolo Carlini | 1 | -30/+0 |
2007-11-22 | re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(fal... | Johannes Singler | 20 | -3304/+3890 |
2007-11-21 | documentation.html: Validate. | Benjamin Kosnik | 1 | -2/+1 |
2007-11-20 | functional_hash.h: Do not include ext/numeric_traits.h. | Paolo Carlini | 4 | -4/+2 |
2007-11-20 | functional_hash.h (hash<long double>::operator()(long double)): Only declare. | Paolo Carlini | 3 | -29/+3 |
2007-11-18 | type_traits (_DEFINE_SPEC_BODY): Remove. | Paolo Carlini | 1 | -24/+20 |
2007-11-18 | type_traits (is_reference, [...]): Declare. | Paolo Carlini | 4 | -180/+20 |
2007-11-17 | stl_algobase.h (struct __lexicographical_compare): Move to namespace std. | Paolo Carlini | 1 | -52/+64 |
2007-11-16 | stl_algobase.h (struct __lexicographical_compare): Add. | Paolo Carlini | 2 | -60/+57 |
2007-11-16 | locale_facets.tcc (__verify_grouping): Move... | Paolo Carlini | 1 | -25/+1 |
2007-11-15 | istream.tcc (basic_istream<>::sentry:: sentry(basic_istream<>&, bool)): Expli... | Paolo Carlini | 3 | -4/+4 |
2007-11-15 | re PR libstdc++/34105 (Confusing error message with missing #include <algorit... | Paolo Carlini | 7 | -114/+105 |
2007-11-14 | multiway_merge.h: More robust finding of an arbitrary existing element inside... | Johannes Singler | 2 | -19/+28 |
2007-11-13 | documentation.html: First pass at unified table of contents. | Benjamin Kosnik | 7 | -31/+27 |
2007-11-13 | deque.tcc (deque<>::_M_push_back_aux, [...]): Do not copy unnecessarily to __... | Paolo Carlini | 1 | -10/+12 |
2007-11-12 | stl_deque.h (deque<>::push_back<>(_Args...), [...]): Add. | Chris Jefferson | 5 | -103/+322 |
2007-11-11 | stl_pair.h (pair<>::pair<>(_U1&&, _Arg0&&, _Args&&...)): Add. | Howard Hinnant | 1 | -0/+7 |