Age | Commit message (Expand) | Author | Files | Lines |
2016-04-27 | libstdc++/70767 Define std::numeric_limits<cv T> in C++98 mode | Jonathan Wakely | 2 | -6/+14 |
2016-04-24 | libstdc++/70762 fix fallback implementation of nonexistent_path | Jonathan Wakely | 2 | -2/+10 |
2016-04-23 | re PR libstdc++/70745 (Wrong handling of regex_constant::match_not_eow and re... | Tim Shen | 3 | -8/+28 |
2016-04-20 | Fix std::codecvt_utf8* for big-endian targets | Jonathan Wakely | 2 | -3/+9 |
2016-04-19 | libstdc++/69703 ignore endianness in codecvt_utf8 | Jonathan Wakely | 5 | -1/+215 |
2016-04-19 | libstdc++/70609 fix filesystem::copy() | Jonathan Wakely | 3 | -29/+163 |
2016-04-19 | Add noexcept to Filesystem TS operators | Jonathan Wakely | 3 | -25/+33 |
2016-04-19 | c++14_warning.h: Do not refer C++14 as experimental. | Edward Smith-Rowland | 2 | -3/+7 |
2016-04-18 | PR libstdc++/41759 reword static assertions in <random> | Jonathan Wakely | 5 | -34/+42 |
2016-04-18 | Remove unused typedefs in std::bind types | Jonathan Wakely | 2 | -2/+2 |
2016-04-18 | * config/cpu/sh/atomicity.h: Fix typo in comment. | Jonathan Wakely | 2 | -1/+3 |
2016-04-18 | Define std::thread::id comparison operators at namespace-scope | Jonathan Wakely | 3 | -14/+49 |
2016-04-18 | Make use of extensions more explicit in libstdc++ tests | Jonathan Wakely | 15 | -32/+58 |
2016-04-18 | Don't include internal header in libstdc++ tests | Jonathan Wakely | 5 | -14/+30 |
2016-04-18 | Add attribute((unused)) in libstdc++ headers | Jonathan Wakely | 3 | -3/+8 |
2016-04-18 | Avoid -Wsign-compare warnings in std::to_string() | Jonathan Wakely | 2 | -3/+18 |
2016-04-18 | Trivial comment misspelling. | Edward Smith-Rowland | 1 | -0/+4 |
2016-04-18 | Obvious typo in comment. | Edward Smith-Rowland | 1 | -1/+1 |
2016-04-14 | Revert empty class parameter passing ABI changes. | Jason Merrill | 16 | -81/+34 |
2016-04-13 | PR c++/69517 - [5/6 regression] SEGV on a VLA with excess initializer elements | Martin Sebor | 2 | -1/+8 |
2016-04-13 | Adjust for new empty class parameter passing ABI. | Jonathan Wakely | 16 | -30/+111 |
2016-04-12 | Document C++17/TR29124 C++ Special Math Functions. | Edward Smith-Rowland | 2 | -18/+833 |
2016-04-07 | * testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass. | Jonathan Wakely | 2 | -6/+14 |
2016-04-06 | Makefile.am (libstdc++-symbols.ver): Remove useless /dev/null. | Eric Botcazou | 3 | -2/+7 |
2016-04-05 | Restore atomic builtins usage in libstdc++-v3 | Jonathan Wakely | 3 | -4/+9 |
2016-04-05 | * testsuite/30_threads/thread/70503.cc: Require -static to work. | Jonathan Wakely | 2 | -0/+3 |
2016-04-05 | Ensure std::thread helpers have internal linkage | Jonathan Wakely | 3 | -4/+44 |
2016-04-05 | re PR libstdc++/70437 (Instantiation loop with pair and is_constructible) | Ville Voutilainen | 3 | -8/+73 |
2016-03-24 | libstdc++/69945 Add __gnu_cxx::__freeres hook | Jonathan Wakely | 4 | -0/+63 |
2016-03-23 | Makefile.am (install-freestanding-headers): Add concept_check.h and move.h to... | Bernd Edlinger | 6 | -5/+19 |
2016-03-18 | * libsupc++/guard.cc: Revert my last commit. | Uros Bizjak | 2 | -10/+2 |
2016-03-18 | Revert: | Uros Bizjak | 2 | -2/+10 |
2016-02-24 | libstdc++/69939 Qualify get and forward | Jonathan Wakely | 2 | -1/+6 |
2016-02-23 | Document __STDCPP_WANT_MATH_SPEC_FUNCS__ macro | Jonathan Wakely | 3 | -0/+12 |
2016-02-23 | libstdc++/69893 make <tr1/cmath> work with C++11 | Jonathan Wakely | 5 | -71/+170 |
2016-02-23 | re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails) | Bernd Edlinger | 3 | -0/+12 |
2016-02-17 | re PR libstdc++/69794 (std::regex_search match failure with regex object with... | Tim Shen | 4 | -11/+38 |
2016-02-12 | Fix FAIL: special_functions/18_riemann_zeta/check_value.cc (test for excess e... | Mike Stump | 1 | -4/+1 |
2016-02-09 | Ensure stdout is newline terminated for status wrappers. | Mike Stump | 9 | -0/+11 |
2016-02-08 | Remove accidentally added 'constexpr' in previous commit | Jonathan Wakely | 3 | -4/+8 |
2016-02-08 | Enable isinf/isnan checks for all targets | Jonathan Wakely | 3 | -8/+18 |
2016-02-05 | libstdc++: S/390: Add missing baseline_symbols.txt for s390x/-m31. | Dominik Vogt | 2 | -0/+5546 |
2016-02-04 | Test for C99 stdlib.h functions with -std=c++98 | Jonathan Wakely | 5 | -0/+156 |
2016-02-04 | Regenerate front page of libstdc++ HTML docs | Jonathan Wakely | 2 | -2/+4 |
2016-02-04 | Update copyright years in libstdc++ manual and add link | Jonathan Wakely | 5 | -4/+16 |
2016-02-01 | Don't define guard macros when doing #include_next in math.h and stdlib.h | Bernd Edlinger | 3 | -11/+16 |
2016-01-29 | Fix Cygwin bootstrap error due to TM symbols | Jonathan Wakely | 2 | -0/+8 |
2016-01-28 | re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ... | John David Anglin | 5 | -33/+91 |
2016-01-27 | * testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>. | Jakub Jelinek | 2 | -0/+5 |
2016-01-27 | Set FP options for failing special functions tests | Jonathan Wakely | 3 | -4/+13 |