aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2016-04-28libstdc++/70766 use std::addressof instead of operator&redi
2016-04-28 * include/bits/hashtable_policy.h (__detail::_Insert_base,redi
2016-04-27libstdc++/70767 Define std::numeric_limits<cv T> in C++98 moderedi
2016-04-24libstdc++/70762 fix fallback implementation of nonexistent_pathredi
2016-04-23 PR libstdc++/70745timshen
2016-04-20Fix std::codecvt_utf8* for big-endian targetsredi
2016-04-19libstdc++/69703 ignore endianness in codecvt_utf8redi
2016-04-19libstdc++/70609 fix filesystem::copy()redi
2016-04-19Add noexcept to Filesystem TS operatorsredi
2016-04-192016-04-19 Edward Smith-Rowland <3dw4rd@verizon.net>emsr
2016-04-18PR libstdc++/41759 reword static assertions in <random>redi
2016-04-18Remove unused typedefs in std::bind typesredi
2016-04-18 * config/cpu/sh/atomicity.h: Fix typo in comment.redi
2016-04-18Define std::thread::id comparison operators at namespace-scoperedi
2016-04-18Make use of extensions more explicit in libstdc++ testsredi
2016-04-18Don't include internal header in libstdc++ testsredi
2016-04-18Add attribute((unused)) in libstdc++ headersredi
2016-04-18Avoid -Wsign-compare warnings in std::to_string()redi
2016-04-18Trivial comment misspelling.emsr
2016-04-18Obvious typo in comment.emsr
2016-04-14Revert empty class parameter passing ABI changes.jason
2016-04-13PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elementsmsebor
2016-04-13Adjust for new empty class parameter passing ABI.redi
2016-04-122016-04-12 Edward Smith-Rowland <3dw4rd@verizon.net>emsr
2016-04-07 * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.redi
2016-04-06 * src/Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null.ebotcazou
2016-04-05Restore atomic builtins usage in libstdc++-v3redi
2016-04-05 * testsuite/30_threads/thread/70503.cc: Require -static to work.redi
2016-04-05Ensure std::thread helpers have internal linkageredi
2016-04-05 PR libstdc++/70437ville
2016-03-24libstdc++/69945 Add __gnu_cxx::__freeres hookredi
2016-03-232016-03-23 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger
2016-03-18 * libsupc++/guard.cc: Revert my last commit.uros
2016-03-18 Revert:uros
2016-02-24libstdc++/69939 Qualify get and forwardredi
2016-02-23Document __STDCPP_WANT_MATH_SPEC_FUNCS__ macroredi
2016-02-23libstdc++/69893 make <tr1/cmath> work with C++11redi
2016-02-232016-02-23 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger
2016-02-172016-02-16 Tim Shen <timshen@google.com>timshen
2016-02-12Fix FAIL: special_functions/18_riemann_zeta/check_value.cc (test for excess e...mrs
2016-02-09Ensure stdout is newline terminated for status wrappers.mrs
2016-02-08Remove accidentally added 'constexpr' in previous commitredi
2016-02-08Enable isinf/isnan checks for all targetsredi
2016-02-05libstdc++: S/390: Add missing baseline_symbols.txt for s390x/-m31.krebbel
2016-02-04Test for C99 stdlib.h functions with -std=c++98redi
2016-02-04Regenerate front page of libstdc++ HTML docsredi
2016-02-04Update copyright years in libstdc++ manual and add linkredi
2016-02-01Don't define guard macros when doing #include_next in math.h and stdlib.hredi
2016-01-29Fix Cygwin bootstrap error due to TM symbolsredi
2016-01-28 PR libstdc++/69450danglin