aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2015-03-26re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep)Jonathan Wakely4-1/+99
2015-03-26re PR libstdc++/62259 (atomic class doesn't enforce required alignment on pow...Jonathan Wakely4-2/+85
2015-03-26re PR libstdc++/65033 (C++11 atomics: is_lock_free result does not always mat...Richard Henderson3-6/+38
2015-03-25re PR libstdc++/33394 (Add test case for Thread race segfault in std::string:...Alan Lawrence2-1/+7
2015-03-25re PR libstdc++/65543 (rvalue stream insertion and extraction operators incor...Paolo Carlini4-2/+52
2015-03-24re PR libstdc++/33394 (Add test case for Thread race segfault in std::string:...Jonathan Wakely2-0/+54
2015-03-23re PR libstdc++/64967 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely5-0/+22
2015-03-20[Patch Testsuite] Make all_attributes.cc in to (almost_)all_attributes.cc for...James Greenhalgh4-0/+16
2015-03-20c++config (__gnu_cxx::__cxx11): Define new namespace.Jonathan Wakely4-3/+16
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill4-19/+16
2015-03-18re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jonathan Wakely7-12/+45
2015-03-18re PR libstdc++/13631 (Problems in messages)Jonathan Wakely2-34/+41
2015-03-18acinclude.m4 (GLIBCXX_CHECK_GTHREADS): Check for pthread_rwlock_t.Jonathan Wakely5-23/+134
2015-03-171.cc: Remove name of unused exception variable.Jonathan Wakely5-138/+9
2015-03-17nested_exception.h: Do not try to derive from final classes.Jonathan Wakely3-1/+30
2015-03-13* include/experimental/system_error: Fix include guard.Jonathan Wakely2-1/+3
2015-03-13acinclude.m4: Make --enable-libstdcxx-time=auto work for dragonfly.Jonathan Wakely3-2/+7
2015-03-12[PATCH]Remove xfail for wrapped targetRenlin Li2-6/+5
2015-03-10re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen4-46/+170
2015-03-09re PR libstdc++/64467 (28_regex/traits/char/isctype.cc and wchar_t/isctype.cc)Jonathan Wakely2-12/+14
2015-03-06future (future_error(error_code)): Construct base class with error_code's mes...Jonathan Wakely3-2/+9
2015-03-05locale_conv.h (wstring_convert::_M_conv): Handle noconv result.Jonathan Wakely4-2/+81
2015-03-04re PR libstdc++/64797 (22_locale/conversions/string/2.cc FAILs)Jonathan Wakely8-54/+272
2015-03-03re PR libstdc++/64883 (FAIL: 17_intro/headers/c++*/all_attributes.cc (test fo...Iain Sandoe4-5/+20
2015-03-02re PR libstdc++/65279 (std::scoped_allocator_adaptor is not assignable)Jonathan Wakely3-0/+72
2015-03-02re PR libstdc++/64367 (g++-v5/stdexcept:52:28: error: invalid use of non-stat...Jonathan Wakely2-1/+7
2015-02-28re PR libstdc++/65246 (libstdc++ pretty printers don't work anymore with Pyth...Matthias Klose2-2/+7
2015-02-22status_cxx2011.xml: Remove duplicated information.Jonathan Wakely3-12/+5
2015-02-20status_cxx2011.xml: Document implementation-defined behavior.Jonathan Wakely3-0/+152
2015-02-20re PR libstdc++/64695 (FAIL: libstdc++-prettyprinters/cxx11.cc)Jonathan Wakely2-8/+27
2015-02-19re PR libstdc++/58357 (In C++11 std::rotate(first, middle, last) now should r...Jonathan Wakely3-3/+17
2015-02-19re PR testsuite/65093 (26_numerics/random/binomial_distribution/operators/val...Hans-Peter Nilsson6-19/+190
2015-02-18char16_t.cc: Add dg-require-cstdint.Jonathan Wakely3-0/+5
2015-02-18codecvt.cc (write_utf16_code_point): Fix code to output surrogate pairs.Jonathan Wakely4-8/+117
2015-02-17char32_t.cc: New.Rüdiger Sonderfeld2-0/+103
2015-02-17re PR libstdc++/65085 (Move-assigned empty string corrupt with -D_GLIBCXX_USE...Jonathan Wakely3-3/+49
2015-02-13isctype.cc (test01): Fix mixed line-endings introduced in last change.Matthew Wahab2-8/+13
2015-02-12* testsuite/28_regex/traits/wchar_t/isctype.cc: Fix whitespace.Jason Merrill1-14/+15
2015-02-12isctype.cc (test01): Replace test for __NEWLIB__ macro with a dejagnu set macro.Matthew Wahab3-27/+34
2015-02-04[PATCH][libstdc++][Testsuite] isctype test fails for newlib.Matthew Wahab3-0/+19
2015-02-01* src/c++11/futex.cc: Do not define for gthr-single.h targets.Jonathan Wakely2-0/+6
2015-02-01re PR libstdc++/64883 (FAIL: 17_intro/headers/c++*/all_attributes.cc (test fo...Jonathan Wakely4-4/+16
2015-01-29acinclude.m4 (VTV_CYGMIN): Use x$vtv_cygmin = xyes instead of $vtv_cygmin = yes.Jakub Jelinek3-13/+17
2015-01-29Define VTV_CYGMIN after vtv_cygmin is setH.J. Lu3-11/+17
2015-01-29acinclude.m4 (GLIBCXX_ENABLE_VTABLE_VERIFY): Define VTV_CYGMIN unconditionally.Matthias Klose3-9/+17
2015-01-29Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from...Caroline Tice4-21/+74
2015-01-29atomic_base.h: Use __always_inline__ instead of always_inline.Jonathan Wakely9-7/+134
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice5-1/+85
2015-01-28re PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘v...Jonathan Wakely4-4/+19
2015-01-28[libstdc++][testsuite][reverted] Remove check for truncation overflowKyrylo Tkachov2-10/+6