Age | Commit message (Expand) | Author | Files | Lines |
2010-05-12 | re PR c++/20669 (Template candidates not listed in error message.) | Jason Merrill | 4 | -1/+19 |
2010-05-11 | re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) | Silvius Rus | 1 | -0/+147 |
2010-05-11 | re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) | Silvius Rus | 6 | -173/+278 |
2010-05-07 | exception_ptr.h (make_exception_ptr): Add. | Jonathan Wakely | 3 | -0/+51 |
2010-05-06 | gnu.ver: Move decltype(nullptr) into CXXABI_1.3.5. | Jason Merrill | 3 | -4/+17 |
2010-05-06 | Add support for C++0x nullptr. | Jason Merrill | 2 | -7/+8 |
2010-05-06 | basic_string.h: Escape class names in doxygen docs. | Jonathan Wakely | 2 | -10/+14 |
2010-05-06 | re PR libstdc++/44014 (no std::string in API documentation) | Jonathan Wakely | 4 | -7/+23 |
2010-05-06 | config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from list of obsol... | Rainer Orth | 6 | -271/+6 |
2010-05-05 | 29134.cc: Adjust for profile-mode too. | Paolo Carlini | 5 | -98/+118 |
2010-05-04 | no-dist in non-imported automake dirs. | Ralf Wildenhues | 11 | -592/+110 |
2010-05-01 | faq.xml: Fix anachronisms. | Jonathan Wakely | 7 | -13/+19 |
2010-04-30 | stl_pair.h (piecewise_construct_t, [...]): Add. | Paolo Carlini | 12 | -65/+326 |
2010-04-27 | re PR libstdc++/43865 (C++ in freestanding environment) | Jonathan Wakely | 2 | -2/+7 |
2010-04-27 | status_cxx200x.xml: Update quick_exit status. | Jonathan Wakely | 42 | -149/+154 |
2010-04-27 | re PR c++/42844 (const variable requires initializer / no explicitly declared... | Fabien ChĂȘne | 4 | -2/+22 |
2010-04-27 | 1.c (test01): Clarify size definition. | Alexander Monakov | 2 | -3/+9 |
2010-04-27 | status_cxx200x.xml: Update to match n3092. | Jonathan Wakely | 40 | -507/+461 |
2010-04-25 | status_cxx200x.xml: Update Threads status. | Jonathan Wakely | 3 | -32/+40 |
2010-04-24 | unique_ptr (unique_ptr::pointer): Use deleter's pointer type if it exists. | Jonathan Wakely | 5 | -11/+84 |
2010-04-22 | partition.h (__parallel_partition): Improve scalability by... | Johannes Singler | 2 | -75/+79 |
2010-04-22 | faq.xml: Link to manual. | Jonathan Wakely | 135 | -4205/+4338 |
2010-04-13 | hash_map: Don't #include "backward_warning.h" if _GLIBCXX_PERMIT_BACKWARD_HAS... | Ian Lance Taylor | 3 | -0/+12 |
2010-04-12 | config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations. | Rainer Orth | 4 | -3/+9 |
2010-04-06 | parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE... | Jason Merrill | 4 | -4/+4 |
2010-04-06 | acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result. | Matthias Klose | 5 | -8/+19 |
2010-04-03 | basic_string.h: Fix pasto in comment. | Paolo Carlini | 3 | -9/+13 |
2010-04-02 | Update to Automake 1.11.1. | Ralf Wildenhues | 10 | -18/+31 |
2010-03-30 | random_shuffle.h (__parallel_random_shuffle_drs): Take as many threads as pos... | Johannes Singler | 2 | -2/+15 |
2010-03-30 | unordered_map: Clean-up includes and guards. | Paolo Carlini | 6 | -25/+30 |
2010-03-29 | re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*) | John David Anglin | 2 | -2/+8 |
2010-03-26 | profile_mode.xml (Profile Diagnostics): Correct cols. | Rainer Orth | 3 | -1/+13 |
2010-03-26 | [multiple changes] | Paolo Carlini | 14 | -14/+1026 |
2010-03-23 | testsuite_tr1.h (NType, [...]): Add. | Paolo Carlini | 5 | -84/+34 |
2010-03-23 | value.cc: New. | Paolo Carlini | 4 | -0/+178 |
2010-03-23 | stl_algobase.h (lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _... | Paolo Carlini | 3 | -55/+61 |
2010-03-22 | numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::... | Johannes Singler | 5 | -15/+38 |
2010-03-22 | base.h (_PseudoSequence): Do not forward declare. | Paolo Carlini | 2 | -19/+16 |
2010-03-22 | base.h (_Less): Use std::less. | Paolo Carlini | 3 | -41/+25 |
2010-03-19 | freestanding.cc: Avoid -Wall warnings. | Paolo Carlini | 2 | -5/+9 |
2010-03-19 | shared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove explicit specifier (as... | Rodolfo Lima | 4 | -6/+102 |
2010-03-19 | random.tcc: Minor formatting changes. | Paolo Carlini | 6 | -14/+27 |
2010-03-19 | stl_algo.h (shuffle): Add, per D3056. | Paolo Carlini | 13 | -244/+493 |
2010-03-17 | debug_mode.xml: Correct debug headers. | Jonathan Wakely | 2 | -15/+19 |
2010-03-17 | re PR libstdc++/43397 (std::function can't forward rvalue reference for point... | Jonathan Wakely | 3 | -20/+116 |
2010-03-16 | re PR libstdc++/43394 (Spurious warnings while building parallel_list.cc on x... | Paolo Carlini | 2 | -3/+11 |
2010-03-16 | hash_map: Use consistently the _BACKWARD_* prefix for the include guard. | Paolo Carlini | 8 | -21/+36 |
2010-03-16 | random.h (operator==(const uniform_int_distribution<>&, const uniform_int_dis... | Paolo Carlini | 49 | -10/+2827 |
2010-03-16 | forward_list.tcc (_Fwd_list_node_base:: _M_transfer_after): Return _Fwd_list_... | Paolo Carlini | 8 | -76/+147 |
2010-03-15 | 2010-03-15 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -0/+10 |