aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-01-06Check for __cxa_thread_atexit for freebsd crossesJonathan Wakely3-0/+18
2017-01-06Use fold expressions to reduce std::variant instantiation depthBarrett Adair2-17/+22
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth17-59/+54
2017-01-06Don't redefine _GLIBCXX_ASSERTIONS if already definedJonathan Wakely2-1/+3
2017-01-06PR78991 make __gnu_cxx::__ops constructors explicitJonathan Wakely3-21/+85
2017-01-05Remove unnecessary typedef from std::functionJonathan Wakely2-3/+6
2017-01-05re PR libstdc++/78996 (<variant> uses macro as name)Tim Shen2-3/+10
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely5-6/+24
2017-01-04Implement 2801, Default-constructibility of unique_ptr.Ville Voutilainen6-32/+107
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen127-144/+273
2017-01-04documentation_hacking.xml: sourceforge.net now defaults to https; adjust refe...Gerald Pfeifer2-1/+6
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely3-0/+35
2017-01-03Fix typos in libstdc++ docs and update copyright yearsJonathan Wakely11-13/+26
2017-01-02faq.xml: Update address of C++ ABI link.Gerald Pfeifer3-4/+9
2017-01-01Update copyright years.Jakub Jelinek8271-18192/+18201
2016-12-29Implement LWG 2842, in_place_t check for optional::optional(U&&) should decay U.Ville Voutilainen3-15/+42
2016-12-24random.tcc: Fix usage of _OutputIteratorConcept.François Dumont2-13/+31
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill1-1/+1
2016-12-21Fix handling of explicit function template arguments with TTPs.Jason Merrill2-11/+13
2016-12-21PR 71444 define more error constants for mingw-w64Jonathan Wakely3-40/+83
2016-12-19Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...Ville Voutilainen4-3/+57
2016-12-16Reuse Doxygen comments for map::erase overloadsJonathan Wakely3-0/+10
2016-12-16Add assertion to _Rb_tree::erase to check for end iteratorsJonathan Wakely3-4/+56
2016-12-16Implement LWG 2769, Redundant const in the return type of any_cast(const any&).Ville Voutilainen4-9/+36
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