summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* libstdc++/70940 Start fixing polymorphic memory resourcesredi2016-05-045-31/+167
* Remove trailing whitespace from libstdc++-v3 filesredi2016-04-29471-12460/+12467
* libstdc++/70766 use std::addressof instead of operator&redi2016-04-2810-23/+235
* * include/bits/hashtable_policy.h (__detail::_Insert_base,redi2016-04-282-2/+8
* libstdc++/70767 Define std::numeric_limits<cv T> in C++98 moderedi2016-04-272-6/+14
* libstdc++/70762 fix fallback implementation of nonexistent_pathredi2016-04-242-2/+10
* PR libstdc++/70745timshen2016-04-233-8/+28
* Fix std::codecvt_utf8* for big-endian targetsredi2016-04-202-3/+9
* libstdc++/69703 ignore endianness in codecvt_utf8redi2016-04-195-1/+215
* libstdc++/70609 fix filesystem::copy()redi2016-04-193-29/+163
* Add noexcept to Filesystem TS operatorsredi2016-04-193-25/+33
* 2016-04-19 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-04-192-3/+7
* PR libstdc++/41759 reword static assertions in <random>redi2016-04-185-34/+42
* Remove unused typedefs in std::bind typesredi2016-04-182-2/+2
* * config/cpu/sh/atomicity.h: Fix typo in comment.redi2016-04-182-1/+3
* Define std::thread::id comparison operators at namespace-scoperedi2016-04-183-14/+49
* Make use of extensions more explicit in libstdc++ testsredi2016-04-1815-32/+58
* Don't include internal header in libstdc++ testsredi2016-04-185-14/+30
* Add attribute((unused)) in libstdc++ headersredi2016-04-183-3/+8
* Avoid -Wsign-compare warnings in std::to_string()redi2016-04-182-3/+18
* Trivial comment misspelling.emsr2016-04-181-0/+4
* Obvious typo in comment.emsr2016-04-181-1/+1
* 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