aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-05-16abi.exp: Defer setting of baseline_subdir until after checking that the test ...Iain Sandoe2-2/+8
2014-05-16typedefs-1.cc: Fix test for 32-bit target.Jonathan Wakely4-4/+13
2014-05-16re PR libstdc++/60758 (Infinite backtrace in __cxa_end_cleanup)Alexey Merzlyakov2-5/+17
2014-05-16parse_numbers.h (__parse_int::_Number_help): Check for overflow.Jonathan Wakely4-69/+73
2014-05-16re PR libstdc++/61166 (overflow when parse number in std::duration operator"")Ed Smith-Rowland3-234/+151
2014-05-15Fix typo in my name.Jonathan Wakely1-1/+1
2014-05-15re PR libstdc++/60326 (Incorrect type from std::make_unsigned<wchar_t>)Jonathan Wakely8-7/+87
2014-05-15tuple (tuple_size<cv _Tp>): Implement LWG 2313.Jonathan Wakely5-8/+23
2014-05-14tuple (__add_c_ref, [...]): Remove.Jonathan Wakely5-103/+87
2014-05-14re PR c++/20332 (poor diagnostic when bind non lvalue to a reference for defa...Jason Merrill1-1/+1
2014-05-14call.c (struct conversion_info): Rename 'from_type' to 'from'.Jason Merrill11-10/+8
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely10-47/+213
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely4-6/+72
2014-05-09Fix typo in ChangeLog-2013Jonathan Wakely1-1/+1
2014-05-09gnu.ver (GLIBCXX_3.4.20): Correct regex_error export.Jonathan Wakely6-4/+54
2014-05-08re PR libstdc++/61117 (Manual uses term open source but should say free softw...Joshua Gay3-2/+9
2014-05-08iostream: Fix URL in comment.Jonathan Wakely3-4/+7
2014-05-08re PR libstdc++/13860 (Poor error messages on invalid template parameters for...Jonathan Wakely2-0/+17
2014-05-08re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / c...Jonathan Wakely4-78/+232
2014-05-08acinclude.m4 ([GLIBCXX_ENABLE_C99]): Avoid -Wwrite-strings warning.Paolo Carlini3-4/+11
2014-05-07re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard libr...Jonathan Wakely9-27/+37
2014-05-07re PR libstdc++/61023 (set/map move assignment doesn't move (or copy) the com...Jonathan Wakely3-0/+64
2014-05-07Makefile.in: Regenerate.Paolo Carlini2-0/+5
2014-05-06macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont73-1366/+2934
2014-05-05Update libstdc++ baseline symbols for ia64Andreas Schwab2-6/+5
2014-05-02re PR libstdc++/61036 (shared_ptr<void>(new T) rejected)Jonathan Wakely3-1/+34
2014-05-02re PR libstdc++/59476 (gdb pretty-printer cannot print C++11 _Rb_tree_iterator)Jonathan Wakely4-4/+125
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen10-101/+175
2014-04-25re PR libstdc++/60710 (experimental::optional<T> is using T::operator!=)Lars Gullik Bjønnes8-26/+14
2014-04-25re PR libstdc++/60958 (Initialization of arrays in tr1/regex ill-formed or wi...Jonathan Wakely3-4/+11
2014-04-25testsuite_abi.cc (check_version): Update for CXXABI_1.3.9.Marc Glisse2-1/+7
2014-04-24regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next.Tim Shen3-8/+16
2014-04-24re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse4-19/+15
2014-04-24Update libstdc++ baseline symbols for ia64Andreas Schwab2-0/+18
2014-04-23Update libstdc++ baseline symbols for m68kAndreas Schwab2-0/+6
2014-04-22re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse4-4/+38
2014-04-22Remove obsolete Solaris 9 supportRainer Orth15-7422/+54
2014-04-16* include/std/functional (__is_location_invariant): Use __or_ helper.Jonathan Wakely2-2/+5
2014-04-15shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Remove name of unused param...Jonathan Wakely2-1/+4
2014-04-15* include/experimental/string_view: Fix inconsistent exception specs.Jonathan Wakely2-2/+4
2014-04-15container.cc: Do not use uninitialized members in mem-initializers.Jonathan Wakely4-7/+13
2014-04-15re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ...Jonathan Wakely14-58/+77
2014-04-15* include/std/atomic: Uglify parameter names.Jonathan Wakely2-16/+18
2014-04-15shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Use delegating constructor.Jonathan Wakely3-6/+7
2014-04-15atomic_base.h (__atomic_base<_PTp*>::_M_type_size): Add const to constexpr me...Jonathan Wakely2-2/+5
2014-04-15re PR libstdc++/60594 (std::function of a type with a declared (but not defin...Jonathan Wakely3-2/+50
2014-04-15re PR libstdc++/60695 (std::atomic<X> doesn't work when X is of zero size)Jonathan Wakely3-0/+39
2014-04-15re PR libstdc++/60734 (Undefined behavior in g++-v4/bits/stl_tree.h)Jonathan Wakely2-2/+7
2014-04-15N3887 Consistent Metafunction AliasesJonathan Wakely4-1/+48
2014-04-14re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely3-5/+46