aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-10hashtable_policy.h (_Rehash_base<_Prime_rehash_policy, [...]): Add, per DR 1189.Paolo Carlini7-5/+218
2010-03-09revert: PR libstdc++/41975, DR 579Paolo Carlini13-97/+184
2010-03-05testsuite_container_traits.h (traits_base): Add has_throwing_erase trait.Paolo Carlini6-13/+56
2010-03-04Makefile.am: Re-organize xml sources.Benjamin Kosnik10-213/+496
2010-03-03unique_ptr.h (unique_ptr<>::get_deleter): Simplify return type.Paolo Carlini4-11/+16
2010-03-03bitset (hash): Minor tweaks.Paolo Carlini5-10/+17
2010-03-03functional_hash.h (_Fnv_hash_base<>::hash): Change to template.Paolo Carlini7-101/+105
2010-03-02mutex (lock_guard::lock_guard): Do not lock mutex when adopt_lock_t construct...Jonathan Wakely3-2/+87
2010-03-02stl_bvector.h (hash<vector<bool, [...]): Move definition...Paolo Carlini1-0/+6
2010-03-02stl_bvector.h (hash<vector<bool, [...]): Move definition...Paolo Carlini2-37/+45
2010-03-02Makefile.am (check-DEJAGNU): Include de* in normal0 dirs.Rainer Orth3-2/+8
2010-03-02stl_bvector.h (hash<vector<bool, _Alloc>>): Add.Paolo Carlini9-27/+197
2010-03-02re PR libstdc++/43230 (Revision 157158 failed 30_threads/promise/members/set_...Jonathan Wakely2-10/+7
2010-03-02bitset (_Base_bitset<>::_M_getdata()): Add.Paolo Carlini5-0/+110
2010-03-02re PR libstdc++/43183 (std::unique_ptr::reset() does not conform to N3035.)Jonathan Wakely5-20/+83
2010-03-01iomanip (get_money, put_money): Add in C++0x mode; tidy.Paolo Carlini6-38/+293
2010-03-01atomicfwd_cxx.h: Add typedefs to group.Benjamin Kosnik2-1/+13
2010-03-01re PR other/32499 (libstdc++ testsuite fails on platforms without ranlib)Rainer Orth3-0/+11
2010-02-28references.html: Adjust link to SGI's STL site.Gerald Pfeifer2-1/+6
2010-02-28hash-long-double-aux.cc (hash<long double>:: operator()(long double)): Hash b...Paolo Carlini2-4/+9
2010-02-25random.tcc (operator<<): Use max_digits10.Ed Smith-Rowland2-19/+23