| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branches/gcc-7-branch rev 256695. | Maxim Kuvyrkov | 2018-01-15 | 46 | -199/+1376 |
* | Merge branches/gcc-7-branch rev 254792. | Maxim Kuvyrkov | 2017-11-16 | 141 | -413/+615 |
* | Merge branches/gcc-7-branch rev 253626. | Yvan Roux | 2017-10-11 | 23 | -121/+428 |
* | Merge branches/gcc-7-branch rev 252337. | Yvan Roux | 2017-09-13 | 56 | -438/+2323 |
* | libstdc++-v3/ | Yvan Roux | 2017-09-13 | 3 | -0/+232 |
* | Merge branches/gcc-7-branch rev 251138. | Yvan Roux | 2017-08-17 | 45 | -175/+1811 |
* | Merge branches/gcc-7-branch rev 250046. | Yvan Roux | 2017-07-07 | 43 | -62/+436 |
* | Merge branches/gcc-7-branch rev 249190. | Yvan Roux | 2017-06-14 | 23 | -27/+320 |
* | Update ChangeLog and version files for releasegcc-7_1_0-release | gccadmin | 2017-05-02 | 1 | -0/+4 |
* | Rationalise ABI links in libstdc++ manual | redi | 2017-04-19 | 7 | -22/+27 |
* | * libsupc++/new: Update comment on #endif directive. | redi | 2017-04-19 | 2 | -1/+3 |
* | PR libstdc++/80448 remove noexcept from defaulted functions | redi | 2017-04-19 | 2 | -4/+8 |
* | PR libstdc++/80446 cope with libc defining __has_builtin | redi | 2017-04-19 | 3 | -12/+22 |
* | Fix incorrect results from std::boyer_moore_searcher | redi | 2017-04-18 | 3 | -27/+81 |
* | * doc/xml/faq.xml: Update reference link to C++ ABI for Itanium. | gerald | 2017-04-11 | 3 | -4/+9 |
* | Remove duplicated entry in C++17 library status table | redi | 2017-04-03 | 3 | -14/+6 |
* | Uncomment std::reference_wrapper tests that no longer fail | redi | 2017-04-03 | 2 | -6/+8 |
* | Fix comments in libstdc++ header and test | redi | 2017-04-03 | 3 | -4/+7 |
* | Update C++17 library status table in manual | redi | 2017-04-03 | 5 | -8/+93 |
* | Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial) | redi | 2017-04-03 | 3 | -23/+143 |
* | PR libstdc++/79141 | ville | 2017-04-03 | 3 | -3/+54 |
* | Implement std::is_aggregate. | ville | 2017-04-03 | 5 | -0/+186 |
* | Adjust optional's pretty printer for LWG 2900. | ville | 2017-03-29 | 2 | -0/+8 |
* | Implement LWG 2900, The copy and move constructors | ville | 2017-03-28 | 4 | -160/+256 |
* | PR libstdc++/80137 use std::nextafter instead of looping | redi | 2017-03-28 | 3 | -14/+33 |
* | Add _GLIBCXX_RELEASE macro to "Using" section of manual | redi | 2017-03-28 | 6 | -25/+61 |
* | PR libstdc++/80229 restore support for shared_ptr<function type> | redi | 2017-03-28 | 4 | -9/+45 |
* | Fix PR80183 : _M_color not moved | trippels | 2017-03-26 | 2 | -0/+7 |
* | Fix Debug Mode test failures | redi | 2017-03-23 | 5 | -3/+13 |
* | Fix broken links in manual and remove outdated info | redi | 2017-03-23 | 15 | -175/+46 |
* | Implement LWG 2686, std::hash<error_condition>, for C++17 | redi | 2017-03-23 | 4 | -4/+32 |
* | Implement P0607R0 "Inline Variables for Standard Library" for C++17 | redi | 2017-03-23 | 21 | -131/+250 |
* | Add deduction guides for C++17 (P0433R2, partial) | redi | 2017-03-22 | 27 | -64/+852 |
* | 2017-03-20 François Dumont <fdumont@gcc.gnu.org> | fdumont | 2017-03-20 | 10 | -526/+574 |
* | * doc/xml/manual/appendix_contributing.xml: Convert link to | gerald | 2017-03-18 | 3 | -22/+15 |
* | Fix alignment bugs in std::codecvt_utf16 | redi | 2017-03-17 | 4 | -157/+574 |
* | PR libstdc++/79980 fix target type of cast | redi | 2017-03-16 | 2 | -1/+4 |
* | PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8 | redi | 2017-03-16 | 3 | -4/+103 |
* | Fix encoding() and max_length() values for codecvt facets | redi | 2017-03-16 | 6 | -33/+341 |
* | PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handling | redi | 2017-03-16 | 5 | -31/+296 |
* | PR libstdc++/79511 fix endianness of UTF-16 data | redi | 2017-03-16 | 3 | -3/+79 |
* | PR libstdc++/80064 make heap algorithms work with function types | redi | 2017-03-16 | 3 | -7/+49 |
* | PR libstdc++/67440 make pretty printers work with GDB 7.6 again | redi | 2017-03-16 | 2 | -3/+8 |
* | Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLog | redi | 2017-03-16 | 1 | -2/+2 |
* | Implement LWG 2857, {variant,optional,any}::emplace should | ville | 2017-03-15 | 8 | -11/+68 |
* | PR libstdc++/62045 fix O(N) insertion in pd_ds binary heap | redi | 2017-03-15 | 5 | -20/+75 |
* | Fix typo in config.h.in comment | redi | 2017-03-15 | 5 | -4/+11 |
* | PR libstdc++/79162 disambiguate assignment from string_view | redi | 2017-03-14 | 4 | -6/+75 |
* | PR libstdc++/80034 | ville | 2017-03-13 | 3 | -2/+42 |
* | Implement LWG 2806, Base class of bad_optional_access. | ville | 2017-03-13 | 4 | -21/+30 |