aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2011-11-212011-11-21 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+6
2011-11-21re PR libstdc++/51185 ([C++0x] false-positive results of std::is_constructible)Daniel Krugler7-11/+70
2011-11-212011-11-21 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+2
2011-11-21tuple (__conv_types, [...]): Remove.Paolo Carlini3-47/+16
2011-11-20re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well)Jason Merrill2-6/+10
2011-11-20pt.c (type_unification_real): Set input_location during default arg instantia...Jason Merrill2-2/+10
2011-11-20binders.h: Fix examples in doxygen comments and suggest using std::bind instead.Jonathan Wakely2-2/+12
2011-11-20Fix grammar in ChangeLog entry.Jonathan Wakely1-1/+1
2011-11-20* doc/xml/manual/status_cxx2011.xml: Fix docbook markup.Jonathan Wakely2-9/+13
2011-11-20appendix_contributing.xml: Do not use "here" as link text.Jonathan Wakely8-87/+120
2011-11-19bitset (operator[](size_t) const): Declare constexpr.Paolo Carlini5-14/+52
2011-11-18re PR libstdc++/51209 (The template _M_find_node in hashtable.h has a bad ret...Harti Brandt3-4/+12
2011-11-18hash-long-double-aux.cc: Rename to...Paolo Carlini23-119/+188
2011-11-17re PR libstdc++/51181 (libstdc++.so __sync_sub_and_fetch_4 linkage error caus...Richard Henderson2-0/+8
2011-11-18typesizes.cc: Do not run on darwin.Jonathan Wakely2-2/+7
2011-11-17Remove accidentally committed duplicate ChangeLog entry.Jonathan Wakely1-6/+0
2011-11-17class.c (add_implicitly_declared_members): Update move conditions.Jason Merrill4-0/+14
2011-11-17status_cxx2011.xml: Status of piecewise construction and ios_base::failure.Jonathan Wakely3-5/+21
2011-11-16re PR libstdc++/51102 (missing macros in <atomic>)Andrew MacLeod2-1/+8
2011-11-15re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX...Paolo Carlini19-0/+386
2011-11-15re PR libstdc++/51133 (Incorrect implementation of std::tr1::hermite())Jason Dick2-2/+8
2011-11-14cmath (frexp, [...]): Do not mark constexpr, not viable anyway due to the poi...Paolo Carlini2-7/+12
2011-11-13cmath (atan2, [...]): Simplify constraining on the return type.Paolo Carlini3-105/+30
2011-11-13* using.xml: Use GNU/Linux.Gerald Pfeifer2-3/+7
2011-11-12re PR c++/51060 (Temporary object stack space is not re-used)Jason Merrill4-12/+19
2011-11-12re PR libstdc++/51083 (TR1 [tr.c99.cmath.over] and C++11 [cmplx.over] overloa...Jonathan Wakely6-25/+277
2011-11-10re PR middle-end/51038 (29_atomics/atomic_flag/clear/1.cc test_and_set/explic...Andrew MacLeod2-50/+21
2011-11-09allocator.h (__shrink_to_fit_aux::_S_do_it): Create the new object with the s...Jonathan Wakely3-1/+69
2011-11-09unordered_map: Add missing copy constructors.Jonathan Wakely3-0/+31
2011-11-09PR c++/51027 - accepts alias-declaration without ';'Dodji Seketeli2-1/+6
2011-11-09stl_vector.h (vector::_Alloc_traits): Make private.Jonathan Wakely6-14/+158
2011-11-08shared_ptr_base.h (_Sp_counted_ptr): Make 'final'.Jonathan Wakely9-79/+307
2011-11-08acinclude.m4 ([GLIBCXX_ENABLE_VISIBILITY]): Rename to [GLIBCXX_ENABLE_LIBSTDC...Paolo Carlini5-38/+51
2011-11-08macros.cc: Avoid -Wall warnings.Paolo Carlini3-2/+8
2011-11-08re PR libstdc++/51018 (Test failures on NetBSD)Jonathan Wakely2-3/+9
2011-11-08Merge from transactional-memory branch.Aldy Hernandez8-7/+169
2011-11-08re PR libstdc++/51018 (Test failures on NetBSD)Paolo Carlini2-5/+11
2011-11-08future (__future_base::_Ptr): Use alias-declaration.Jonathan Wakely2-29/+27
2011-11-08stdc++.h: Add cstdalign.Ed Smith-Rowland2-0/+5
2011-11-08complex (complex<>::real(), [...]): Remove redundant const qualifiers.Paolo Carlini2-9/+14
2011-11-08ptr_traits.h (__rebind): Replace with...Jonathan Wakely6-79/+26
2011-11-07mutex (call_once): Store closure in __once_functor as bound function wrapper ...Jonathan Wakely2-1/+7
2011-11-07atomic_base.h (atomic_thread_fence): Revert.Andrew MacLeod2-8/+7
2011-11-07atomic_base.h (atomic_thread_fence): Call builtin.Andrew MacLeod2-6/+63
2011-11-07Return gthr-posix.h to libgcc (PR bootstrap/50982)Rainer Orth3-2/+9
2011-11-07acinclude.m4 (GLIBCXX_CHECK_SC_NPROC_ONLN): Define.Jonathan Wakely7-6/+384
2011-11-07* config/abi/pre/gnu.ver: Fix exports for string::pop_back.Jonathan Wakely2-6/+8
2011-11-07acinclude.m4: Check for <stdalign.h>Jonathan Wakely10-4/+105
2011-11-07re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility)Jonathan Wakely2-1/+7
2011-11-07make __stl_prime_list in comdatXinliang David Li2-4/+27