aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-28re PR libstdc++/64798 (g++.old-deja/g++.eh/badalloc1.C FAILs)Richard Biener2-8/+18
2015-01-27re PR target/64368 (Several libstdc++ test failures on non-linux platforms af...Jonathan Wakely2-0/+13
2015-01-26re PR target/64368 (Several libstdc++ test failures on non-linux platforms af...Jonathan Wakely3-29/+33
2015-01-262.cc: Add test for non-transparent comparison function.Jonathan Wakely2-0/+22
2015-01-25re PR libstdc++/29366 (atomics config for sh is weird)Oleg Endo2-82/+16
2015-01-23gnu.ver: Tighten GLIBCXX_3.4 patterns to not match new std::string constructo...Jonathan Wakely2-9/+58
2015-01-22re PR libstdc++/64535 (Emergency buffer for exception allocation too small)Richard Biener2-84/+197
2015-01-22re PR libstdc++/64680 (basic_regex::operator= does not reset flags)Tim Shen3-7/+36
2015-01-22re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen3-3/+37
2015-01-21* config/abi/pre/gnu.ver: Use [jmy] for size_t parameters.Jonathan Wakely2-20/+24
2015-01-21* testsuite/29_atomics/atomic/64658.cc: Test stored value.Jonathan Wakely2-2/+7
2015-01-20status_cxx2011.xml: Remove stray dbhtml tags.Jonathan Wakely4-12/+14
2015-01-20re PR libstdc++/64650 (std::experimental::bad_optional_access is not default ...Jonathan Wakely3-2/+13
2015-01-20Implement N3657: heterogeneous lookup in associative containers.Jonathan Wakely10-0/+1020
2015-01-20Add C++11 std::string constructors for locales and facets.Jonathan Wakely14-3/+477
2015-01-20re PR libstdc++/64658 (std::atomic_init() undefined)Jonathan Wakely3-2/+39
2015-01-19re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen4-65/+66