aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Ensure C++ language linkage in cmath and cstdlibJonathan Wakely6-0/+71
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely10-17/+124
2016-01-18libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.Torvald Riegel4-28/+45
2016-01-18Add test for PR 60637Jonathan Wakely2-0/+38
2016-01-18Fix PR number in changelog for commit r232504Jonathan Wakely1-1/+1
2016-01-18Fix construction of std::function from null pointer-to-memberJonathan Wakely3-8/+30
2016-01-18Fix libstdc++ build with -fno-exceptionsJonathan Wakely2-4/+11
2016-01-17re PR libstdc++/68734 (FAIL: libstdc++-abi/abi_check)John David Anglin2-0/+1572
2016-01-17libstdc++: Fix static_assert.Torvald Riegel2-2/+6
2016-01-16Revert the accidental checkinH.J. Lu1-1/+2
2016-01-16Add __int128 symbols to x32 aseline_symbols.txtH.J. Lu3-2/+12
2016-01-15Use static assertion for uses-allocator constructionJonathan Wakely5-2/+114
2016-01-15PR libstdc++/69294 Check for isinf and isnan on AIXJonathan Wakely3-8/+15
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel15-42/+638
2016-01-15random.tcc: Use __builtin_isfinite instead of std::isfinite.Steve Ellcey2-1/+6
2016-01-15* include/bits/std_mutex.h: Fix Doxygen @file name.Jonathan Wakely2-1/+5
2016-01-14Implement TR29124 C++ special Math Functions.Edward Smith-Rowland119-2265/+48208
2016-01-13Use ::isinf and ::isnan if libc defines themJonathan Wakely6-0/+134
2016-01-13Introduce separate baselines for Solaris 10 and 11+ (PR libstdc++/66006)Rainer Orth5-1/+15726
2016-01-12libstdc++/68877 Reimplement std::__is_swappableDaniel Kruegler8-34/+512
2016-01-12Extend std::function test for PR 68995Jonathan Wakely2-0/+7
2016-01-12Prevent recursive instantiation in std::functionJonathan Wakely3-11/+47
2016-01-11allocator_traits<allocator<T>> partial specializationJonathan Wakely3-1/+144
2016-01-08Use -std option in test for C99 macros in <cmath>Jonathan Wakely3-1/+10
2016-01-08Fix PR number in previous commitJonathan Wakely1-1/+1
2016-01-08Add missing include for std::__addressofJonathan Wakely2-0/+6
2016-01-07Use std::addressof in insert iterators, allocators and promisesJonathan Wakely8-8/+159
2016-01-06Remove noexcept from function template that can throwJonathan Wakely3-2/+63
2016-01-06Rename bits/mutex.h to avoid clashing with glibcJonathan Wakely6-4/+12
2016-01-04Update copyright years.Jakub Jelinek7761-12803/+12813
2015-12-282015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland2-3/+6
2015-12-24Correct use of __GXX_WEAK__ macro.Jason Merrill3-2/+8
2015-12-22Add inline to std::__invfwdJonathan Wakely2-1/+6
2015-12-21Rename test file that had incorrect bug numberJonathan Wakely2-0/+4
2015-12-21libstdc++/68995 qualify calls to __callable_functorJonathan Wakely3-4/+37
2015-12-21libstdc++/68276 consistently qualify std::forwardJonathan Wakely3-9/+66
2015-12-21re PR libstdc++/66693 ([C++17] std::tuple_size fails with const std::array)Ville Voutilainen11-65/+288
2015-12-18Fix a regression introduced by the fix of libstdc++/68276.Ville Voutilainen2-1/+13
2015-12-18re PR libstdc++/68276 (ios_base::_M_grow_words should use new (std::nothrow))Ville Voutilainen3-7/+13
2015-12-18[DJGPP] Update config/os/djgpp/error_constants.hAndris Pavenis2-24/+80
2015-12-16libstdc++/68921 add timeout argument to futex(2)Jonathan Wakely2-1/+6
2015-12-15Restore accidentally-removed volatile qualifierJonathan Wakely2-1/+4
2015-12-15Remove vestigial traces of std::tr1::bindJonathan Wakely2-73/+31
2015-12-15Fix cv-qualifiers in std::bind invocationJonathan Wakely3-4/+64
2015-12-15re PR libstdc++/68863 (Regular expressions: Backreferences don't work in nega...Tim Shen3-1/+56
2015-12-14Bad date on the Changelog entry, boo hiss.Ville Voutilainen1-1/+1
2015-12-14Document the implementation of Logical Operator Type Traits.Ville Voutilainen4-3/+45
2015-12-11Fix std::invoke support for reference_wrappersJonathan Wakely5-39/+115
2015-12-11re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...Ville Voutilainen3-1/+41
2015-12-10Change tests to use -std=gnu++14 not -std=gnu++1yJonathan Wakely20-19/+56