summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Revert empty class parameter passing ABI changes.jason2016-04-1416-81/+34
* PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsmsebor2016-04-132-1/+8
* Adjust for new empty class parameter passing ABI.redi2016-04-1316-30/+111
* 2016-04-12 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-04-122-18/+833
* * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.redi2016-04-072-6/+14
* * src/Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.ebotcazou2016-04-063-2/+7
* Restore atomic builtins usage in libstdc++-v3redi2016-04-053-4/+9
* * testsuite/30_threads/thread/70503.cc: Require -static to work.redi2016-04-052-0/+3
* Ensure std::thread helpers have internal linkageredi2016-04-053-4/+44
* PR libstdc++/70437ville2016-04-053-8/+73
* libstdc++/69945 Add __gnu_cxx::__freeres hookredi2016-03-244-0/+63
* 2016-03-23 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2016-03-236-5/+19
* * 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