| Commit message (Expand) | Author | Age | Files | Lines |
* | stl_algo.h (__unguarded_partition_pivot, [...]): New. | Chris Jefferson | 2009-08-24 | 3 | -65/+116 |
* | Fix placement of LIBTOOLFLAGS variable in v3 makefile.am. | Ralf Wildenhues | 2009-08-23 | 3 | -2/+8 |
* | Cleanups after the update to Autoconf 2.64, Automake 1.11. | Ralf Wildenhues | 2009-08-22 | 4 | -11/+13 |
* | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 2009-08-22 | 12 | -94679/+17707 |
* | LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11 | Ralf Wildenhues | 2009-08-22 | 5 | -16/+25 |
* | typedefs.cc: Add missing dg-require directives. | Paolo Carlini | 2009-08-20 | 2 | -0/+8 |
* | gamma.tcc: Change include guard from _TR1_GAMMA_TCC to _GLIBCXX_TR1_GAMMA_TCC... | Edward Smith-Rowland | 2009-08-20 | 3 | -4/+11 |
* | typedefs.cc: New. | Benjamin Kosnik | 2009-08-17 | 2 | -0/+32 |
* | configure.ac: Move guarded checks for CC and CXX ... | Ralf Wildenhues | 2009-08-15 | 4 | -352/+358 |
* | re PR libstdc++/41061 (Compile of program using std random fails.) | Edward Smith-Rowland | 2009-08-14 | 22 | -181/+1174 |
* | stl_tree.h: Make erase return iterator as per DR 130. | Edward Smith-Rowland | 2009-08-14 | 11 | -2/+616 |
* | pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup. | Benjamin Kosnik | 2009-08-14 | 1 | -3/+0 |
* | pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup. | Benjamin Kosnik | 2009-08-14 | 3 | -53/+75 |
* | compatibility-ldbl.cc: Include cmath. | Uros Bizjak | 2009-08-14 | 2 | -0/+5 |
* | compatibility-ldbl.cc: Include tr1/functional. | Benjamin Kosnik | 2009-08-14 | 2 | -5/+10 |
* | compatibility-ldbl.cc: Add explicit namespace scope. | Benjamin Kosnik | 2009-08-12 | 2 | -0/+10 |
* | extc++.h: Don't include TR1 if C++0x. | Benjamin Kosnik | 2009-08-12 | 22 | -1103/+428 |
* | future: Move error handling bits outside macro guard. | Benjamin Kosnik | 2009-08-11 | 5 | -18/+23 |
* | hashtable.cc: Just definitions. | Benjamin Kosnik | 2009-08-11 | 10 | -54/+120 |
* | functional: Doxygen markup. | Benjamin Kosnik | 2009-08-11 | 42 | -159/+176 |
* | future: Fixes for -fno-exceptions. | Benjamin Kosnik | 2009-08-10 | 17 | -52/+142 |
* | hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)... | Paolo Carlini | 2009-08-07 | 3 | -4/+12 |
* | compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s... | Benjamin Kosnik | 2009-08-06 | 7 | -38/+48 |
* | re PR libstdc++/15523 ([DR 408] Can't have vectors of vector::const_iterator) | Paolo Carlini | 2009-08-04 | 4 | -8/+69 |
* | istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline. | Paolo Carlini | 2009-08-03 | 4 | -18/+19 |
* | PR libstdc++/40912 (final) | Paolo Carlini | 2009-08-02 | 132 | -2/+390 |
* | update license | Jason Merrill | 2009-07-31 | 1 | -5/+4 |
* | call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference... | Jason Merrill | 2009-07-31 | 5 | -4/+117 |
* | forward_list.h (splice_after): Use forward. | Jason Merrill | 2009-07-31 | 22 | -33/+75 |
* | PR libstdc++/40912 (partial) | Paolo Carlini | 2009-07-31 | 2 | -0/+12 |
* | re PR libstdc++/40919 (FAIL: 26_numerics/headers/cmath/c99_classification_mac... | John David Anglin | 2009-07-30 | 2 | -2/+8 |
* | re PR libstdc++/40917 (FAIL: ext/array_allocator/check_delete.cc (test for ex... | Paolo Carlini | 2009-07-30 | 5 | -9/+25 |
* | extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ... | Ralf Wildenhues | 2009-07-30 | 2 | -1/+5 |
* | re PR libstdc++/40915 ([4.5 Regressions] FAIL: 18_support/headers/exception/s... | Paolo Carlini | 2009-07-30 | 2 | -1/+7 |
* | re PR libstdc++/40908 (FAIL: abi_check) | Paolo Carlini | 2009-07-29 | 2 | -1/+10 |
* | gnu.ver: Add GLIBCXX_3.4.13, move a symbol into it. | Paolo Carlini | 2009-07-29 | 5 | -3/+15 |
* | configure.xml: Consistent placement of ABI-changing options, clarify --enable... | Benjamin Kosnik | 2009-07-29 | 2 | -19/+28 |
* | Makefile.in: Regenerate. | Ralf Wildenhues | 2009-07-28 | 2 | -1/+5 |
* | Makefile.am (install-data-local): Use DESTDIR correctly. | Ralf Wildenhues | 2009-07-27 | 2 | -1/+6 |
* | Core issue 901 | Jason Merrill | 2009-07-24 | 2 | -2/+12 |
* | cwchar (swprintf, vswprintf): Do not use if _GLIBCXX_HAVE_BROKEN_VSWPRINTF. | Joseph Myers | 2009-07-24 | 7 | -0/+86 |
* | dr630-2.cc: Extend. | Paolo Carlini | 2009-07-24 | 2 | -8/+17 |
* | cmath (abs(_Tp)): Add. | Paolo Carlini | 2009-07-23 | 4 | -6/+43 |
* | lwg-closed.html: Update to R65. | Paolo Carlini | 2009-07-23 | 1 | -0/+7 |
* | lwg-closed.html: Update to R65. | Paolo Carlini | 2009-07-23 | 4 | -11635/+39902 |
* | mangle.c (mangle_type_string_for_rtti): Rename to be clearer. | Jason Merrill | 2009-07-22 | 2 | -27/+38 |
* | valarray (valarray<>::operator=(const valarray<>&), [...]): Implement resolut... | Paolo Carlini | 2009-07-22 | 5 | -6/+172 |
* | chrono (duration<>::operator%=, operator%): Add, per DR 934. | Paolo Carlini | 2009-07-21 | 4 | -42/+175 |
* | intro.xml: Escape '&', validate. | Benjamin Kosnik | 2009-07-21 | 61 | -272/+262 |
* | intro.xml: Escape '&', validate. | Benjamin Kosnik | 2009-07-21 | 73 | -360/+391 |