aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2010-05-07exception_ptr.h (make_exception_ptr): Add.Jonathan Wakely3-0/+51
2010-05-06gnu.ver: Move decltype(nullptr) into CXXABI_1.3.5.Jason Merrill3-4/+17
2010-05-06Add support for C++0x nullptr.Jason Merrill2-7/+8
2010-05-06basic_string.h: Escape class names in doxygen docs.Jonathan Wakely2-10/+14
2010-05-06re PR libstdc++/44014 (no std::string in API documentation)Jonathan Wakely4-7/+23
2010-05-06config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from list of obsol...Rainer Orth6-271/+6
2010-05-0529134.cc: Adjust for profile-mode too.Paolo Carlini5-98/+118
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues11-592/+110
2010-05-01faq.xml: Fix anachronisms.Jonathan Wakely7-13/+19
2010-04-30stl_pair.h (piecewise_construct_t, [...]): Add.Paolo Carlini12-65/+326
2010-04-27re PR libstdc++/43865 (C++ in freestanding environment)Jonathan Wakely2-2/+7
2010-04-27status_cxx200x.xml: Update quick_exit status.Jonathan Wakely42-149/+154
2010-04-27re PR c++/42844 (const variable requires initializer / no explicitly declared...Fabien ChĂȘne4-2/+22
2010-04-271.c (test01): Clarify size definition.Alexander Monakov2-3/+9
2010-04-27status_cxx200x.xml: Update to match n3092.Jonathan Wakely40-507/+461
2010-04-25status_cxx200x.xml: Update Threads status.Jonathan Wakely3-32/+40
2010-04-24unique_ptr (unique_ptr::pointer): Use deleter's pointer type if it exists.Jonathan Wakely5-11/+84
2010-04-22partition.h (__parallel_partition): Improve scalability by...Johannes Singler2-75/+79
2010-04-22faq.xml: Link to manual.Jonathan Wakely135-4205/+4338
2010-04-13hash_map: Don't #include "backward_warning.h" if _GLIBCXX_PERMIT_BACKWARD_HAS...Ian Lance Taylor3-0/+12
2010-04-12config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations.Rainer Orth4-3/+9
2010-04-06parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE...Jason Merrill4-4/+4
2010-04-06acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result.Matthias Klose5-8/+19
2010-04-03basic_string.h: Fix pasto in comment.Paolo Carlini3-9/+13
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues10-18/+31
2010-03-30random_shuffle.h (__parallel_random_shuffle_drs): Take as many threads as pos...Johannes Singler2-2/+15
2010-03-30unordered_map: Clean-up includes and guards.Paolo Carlini6-25/+30
2010-03-29re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*)John David Anglin2-2/+8
2010-03-26profile_mode.xml (Profile Diagnostics): Correct cols.Rainer Orth3-1/+13
2010-03-26[multiple changes]Paolo Carlini14-14/+1026
2010-03-23testsuite_tr1.h (NType, [...]): Add.Paolo Carlini5-84/+34
2010-03-23value.cc: New.Paolo Carlini4-0/+178
2010-03-23stl_algobase.h (lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _...Paolo Carlini3-55/+61
2010-03-22numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...Johannes Singler5-15/+38
2010-03-22base.h (_PseudoSequence): Do not forward declare.Paolo Carlini2-19/+16
2010-03-22base.h (_Less): Use std::less.Paolo Carlini3-41/+25
2010-03-19freestanding.cc: Avoid -Wall warnings.Paolo Carlini2-5/+9
2010-03-19shared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove explicit specifier (as...Rodolfo Lima4-6/+102
2010-03-19random.tcc: Minor formatting changes.Paolo Carlini6-14/+27
2010-03-19stl_algo.h (shuffle): Add, per D3056.Paolo Carlini13-244/+493
2010-03-17debug_mode.xml: Correct debug headers.Jonathan Wakely2-15/+19
2010-03-17re PR libstdc++/43397 (std::function can't forward rvalue reference for point...Jonathan Wakely3-20/+116
2010-03-16re PR libstdc++/43394 (Spurious warnings while building parallel_list.cc on x...Paolo Carlini2-3/+11
2010-03-16hash_map: Use consistently the _BACKWARD_* prefix for the include guard.Paolo Carlini8-21/+36
2010-03-16random.h (operator==(const uniform_int_distribution<>&, const uniform_int_dis...Paolo Carlini49-10/+2827
2010-03-16forward_list.tcc (_Fwd_list_node_base:: _M_transfer_after): Return _Fwd_list_...Paolo Carlini8-76/+147
2010-03-152010-03-15 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+10
2010-03-15revert: forward_list.h: Support non-standard pointer typesPaolo Carlini24-1395/+219
2010-03-13array (swap(array<>&, array<>&)): Use member swap.Paolo Carlini3-2/+8
2010-03-12run_doxygen: Adjust.Benjamin Kosnik6-288/+288