Age | Commit message (Expand) | Author | Files | Lines |
2009-11-03 | re PR libstdc++/41351 (std::rotate on RAI does not conform to ISO complexity ... | David Krauss | 1 | -30/+41 |
2009-10-30 | random.h: Fix typo in static_assert text. | Paolo Carlini | 1 | -1/+1 |
2009-10-30 | re PR libstdc++/41759 ([C++0x] <random> static_assert phrasing should be posi... | Paolo Carlini | 1 | -22/+28 |
2009-10-30 | PR libstdc++/40925 (again) | Paolo Carlini | 1 | -4/+17 |
2009-10-29 | [multiple changes] | Paolo Carlini | 1 | -8/+7 |
2009-10-28 | stl_iterator_base_funcs.h: (next): Change template parameter name consistentl... | Paolo Carlini | 1 | -4/+4 |
2009-10-20 | re PR libstdc++/41773 (Many libstdc++ failures) | Paolo Carlini | 2 | -76/+27 |
2009-10-20 | re PR libstdc++/41763 (valarray_array.h seems to overuse __restrict__) | Paolo Carlini | 1 | -18/+13 |
2009-10-20 | basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, ... | Paolo Carlini | 2 | -27/+76 |
2009-10-16 | re PR libstdc++/40654 ([C++0x] atomic.cc: 'd' is used uninitialized warning) | Benjamin Kosnik | 2 | -4/+6 |
2009-10-15 | basic_string.h (operator+=(initializer_list<>), [...]): Forward to the append... | Paolo Carlini | 1 | -5/+8 |
2009-10-14 | c++config: Do not disable extern templates for string in plain parallel-mode ... | Paolo Carlini | 1 | -2/+4 |
2009-10-12 | random.h (class linear_congruential_engine, [...]): Do not use simulated conc... | Paolo Carlini | 1 | -54/+84 |
2009-10-05 | [multiple changes] | Paolo Carlini | 1 | -31/+56 |
2009-10-03 | merge branch profile-stdlib | Silvius Rus | 1 | -4/+36 |
2009-09-30 | random.tcc: Define static const data members. | Paolo Carlini | 1 | -0/+172 |
2009-09-11 | re PR libstdc++/41316 ([C++0x] forward_list::sort violates strict aliasing ru... | Paolo Carlini | 2 | -120/+107 |
2009-09-06 | re PR libstdc++/41267 (vector<>::resize() from an empty vector calls memmove ... | Paolo Carlini | 1 | -4/+6 |
2009-09-05 | revert: compatibility.cc: Make C++0x safe, add in explicit casts to bool for ... | Benjamin Kosnik | 4 | -27/+27 |
2009-09-02 | 2009-09-02 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -2/+1 |
2009-08-29 | stl_construct.h: Include <bits/move.h>. | Paolo Carlini | 1 | -0/+1 |
2009-08-29 | move.h (_GLIBCXX_FORWARD): Add. | Chris Jefferson | 4 | -3/+73 |
2009-08-25 | basic_string.h (basic_string): Add cbegin(), cend(), crbegin(), crend() in C+... | Benjamin Kosnik | 1 | -0/+36 |
2009-08-24 | stl_algo.h (__unguarded_partition_pivot, [...]): New. | Chris Jefferson | 1 | -64/+105 |
2009-08-14 | re PR libstdc++/41061 (Compile of program using std random fails.) | Edward Smith-Rowland | 1 | -180/+180 |
2009-08-14 | stl_tree.h: Make erase return iterator as per DR 130. | Edward Smith-Rowland | 5 | -2/+273 |
2009-08-10 | future: Fixes for -fno-exceptions. | Benjamin Kosnik | 1 | -0/+3 |
2009-08-07 | hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)... | Paolo Carlini | 1 | -2/+2 |
2009-08-06 | compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s... | Benjamin Kosnik | 4 | -27/+27 |
2009-08-03 | istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline. | Paolo Carlini | 1 | -6/+5 |
2009-07-31 | call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference... | Jason Merrill | 1 | -4/+23 |
2009-07-31 | forward_list.h (splice_after): Use forward. | Jason Merrill | 3 | -5/+16 |
2009-07-18 | re PR libstdc++/40712 (locale(const locale&, const char*, locale::category) c... | Paolo Carlini | 2 | -57/+87 |
2009-07-16 | istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio... | Paolo Carlini | 2 | -45/+95 |
2009-07-08 | re PR libstdc++/40691 (bug in logical not operator for valarray used with slice) | Janis Johnson | 1 | -1/+1 |
2009-06-30 | 2009-06-29 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -1/+1 |
2009-06-30 | random.h (__mod(_Tp)): Use defaults. | Paolo Carlini | 2 | -67/+62 |
2009-06-24 | re PR libstdc++/40297 ([C++0x] debug mode vs atomics) | Jonathan Wakely | 2 | -32/+36 |
2009-06-23 | shared_ptr.h: Do not swap rvalues. | Jonathan Wakely | 1 | -21/+1 |
2009-06-23 | re PR libstdc++/40518 (data races when calling std::string::erase() on empty ... | Paolo Carlini | 2 | -16/+36 |
2009-06-21 | 2009-06-20 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -4/+4 |
2009-06-20 | re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations) | Paolo Carlini | 1 | -4/+4 |
2009-06-19 | random.h (_Adaptor): Simplify for _DInputType always a floating point type. | Paolo Carlini | 2 | -63/+28 |
2009-06-19 | random.tcc (discrete_distribution<>::param_type:: param_type(size_t, double, ... | Paolo Carlini | 2 | -98/+105 |
2009-06-11 | random.tcc (negative_binomial_distribution<>::operator() (_UniformRandomNumbe... | Paolo Carlini | 2 | -260/+243 |
2009-06-10 | move.h: Doxygen group fixes. | Benjamin Kosnik | 1 | -3/+11 |
2009-06-08 | random.tcc (gamma_distribution<>::operator() (_UniformRandomNumberGenerator&,... | Paolo Carlini | 2 | -217/+96 |
2009-05-21 | functional (function): Use explicit operator bool. | Benjamin Kosnik | 2 | -13/+6 |
2009-05-19 | re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets... | Paolo Carlini | 1 | -0/+3 |
2009-05-18 | re PR c++/40192 (Unable to use std::vector with typedef'd array types) | Paolo Carlini | 1 | -3/+22 |