aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2011-12-07re PR libstdc++/51386 (23_containers/unordered_set/hash_policy/load_factor.cc...François Dumont2-13/+27
2011-12-06re PR libstdc++/51438 (std::exception and derived classes are not compatible ...Paolo Carlini22-117/+190
2011-12-06re PR libstdc++/51183 (pair piecewise_construct_t constructor copies)Jonathan Wakely4-25/+99
2011-12-05initializer_list: Do not declare anything if __GXX_EXPERIMENTAL_CXX0X__ is no...Paolo Carlini2-1/+9
2011-12-04type_traits: Doxygen improvements.Jonathan Wakely10-40/+89
2011-12-04stl_heap.h (pop_heap): Check for non-empty range in overload taking a predicate.Markus Trippelsdorf3-0/+46
2011-12-03macros.h (__glibcxx_check_non_empty_range): Define.Jonathan Wakely7-5/+65
2011-12-03* doc/xml/manual/utilities.xml: Remove outdated text.Jonathan Wakely2-2/+5
2011-12-02iomanip (put_money): Fix thinko, use __err local, like in, eg, basic_ostream:...Paolo Carlini2-5/+13
2011-12-01acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.Benjamin Kosnik24-140/+200
2011-11-29hashtable.h (_Hashtable<>::_M_rehash): Remove code useless now that the hasht...François Dumont8-40/+319
2011-11-28c-familyAndrew MacLeod3-28/+50
2011-11-28re PR libstdc++/51288 ([C++0x] get_money implementation is missing the sentry...Paolo Carlini6-23/+251
2011-11-27using.xml (Prerequisites): Refer to x86 instead of i386.Gerald Pfeifer2-1/+6
2011-11-27run_doxygen (problematic): Change Linux reference to GNU/Linux.Gerald Pfeifer2-2/+7
2011-11-27abi.xml (Prerequisites): Refer to GNU/Linux.Gerald Pfeifer2-2/+7
2011-11-26re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX)Jonathan Wakely4-6/+15
2011-11-23re PR libstdc++/41975 ([C++0x] [DR579] unordered_set::erase performs worse wh...François Dumont16-408/+973
2011-11-22fix linenosJason Merrill1-4/+4
2011-11-22functional (is_placeholder, [...]): Add partial specializations for cv-qualif...Jonathan Wakely6-13/+500
2011-11-21Additional fixes for FreeBSD-10 build:Andreas Tobler2-6/+10
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