summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 2016-01-22 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-01-2223-44/+119
* Constrain std::valarray functions and operatorsredi2016-01-223-2/+70
* Allow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overriddenredi2016-01-225-2/+32
* libstdc++/69406 Fix test to check for supported headersredi2016-01-218-6/+45
* libstdc++: Darwin does not support weak refs without definition.torvald2016-01-202-0/+8
* Add C++11 <cmath> overloads to the global namespaceredi2016-01-203-0/+114
* Ensure C++ language linkage in cmath and cstdlibredi2016-01-206-0/+71
* Add C++-conforming wrappers for stdlib.h and math.hredi2016-01-1910-17/+124
* libstdc++: Fix usage of __GXX_WEAK__ in TM TS support.torvald2016-01-184-28/+45
* Add test for PR 60637redi2016-01-182-0/+38
* Fix PR number in changelog for commit r232504redi2016-01-181-1/+1
* Fix construction of std::function from null pointer-to-memberredi2016-01-183-8/+30
* Fix libstdc++ build with -fno-exceptionsredi2016-01-182-4/+11
* PR libstdc++/68734danglin2016-01-172-0/+1572
* libstdc++: Fix static_assert.torvald2016-01-172-2/+6
* Revert the accidental checkinhjl2016-01-161-1/+2
* Add __int128 symbols to x32 aseline_symbols.txthjl2016-01-163-2/+12
* Use static assertion for uses-allocator constructionredi2016-01-155-2/+114
* PR libstdc++/69294 Check for isinf and isnan on AIXredi2016-01-153-8/+15
* libstdc++: Make certain exceptions transaction_safe.torvald2016-01-1515-42/+638
* 2016-01-15 Steve Ellcey <sellcey@imgtec.com>sje2016-01-152-1/+6
* * include/bits/std_mutex.h: Fix Doxygen @file name.redi2016-01-152-1/+5
* 2016-01-14 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-01-14119-2265/+48208
* Use ::isinf and ::isnan if libc defines themredi2016-01-136-0/+134
* Introduce separate baselines for Solaris 10 and 11+ (PR libstdc++/66006)ro2016-01-135-1/+15726
* libstdc++/68877 Reimplement std::__is_swappableredi2016-01-128-34/+512
* Extend std::function test for PR 68995redi2016-01-122-0/+7
* Prevent recursive instantiation in std::functionredi2016-01-123-11/+47
* allocator_traits<allocator<T>> partial specializationredi2016-01-113-1/+144
* Use -std option in test for C99 macros in <cmath>redi2016-01-083-1/+10
* Fix PR number in previous commitredi2016-01-081-1/+1
* Add missing include for std::__addressofredi2016-01-082-0/+6
* Use std::addressof in insert iterators, allocators and promisesredi2016-01-078-8/+159
* Remove noexcept from function template that can throwredi2016-01-063-2/+63
* Rename bits/mutex.h to avoid clashing with glibcredi2016-01-066-4/+12
* Update copyright years.jakub2016-01-047761-12803/+12813
* 2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2015-12-282-3/+6
* Correct use of __GXX_WEAK__ macro.jason2015-12-253-2/+8
* Add inline to std::__invfwdredi2015-12-222-1/+6
* Rename test file that had incorrect bug numberredi2015-12-212-0/+4
* libstdc++/68995 qualify calls to __callable_functorredi2015-12-213-4/+37
* libstdc++/68276 consistently qualify std::forwardredi2015-12-213-9/+66
* PR libstdc++/66693.ville2015-12-2111-65/+288
* 2015-12-18 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-12-182-1/+13
* 2015-12-18 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-12-183-7/+13
* [DJGPP] Update config/os/djgpp/error_constants.handris2015-12-182-24/+80
* libstdc++/68921 add timeout argument to futex(2)redi2015-12-162-1/+6
* Restore accidentally-removed volatile qualifierredi2015-12-152-1/+4
* Remove vestigial traces of std::tr1::bindredi2015-12-152-73/+31
* Fix cv-qualifiers in std::bind invocationredi2015-12-153-4/+64