aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-12-15PR59170 make pretty printers check for singular iteratorsJonathan Wakely4-0/+73
2016-12-15PR59161 make pretty printers always return stringsJonathan Wakely3-6/+84
2016-12-15Tweak formatting and docs for pretty printersJonathan Wakely2-10/+26
2016-12-15Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely4-8/+261
2016-12-14stl_tree.h (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Resto...François Dumont2-2/+12
2016-12-14Make printers use singular noun for a single elementJonathan Wakely8-18/+36
2016-12-14Make printers detect invalid debug mode iteratorsJonathan Wakely4-2/+101
2016-12-12[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov6-0/+18
2016-12-12Remove stray character at end of dg-do directiveJonathan Wakely2-1/+4
2016-12-12Remove stray character at end of dg-do directiveJonathan Wakely2-1/+6
2016-12-09Fix std::variant for gnu-versioned--namespace buildJonathan Wakely2-1/+5
2016-12-08parallel_algorithm_assert2.cc: Move dg-do run first.David Edelsohn2-1/+6
2016-12-08re PR libstdc++/78264 (ICE in build_noexcept_spec, at cp/except.c:1196)Eric Botcazou2-2/+8
2016-12-08Fix filesystem test that fails in debug modeJonathan Wakely2-4/+8
2016-12-08Delete std::swap for debug mode arrayJonathan Wakely12-14/+34
2016-12-08PR71856 try to fix Parallel Mode assertions againJonathan Wakely5-5/+87
2016-12-08P0003R5 - removal of dynamic exception specification from C++17Jakub Jelinek2-1/+7
2016-12-072016-12-07 François Dumont <fdumont@gcc.gnu.org>François Dumont2-32/+29
2016-12-07stl_map.h (map(const map&)): Make default.François Dumont6-148/+200
2016-12-07Replace uses of C++14 remove_cv_t alias in C++11 headerJonathan Wakely2-2/+6
2016-12-07Replace use of C++14 std::exchange in C++11 testcaseJonathan Wakely2-2/+7
2016-12-07Replace dynamic exception specifications in testsuiteJonathan Wakely10-16/+39
2016-12-07Use _GLIBCXX_THROW macro in bitmap_allocatorJonathan Wakely2-3/+7
2016-12-07Disable test using std::set_unexcepted for C++17Jonathan Wakely2-0/+5
2016-12-07Improve tests for contents of <new> headerJonathan Wakely3-4/+89
2016-12-06Add #ifdef case for 16 bits in cow-stdexcept.ccFelipe Magno de Almeida2-3/+10
2016-12-06Enable libstdc++ compilation on AVR targetsFelipe Magno de Almeida3-0/+80
2016-12-06Fix pretty-printer for std::variantJonathan Wakely3-3/+5
2016-12-06Fix debug mode assertion for std::shared_ptr<void>Jonathan Wakely2-2/+8
2016-12-06Fix libstdc++-v3/ChangeLog datesJonathan Wakely1-4/+4
2016-12-06Constrain optional's __constexpr_addressof in its return type and use a const...Ville Voutilainen2-5/+28
2016-12-06variant (visit): Make visit constexpr.Tim Shen3-156/+154
2016-12-06enable_special_members.h: Make _Enable_default_constructor constexpr.Tim Shen5-35/+114
2016-12-06variant (std::get, operator==): Implement constexpr comparison and get<>.Tim Shen3-179/+335
2016-12-06variant (__erased_use_alloc_ctor, [...]): Remove uses-allocator related funct...Tim Shen4-207/+8
2016-12-06Add missing noexcept on std::_Sp_locker constructorsAditya Kumar2-2/+8
2016-12-06Add noexcept to various basic_string string operationsJonathan Wakely3-34/+64
2016-12-03baseline_symbols.txt: Regenerate.John David Anglin2-0/+99
2016-12-01* testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX.David Edelsohn2-0/+5
2016-12-01Implement LWG 2766,Ville Voutilainen18-24/+270
2016-12-01The convertible_to traits need to use a variadic catch-all for the false-cases.Ville Voutilainen3-2/+11
2016-12-01crossconfig.m4 (*-linux*): Add link-check for memalign.Bernd Edlinger3-1/+20
2016-12-01re PR libstdc++/71500 (regex::icase only works on first character in a range)Tim Shen6-49/+261
2016-11-30Fix testsuite failures caused by the patch implementing LWG 2534.Ville Voutilainen3-13/+28
2016-11-30Fix condition in shared_ptr assertionTim Shen2-1/+6
2016-11-3050594.cc: XFAIL on AIX.David Edelsohn5-0/+14
2016-11-30Implement LWG 2534, Constrain rvalue stream operators.Ville Voutilainen7-6/+463
2016-11-30[libstdc++, testsuite] Add dg-require-thread-fenceChristophe Lyon2-0/+6
2016-11-29re PR libstdc++/68838 (AIX 32 bit wchar_t testsuite failures)David Edelsohn3-2/+11
2016-11-27re PR libstdc++/78441 ([variant] variant_alternative doesn't allow cv qualifi...Tim Shen3-0/+28