Age | Commit message (Expand) | Author | Files | Lines |
2009-09-14 | re PR libstdc++/41037 (dec not set in cerr flags) | Paolo Carlini | 4 | -2/+80 |
2009-09-14 | atomicity.h (__exchange_and_add): Set earlyclobber constraint. | Andrew Stubbs | 2 | -1/+6 |
2009-09-11 | 2009-09-11 Johannes Singler <singler@ira.uka.de> | Johannes Singler | 2 | -12/+15 |
2009-09-11 | re PR libstdc++/41316 ([C++0x] forward_list::sort violates strict aliasing ru... | Paolo Carlini | 7 | -124/+130 |
2009-09-11 | Override all per-target *_LINK variables correctly. | Ralf Wildenhues | 3 | -3/+8 |
2009-09-09 | typesizes.cc: Remove *-*-freebsd* from both dg-do and dg-options. | Loren J. Rittle | 2 | -2/+7 |
2009-09-08 | libtool.m4 (output_verbose_link_cmd): Require leading blank, and blank before... | Alexandre Oliva | 2 | -6/+10 |
2009-09-07 | re PR libstdc++/41280 (Revision 151352 breaks 32bit libstdc++) | H.J. Lu | 3 | -8/+40 |
2009-09-06 | re PR libstdc++/41267 (vector<>::resize() from an empty vector calls memmove ... | Paolo Carlini | 2 | -4/+13 |
2009-09-05 | revert: compatibility.cc: Make C++0x safe, add in explicit casts to bool for ... | Benjamin Kosnik | 7 | -39/+51 |
2009-09-02 | v3: fix config.status instantiation of subdir makefiles. | Ralf Wildenhues | 3 | -66/+95 |
2009-09-02 | Fix 'make clean' to remove stamp-host file in libstdc++-v3/include. | Ralf Wildenhues | 3 | -2/+8 |
2009-09-02 | libstdc++.exp (libstdc++_init): Copy .tcc files under util/ to remote host. | Joseph Myers | 2 | -1/+16 |
2009-09-02 | 2009-09-02 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2 | -2/+7 |
2009-09-01 | testsuite_rvalref.h: Remove obsolete macro using _GLIBCXX_TESTSUITE_ALLOW_RVA... | Chris Jefferson | 20 | -65/+676 |
2009-08-31 | denorm_min.cc: Use dg-add-options ieee. | Uros Bizjak | 35 | -44/+97 |
2009-08-29 | stl_construct.h: Include <bits/move.h>. | Paolo Carlini | 2 | -0/+5 |
2009-08-29 | move.h (_GLIBCXX_FORWARD): Add. | Chris Jefferson | 8 | -5/+267 |
2009-08-27 | gnu.ver: Fixups for string member functions. | Benjamin Kosnik | 2 | -2/+10 |
2009-08-26 | re PR libstdc++/41005 ([C++0x] Unable to link fstream open and ctor with std:... | Jonathan Wakely | 7 | -10/+59 |
2009-08-25 | basic_string.h (basic_string): Add cbegin(), cend(), crbegin(), crend() in C+... | Benjamin Kosnik | 64 | -487/+1509 |
2009-08-24 | Update AC_PREREQ entries to 2.64 | Ralf Wildenhues | 2 | -1/+5 |
2009-08-24 | stl_algo.h (__unguarded_partition_pivot, [...]): New. | Chris Jefferson | 3 | -65/+116 |
2009-08-23 | Fix placement of LIBTOOLFLAGS variable in v3 makefile.am. | Ralf Wildenhues | 3 | -2/+8 |
2009-08-22 | Cleanups after the update to Autoconf 2.64, Automake 1.11. | Ralf Wildenhues | 4 | -11/+13 |
2009-08-22 | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 12 | -94679/+17707 |
2009-08-22 | LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11 | Ralf Wildenhues | 5 | -16/+25 |
2009-08-20 | typedefs.cc: Add missing dg-require directives. | Paolo Carlini | 2 | -0/+8 |
2009-08-20 | gamma.tcc: Change include guard from _TR1_GAMMA_TCC to _GLIBCXX_TR1_GAMMA_TCC... | Edward Smith-Rowland | 3 | -4/+11 |
2009-08-17 | typedefs.cc: New. | Benjamin Kosnik | 2 | -0/+32 |
2009-08-15 | configure.ac: Move guarded checks for CC and CXX ... | Ralf Wildenhues | 4 | -352/+358 |
2009-08-14 | re PR libstdc++/41061 (Compile of program using std random fails.) | Edward Smith-Rowland | 22 | -181/+1174 |
2009-08-14 | stl_tree.h: Make erase return iterator as per DR 130. | Edward Smith-Rowland | 11 | -2/+616 |
2009-08-14 | pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup. | Benjamin Kosnik | 1 | -3/+0 |
2009-08-14 | pointer.h: Add pragma system_header, use _GLIBCXX_USE_LONG_LONG, macro cleanup. | Benjamin Kosnik | 3 | -53/+75 |
2009-08-14 | compatibility-ldbl.cc: Include cmath. | Uros Bizjak | 2 | -0/+5 |
2009-08-14 | compatibility-ldbl.cc: Include tr1/functional. | Benjamin Kosnik | 2 | -5/+10 |
2009-08-12 | compatibility-ldbl.cc: Add explicit namespace scope. | Benjamin Kosnik | 2 | -0/+10 |
2009-08-12 | extc++.h: Don't include TR1 if C++0x. | Benjamin Kosnik | 22 | -1103/+428 |
2009-08-11 | future: Move error handling bits outside macro guard. | Benjamin Kosnik | 5 | -18/+23 |
2009-08-11 | hashtable.cc: Just definitions. | Benjamin Kosnik | 10 | -54/+120 |
2009-08-11 | functional: Doxygen markup. | Benjamin Kosnik | 42 | -159/+176 |
2009-08-10 | future: Fixes for -fno-exceptions. | Benjamin Kosnik | 17 | -52/+142 |
2009-08-07 | hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)... | Paolo Carlini | 3 | -4/+12 |
2009-08-06 | compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s... | Benjamin Kosnik | 7 | -38/+48 |
2009-08-04 | re PR libstdc++/15523 ([DR 408] Can't have vectors of vector::const_iterator) | Paolo Carlini | 4 | -8/+69 |
2009-08-03 | istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline. | Paolo Carlini | 4 | -18/+19 |
2009-08-02 | PR libstdc++/40912 (final) | Paolo Carlini | 132 | -2/+390 |
2009-07-31 | update license | Jason Merrill | 1 | -5/+4 |
2009-07-31 | call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference... | Jason Merrill | 5 | -4/+117 |