libffi: Bump to automake 1.11.6
[gcc.git] / libstdc++-v3 / testsuite /
2015-05-13 Michael Haubenwallnerlibstdc++: Bump to automake 1.11.6
2015-05-10 Jason Merrillsynopsis.cc: Add _GLIBCXX14_CONSTEXPR.
2015-05-09 Jason Merrillstd_c++0x_neg.cc: Add -std=c++98.
2015-05-06 Jason Merrillc.opt (Wterminate): New.
2015-05-02 Jonathan Wakelyany (any::_Storage): Fix alignment of buffer.
2015-05-02 Jonathan Wakelyiterator: New.
2015-05-02 Jonathan Wakelynumeric: New.
2015-05-02 Jonathan Wakelyany (any::_Storage): Make non-copyable.
2015-05-02 Jonathan Wakelyre PR libstdc++/65978 (missing constexpr on std::forwar...
2015-05-01 Ville VoutilainenImplement observer_ptr.
2015-05-01 Jonathan Wakelyfs_path.h (path::_List): Use vector instead of list.
2015-05-01 Jonathan Wakelyfs_dir.h: Fix use of non-reserved names.
2015-05-01 Jonathan Wakelymemory (pointer_safety, [...]): Define.
2015-04-30 Jonathan WakelyImplement N4100 File System TS
2015-04-30 Edward Smith-RowlandAdd fundamentals TR container erasure.
2015-04-29 Doug Evansre PR libstdc++/65839 (xmethods need updating once...
2015-04-29 Jonathan Wakelyre PR libstdc++/65760 (invalid use of incomplete type...
2015-04-29 Jonathan Wakelyre PR libstdc++/64657 (Support iterators with overloade...
2015-04-29 Doug Evanslist.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero.
2015-04-28 Jonathan Wakelyre PR libstdc++/60333 (type_traits make_signed, make_un...
2015-04-28 Jonathan Wakelyre PR libstdc++/65631 (seed_seq should not be copyable)
2015-04-28 Jonathan Wakelyexception (uncaught_exceptions): Add comment.
2015-04-28 Jonathan Wakelytype_traits (void_t): Add.
2015-04-28 Tim Shenregex.tcc: Handle regex_constants::__polynomial.
2015-04-28 Sandra Loosemorere PR libstdc++/65909 (check_v3_target_namedlocale...
2015-04-27 Ville VoutilainenAdd support for std::uncaught_exceptions.
2015-04-27 Dmitry Prokoptsevre PR libstdc++/62258 (uncaught_exception() equals...
2015-04-22 Renlin Li[PATCH][libstc++v3]Add new dg-require-thread-fence...
2015-04-14 Marc Glissere PR libstdc++/61347 (std::distance(list.first(),list...
2015-04-14 Hans-Peter NilssonFix regression for libstdc++-v3/testsuite/29_atomics...
2015-04-13 Jonathan Wakelyre PR libstdc++/65754 (missing exports for fstream...
2015-04-10 Jonathan Wakelyshared_mutex (shared_timed_mutex): Only use pthread_rwl...
2015-04-10 Jonathan Wakelyshared_mutex (shared_timed_mutex): Add comments to...
2015-04-09 Jonathan Wakelyre PR libstdc++/65147 (alignment of std::atomic object...
2015-03-30 Jonathan Wakelyre PR libstdc++/65630 (operator+ for new std::string...
2015-03-28 Tim Shenre PR libstdc++/65420 (Enumerators in std::regex_consta...
2015-03-27 Jonathan Wakelyre PR libstdc++/65499 (Missing "using namespace literal...
2015-03-26 Jonathan Wakelyre PR libstdc++/58038 (std::this_thread::sleep_until...
2015-03-26 Jonathan Wakelyre PR libstdc++/62259 (atomic class doesn't enforce...
2015-03-25 Alan Lawrencere PR libstdc++/33394 (Add test case for Thread race...
2015-03-25 Paolo Carlinire PR libstdc++/65543 (rvalue stream insertion and...
2015-03-24 Jonathan Wakelyre PR libstdc++/33394 (Add test case for Thread race...
2015-03-20 James Greenhalgh[Patch Testsuite] Make all_attributes.cc in to (almost_...
2015-03-20 Jonathan Wakelyc++config (__gnu_cxx::__cxx11): Define new namespace.
2015-03-17 Jonathan Wakely1.cc: Remove name of unused exception variable.
2015-03-17 Jonathan Wakelynested_exception.h: Do not try to derive from final...
2015-03-12 Renlin Li[PATCH]Remove xfail for wrapped target
2015-03-10 Tim Shenre PR libstdc++/64441 (A match_results returns an incor...
2015-03-09 Jonathan Wakelyre PR libstdc++/64467 (28_regex/traits/char/isctype...
2015-03-05 Jonathan Wakelylocale_conv.h (wstring_convert::_M_conv): Handle noconv...
2015-03-04 Jonathan Wakelyre PR libstdc++/64797 (22_locale/conversions/string...
2015-03-03 Iain Sandoere PR libstdc++/64883 (FAIL: 17_intro/headers/c++*...
2015-03-02 Jonathan Wakelyre PR libstdc++/65279 (std::scoped_allocator_adaptor...
2015-02-19 Hans-Peter Nilssonre PR testsuite/65093 (26_numerics/random/binomial_dist...
2015-02-18 Jonathan Wakelychar16_t.cc: Add dg-require-cstdint.
2015-02-18 Jonathan Wakelycodecvt.cc (write_utf16_code_point): Fix code to output...
2015-02-17 Rüdiger Sonderfeldchar32_t.cc: New.
2015-02-17 Jonathan Wakelyre PR libstdc++/65085 (Move-assigned empty string corru...
2015-02-13 Matthew Wahabisctype.cc (test01): Fix mixed line-endings introduced...
2015-02-12 Jason Merrill* testsuite/28_regex/traits/wchar_t/isctype.cc: Fix...
2015-02-12 Matthew Wahabisctype.cc (test01): Replace test for __NEWLIB__ macro...
2015-02-04 Matthew Wahab[PATCH][libstdc++][Testsuite] isctype test fails for...
2015-02-01 Jonathan Wakelyre PR libstdc++/64883 (FAIL: 17_intro/headers/c++*...
2015-01-29 Jonathan Wakelyatomic_base.h: Use __always_inline__ instead of always_...
2015-01-28 Kyrylo Tkachov[libstdc++][testsuite][reverted] Remove check for trunc...
2015-01-26 Jonathan Wakely2.cc: Add test for non-transparent comparison function.
2015-01-22 Tim Shenre PR libstdc++/64680 (basic_regex::operator= does...
2015-01-22 Tim Shenre PR libstdc++/64649 (regex_traits::lookup_classname...
2015-01-21 Jonathan Wakely* testsuite/29_atomics/atomic/64658.cc: Test stored...
2015-01-20 Jonathan Wakelyre PR libstdc++/64650 (std::experimental::bad_optional_...
2015-01-20 Jonathan WakelyImplement N3657: heterogeneous lookup in associative...
2015-01-20 Jonathan WakelyAdd C++11 std::string constructors for locales and...
2015-01-20 Jonathan Wakelyre PR libstdc++/64658 (std::atomic_init() undefined)
2015-01-19 Tim Shenre PR libstdc++/64649 (regex_traits::lookup_classname...
2015-01-19 Tim Shenre PR libstdc++/64584 (basic_regex::assign breaks ...
2015-01-19 Ville Voutilainenrange_access.h (begin, end): Use _GLIBCXX14_CONSTEXPR...
2015-01-18 Jonathan Wakelyre PR libstdc++/64646 (New overloads of std::is_permuta...
2015-01-17 Jonathan WakelyDR 488 PR libstdc++/58357
2015-01-17 Jonathan Wakelyre PR libstdc++/60940 (general operations on atomic...
2015-01-17 Jonathan Wakelyre PR libstdc++/56785 (std::tuple of two elements does...
2015-01-17 Jonathan Wakely1.cc: Remove unused header.
2015-01-16 Jonathan Wakelylocale_conv.h (wstring_convert, [...]): New.
2015-01-16 Jonathan WakelyImplement C++11 <codecvt> header.
2015-01-16 Jonathan Wakelyacinclude.m4: Fix typo in comment.
2015-01-13 Jason Merrillre PR c++/64356 (Some constexpr expressions not recogni...
2015-01-09 Jonathan Wakelyre PR libstdc++/64476 (std::uninitialized_copy tests...
2015-01-09 Tim Shenre PR libstdc++/64239 (regex_iterator::operator= should...
2015-01-08 Jonathan Wakelyre PR libstdc++/60132 (C++11: lack of is_trivially_copy...
2015-01-05 Jakub JelinekUpdate copyright years.
2015-01-04 Jonathan Wakelyre PR libstdc++/64483 (FAIL: 18_support/exception_ptr...
2015-01-02 Jonathan Wakely64422.cc: Fix copyright date.
2015-01-02 Bernd Edlingerre PR c++/64422 (basic_string::erase is unresloved)
2015-01-02 Jonathan Wakelyre PR libstdc++/64438 (Removing string-conversion requi...
2014-12-29 David Edelsohnc99_classification_macros_c.cc: Add *-*-aix* to dg...
2014-12-22 Jonathan Wakelyre PR libstdc++/37522 (Incorrect vswprintf prototype...
2014-12-22 Ville Voutilainenre PR libstdc++/60271 ([DR2369] [C++1y] std::max(initia...
2014-12-22 Rüdiger Sonderfeldre PR libstdc++/54354 (TODO extended iomanip manipulato...
2014-12-22 Rüdiger Sonderfeldre PR libstdc++/60396 (Missing time_get<>::get() functions)
2014-12-20 François Dumontvector (std::__debug::vector<>::clear()): Do not reset...
2014-12-20 François Dumontmutex_extensions_neg.cc: Adjust dg-error.
next