summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* * libsupc++/guard.cc: Revert my last commit.uros2016-03-182-10/+2
* Revert:uros2016-03-182-2/+10
* libstdc++/69939 Qualify get and forwardredi2016-02-242-1/+6
* Document __STDCPP_WANT_MATH_SPEC_FUNCS__ macroredi2016-02-233-0/+12
* libstdc++/69893 make <tr1/cmath> work with C++11redi2016-02-235-71/+170
* 2016-02-23 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-02-233-0/+12
* 2016-02-16 Tim Shen <timshen@google.com>timshen2016-02-174-11/+38
* Fix FAIL: special_functions/18_riemann_zeta/check_value.cc (test for excess e...mrs2016-02-121-4/+1
* Ensure stdout is newline terminated for status wrappers.mrs2016-02-099-0/+11
* Remove accidentally added 'constexpr' in previous commitredi2016-02-083-4/+8
* Enable isinf/isnan checks for all targetsredi2016-02-083-8/+18
* libstdc++: S/390: Add missing baseline_symbols.txt for s390x/-m31.krebbel2016-02-052-0/+5546
* Test for C99 stdlib.h functions with -std=c++98redi2016-02-045-0/+156
* Regenerate front page of libstdc++ HTML docsredi2016-02-042-2/+4
* Update copyright years in libstdc++ manual and add linkredi2016-02-045-4/+16
* Don't define guard macros when doing #include_next in math.h and stdlib.hredi2016-02-013-11/+16
* Fix Cygwin bootstrap error due to TM symbolsredi2016-01-292-0/+8
* PR libstdc++/69450danglin2016-01-285-33/+91
* * testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.jakub2016-01-272-0/+5
* Set FP options for failing special functions testsredi2016-01-273-4/+13
* Fix assertions for move assignment of trivial typesredi2016-01-266-4/+180
* Fix build failure when wide character support is not availableandris2016-01-262-0/+9
* Avoid including all of <random> in <algorithm>redi2016-01-2511-323/+396
* PR libstdc++/69446danglin2016-01-232-0/+8
* 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