aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-01-09PR79017 workaround incomplete C99 math on darwinJonathan Wakely1-0/+9
2017-01-09Define testsuite macro for correct thread_local destructorsJonathan Wakely1-0/+7
2017-01-09PR66414 optimize std::string::findJonathan Wakely1-0/+7
2017-01-06Add more tests for std::basic_string::findJonathan Wakely1-0/+3
2017-01-06Add missing <cassert> include to testcaseJonathan Wakely1-0/+3
2017-01-06Check for __cxa_thread_atexit for freebsd crossesJonathan Wakely1-0/+6
2017-01-06Use fold expressions to reduce std::variant instantiation depthBarrett Adair1-0/+6
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-0/+15
2017-01-06Don't redefine _GLIBCXX_ASSERTIONS if already definedJonathan Wakely1-0/+2
2017-01-06PR78991 make __gnu_cxx::__ops constructors explicitJonathan Wakely1-0/+11
2017-01-05Remove unnecessary typedef from std::functionJonathan Wakely1-0/+5
2017-01-05re PR libstdc++/78996 (<variant> uses macro as name)Tim Shen1-0/+6
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely1-0/+9
2017-01-04Implement 2801, Default-constructibility of unique_ptr.Ville Voutilainen1-0/+17
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-0/+37
2017-01-04documentation_hacking.xml: sourceforge.net now defaults to https; adjust refe...Gerald Pfeifer1-0/+5
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely1-0/+5
2017-01-03Fix typos in libstdc++ docs and update copyright yearsJonathan Wakely1-0/+7
2017-01-02faq.xml: Update address of C++ ABI link.Gerald Pfeifer1-0/+5
2017-01-01Update copyright years.Jakub Jelinek1-9922/+2
2016-12-29Implement LWG 2842, in_place_t check for optional::optional(U&&) should decay U.Ville Voutilainen1-0/+20
2016-12-24random.tcc: Fix usage of _OutputIteratorConcept.François Dumont1-0/+4
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 Merrill1-0/+5
2016-12-21PR 71444 define more error constants for mingw-w64Jonathan Wakely1-0/+20
2016-12-19Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...Ville Voutilainen1-0/+8
2016-12-16Reuse Doxygen comments for map::erase overloadsJonathan Wakely1-0/+4
2016-12-16Add assertion to _Rb_tree::erase to check for end iteratorsJonathan Wakely1-0/+9
2016-12-16Implement LWG 2769, Redundant const in the return type of any_cast(const any&).Ville Voutilainen1-0/+12
2016-12-15PR59170 make pretty printers check for singular iteratorsJonathan Wakely1-0/+9
2016-12-15PR59161 make pretty printers always return stringsJonathan Wakely1-0/+8
2016-12-15Tweak formatting and docs for pretty printersJonathan Wakely1-0/+9
2016-12-15Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely1-0/+16
2016-12-14stl_tree.h (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Resto...François Dumont1-0/+6
2016-12-14Make printers use singular noun for a single elementJonathan Wakely1-0/+12
2016-12-14Make printers detect invalid debug mode iteratorsJonathan Wakely1-0/+9
2016-12-12[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov1-0/+11
2016-12-12Remove stray character at end of dg-do directiveJonathan Wakely1-0/+3
2016-12-12Remove stray character at end of dg-do directiveJonathan Wakely1-0/+5
2016-12-09Fix std::variant for gnu-versioned--namespace buildJonathan Wakely1-0/+5
2016-12-08parallel_algorithm_assert2.cc: Move dg-do run first.David Edelsohn1-0/+5
2016-12-08re PR libstdc++/78264 (ICE in build_noexcept_spec, at cp/except.c:1196)Eric Botcazou1-0/+6
2016-12-08Fix filesystem test that fails in debug modeJonathan Wakely1-0/+3
2016-12-08Delete std::swap for debug mode arrayJonathan Wakely1-0/+16
2016-12-08PR71856 try to fix Parallel Mode assertions againJonathan Wakely1-0/+14
2016-12-08P0003R5 - removal of dynamic exception specification from C++17Jakub Jelinek1-0/+5
2016-12-072016-12-07 François Dumont <fdumont@gcc.gnu.org>François Dumont1-0/+10
2016-12-07stl_map.h (map(const map&)): Make default.François Dumont1-0/+34
2016-12-07Replace uses of C++14 remove_cv_t alias in C++11 headerJonathan Wakely1-0/+3
2016-12-07Replace use of C++14 std::exchange in C++11 testcaseJonathan Wakely1-0/+3