| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 2009-08-22 | 1 | -84/+83 |
* | gamma.tcc: Change include guard from _TR1_GAMMA_TCC to _GLIBCXX_TR1_GAMMA_TCC... | Edward Smith-Rowland | 2009-08-20 | 2 | -4/+4 |
* | re PR libstdc++/41061 (Compile of program using std random fails.) | Edward Smith-Rowland | 2009-08-14 | 1 | -180/+180 |
* | stl_tree.h: Make erase return iterator as per DR 130. | Edward Smith-Rowland | 2009-08-14 | 5 | -2/+273 |
* | pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup. | Benjamin Kosnik | 2009-08-14 | 1 | -45/+59 |
* | extc++.h: Don't include TR1 if C++0x. | Benjamin Kosnik | 2009-08-12 | 4 | -7/+11 |
* | future: Move error handling bits outside macro guard. | Benjamin Kosnik | 2009-08-11 | 2 | -6/+7 |
* | functional: Doxygen markup. | Benjamin Kosnik | 2009-08-11 | 1 | -1/+1 |
* | future: Fixes for -fno-exceptions. | Benjamin Kosnik | 2009-08-10 | 2 | -15/+33 |
* | hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)... | Paolo Carlini | 2009-08-07 | 1 | -2/+2 |
* | compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s... | Benjamin Kosnik | 2009-08-06 | 4 | -27/+27 |
* | re PR libstdc++/15523 ([DR 408] Can't have vectors of vector::const_iterator) | Paolo Carlini | 2009-08-04 | 1 | -8/+12 |
* | istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline. | Paolo Carlini | 2009-08-03 | 3 | -18/+11 |
* | call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference... | Jason Merrill | 2009-07-31 | 3 | -4/+65 |
* | forward_list.h (splice_after): Use forward. | Jason Merrill | 2009-07-31 | 5 | -13/+26 |
* | PR libstdc++/40912 (partial) | Paolo Carlini | 2009-07-31 | 1 | -0/+6 |
* | cwchar (swprintf, vswprintf): Do not use if _GLIBCXX_HAVE_BROKEN_VSWPRINTF. | Joseph Myers | 2009-07-24 | 1 | -0/+4 |
* | cmath (abs(_Tp)): Add. | Paolo Carlini | 2009-07-23 | 2 | -6/+18 |
* | valarray (valarray<>::operator=(const valarray<>&), [...]): Implement resolut... | Paolo Carlini | 2009-07-22 | 1 | -6/+35 |
* | chrono (duration<>::operator%=, operator%): Add, per DR 934. | Paolo Carlini | 2009-07-21 | 1 | -42/+64 |
* | re PR libstdc++/40712 (locale(const locale&, const char*, locale::category) c... | Paolo Carlini | 2009-07-18 | 2 | -57/+87 |
* | re PR libstdc++/37907 ([c++0x] support for std::is_standard_layout) | Jason Merrill | 2009-07-16 | 1 | -0/+13 |
* | istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio... | Paolo Carlini | 2009-07-16 | 3 | -47/+97 |
* | re PR c++/36628 ([c++0x] incorrect decltype() handling of conditional operator) | Paolo Carlini | 2009-07-12 | 1 | -6/+1 |
* | re PR libstdc++/40691 (bug in logical not operator for valarray used with slice) | Janis Johnson | 2009-07-08 | 1 | -1/+1 |
* | 2009-06-29 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2009-06-30 | 1 | -1/+1 |
* | random.h (__mod(_Tp)): Use defaults. | Paolo Carlini | 2009-06-30 | 2 | -67/+62 |
* | future (shared_future): Adjust doxygen comment. | Jonathan Wakely | 2009-06-24 | 1 | -1/+1 |
* | re PR libstdc++/40297 ([C++0x] debug mode vs atomics) | Jonathan Wakely | 2009-06-24 | 2 | -32/+36 |
* | user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*. | Benjamin Kosnik | 2009-06-23 | 1 | -17/+17 |
* | shared_ptr.h: Do not swap rvalues. | Jonathan Wakely | 2009-06-23 | 1 | -21/+1 |
* | macros.h: Replace @tbd with valid doxygen tag @todo. | Jonathan Wakely | 2009-06-23 | 2 | -2/+2 |
* | re PR libstdc++/40518 (data races when calling std::string::erase() on empty ... | Paolo Carlini | 2009-06-23 | 2 | -16/+36 |
* | future: New. | Jonathan Wakely | 2009-06-21 | 3 | -0/+927 |
* | 2009-06-20 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2009-06-21 | 1 | -4/+4 |
* | re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations) | Paolo Carlini | 2009-06-20 | 1 | -4/+4 |
* | random.h (_Adaptor): Simplify for _DInputType always a floating point type. | Paolo Carlini | 2009-06-19 | 2 | -63/+28 |
* | random.tcc (discrete_distribution<>::param_type:: param_type(size_t, double, ... | Paolo Carlini | 2009-06-19 | 2 | -98/+105 |
* | thread (~thread(), [...]): Call terminate if joinable. | Jonathan Wakely | 2009-06-16 | 1 | -2/+2 |
* | random.tcc (negative_binomial_distribution<>::operator() (_UniformRandomNumbe... | Paolo Carlini | 2009-06-11 | 2 | -260/+243 |
* | move.h: Doxygen group fixes. | Benjamin Kosnik | 2009-06-10 | 1 | -3/+11 |
* | random.tcc (gamma_distribution<>::operator() (_UniformRandomNumberGenerator&,... | Paolo Carlini | 2009-06-08 | 2 | -217/+96 |
* | throw_allocator.h: Rework. | Benjamin Kosnik | 2009-06-05 | 5 | -278/+284 |
* | re PR libstdc++/40299 (Rope + C++0x mode = build error) | Paolo Carlini | 2009-06-02 | 1 | -6/+6 |
* | re PR libstdc++/40273 ([C++0x] Invalid conversion to bool is reported) | Benjamin Kosnik | 2009-05-27 | 1 | -5/+5 |
* | re PR bootstrap/40221 (Powerpc bootstrap is broken in building libstdc++) | Benjamin Kosnik | 2009-05-22 | 1 | -1/+1 |
* | re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi... | Paolo Carlini | 2009-05-22 | 1 | -110/+198 |
* | functional (function): Use explicit operator bool. | Benjamin Kosnik | 2009-05-21 | 7 | -36/+28 |
* | re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets... | Paolo Carlini | 2009-05-19 | 1 | -0/+3 |
* | re PR c++/40192 (Unable to use std::vector with typedef'd array types) | Paolo Carlini | 2009-05-18 | 1 | -3/+22 |