summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* random.tcc: Fix usage of _OutputIteratorConcept.François Dumont2016-12-242-13/+31
* Implement P0522R0, matching of template template arguments.Jason Merrill2016-12-211-1/+1
* Fix handling of explicit function template arguments with TTPs.Jason Merrill2016-12-212-11/+13
* PR 71444 define more error constants for mingw-w64Jonathan Wakely2016-12-213-40/+83
* Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...Ville Voutilainen2016-12-194-3/+57
* Reuse Doxygen comments for map::erase overloadsJonathan Wakely2016-12-163-0/+10
* Add assertion to _Rb_tree::erase to check for end iteratorsJonathan Wakely2016-12-163-4/+56
* Implement LWG 2769, Redundant const in the return type of any_cast(const any&).Ville Voutilainen2016-12-164-9/+36
* PR59170 make pretty printers check for singular iteratorsJonathan Wakely2016-12-154-0/+73
* PR59161 make pretty printers always return stringsJonathan Wakely2016-12-153-6/+84
* Tweak formatting and docs for pretty printersJonathan Wakely2016-12-152-10/+26
* Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely2016-12-154-8/+261
* stl_tree.h (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Resto...François Dumont2016-12-142-2/+12
* Make printers use singular noun for a single elementJonathan Wakely2016-12-148-18/+36
* Make printers detect invalid debug mode iteratorsJonathan Wakely2016-12-144-2/+101
* [libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov2016-12-126-0/+18
* Remove stray character at end of dg-do directiveJonathan Wakely2016-12-122-1/+4
* Remove stray character at end of dg-do directiveJonathan Wakely2016-12-122-1/+6
* Fix std::variant for gnu-versioned--namespace buildJonathan Wakely2016-12-092-1/+5
* parallel_algorithm_assert2.cc: Move dg-do run first.David Edelsohn2016-12-082-1/+6
* re PR libstdc++/78264 (ICE in build_noexcept_spec, at cp/except.c:1196)Eric Botcazou2016-12-082-2/+8
* Fix filesystem test that fails in debug modeJonathan Wakely2016-12-082-4/+8
* Delete std::swap for debug mode arrayJonathan Wakely2016-12-0812-14/+34
* PR71856 try to fix Parallel Mode assertions againJonathan Wakely2016-12-085-5/+87
* P0003R5 - removal of dynamic exception specification from C++17Jakub Jelinek2016-12-082-1/+7
* 2016-12-07 François Dumont <fdumont@gcc.gnu.org>François Dumont2016-12-072-32/+29
* stl_map.h (map(const map&)): Make default.François Dumont2016-12-076-148/+200
* Replace uses of C++14 remove_cv_t alias in C++11 headerJonathan Wakely2016-12-072-2/+6
* Replace use of C++14 std::exchange in C++11 testcaseJonathan Wakely2016-12-072-2/+7
* Replace dynamic exception specifications in testsuiteJonathan Wakely2016-12-0710-16/+39
* Use _GLIBCXX_THROW macro in bitmap_allocatorJonathan Wakely2016-12-072-3/+7
* Disable test using std::set_unexcepted for C++17Jonathan Wakely2016-12-072-0/+5
* Improve tests for contents of <new> headerJonathan Wakely2016-12-073-4/+89
* Add #ifdef case for 16 bits in cow-stdexcept.ccFelipe Magno de Almeida2016-12-062-3/+10
* Enable libstdc++ compilation on AVR targetsFelipe Magno de Almeida2016-12-063-0/+80
* Fix pretty-printer for std::variantJonathan Wakely2016-12-063-3/+5
* Fix debug mode assertion for std::shared_ptr<void>Jonathan Wakely2016-12-062-2/+8
* Fix libstdc++-v3/ChangeLog datesJonathan Wakely2016-12-061-4/+4
* Constrain optional's __constexpr_addressof in its return type and use a const...Ville Voutilainen2016-12-062-5/+28
* variant (visit): Make visit constexpr.Tim Shen2016-12-063-156/+154
* enable_special_members.h: Make _Enable_default_constructor constexpr.Tim Shen2016-12-065-35/+114
* variant (std::get, operator==): Implement constexpr comparison and get<>.Tim Shen2016-12-063-179/+335
* variant (__erased_use_alloc_ctor, [...]): Remove uses-allocator related funct...Tim Shen2016-12-064-207/+8
* Add missing noexcept on std::_Sp_locker constructorsAditya Kumar2016-12-062-2/+8
* Add noexcept to various basic_string string operationsJonathan Wakely2016-12-063-34/+64
* baseline_symbols.txt: Regenerate.John David Anglin2016-12-032-0/+99
* * testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX.David Edelsohn2016-12-012-0/+5
* Implement LWG 2766,Ville Voutilainen2016-12-0118-24/+270
* The convertible_to traits need to use a variadic catch-all for the false-cases.Ville Voutilainen2016-12-013-2/+11
* crossconfig.m4 (*-linux*): Add link-check for memalign.Bernd Edlinger2016-12-013-1/+20