Age | Commit message (Expand) | Author | Files | Lines |
2017-04-24 | PR libstdc++/80506 fix constant used in condition | Jonathan Wakely | 2 | -1/+5 |
2017-04-24 | PR libstdc++/80504 qualify calls to avoid ADL | Jonathan Wakely | 3 | -4/+42 |
2017-04-24 | PR libstdc++/80493 fix invalid exception specification | Jonathan Wakely | 2 | -1/+7 |
2017-04-21 | PR libstdc++/80316 make promise::set_value throw no_state error | Jonathan Wakely | 6 | -29/+740 |
2017-04-21 | Avoid deprecated warnings about std::auto_ptr in library headers | Jonathan Wakely | 9 | -5/+48 |
2017-04-20 | PR libstdc++/68397 std::tr1::expint fails ... long double arguments. | Edward Smith-Rowland | 4 | -3/+104 |
2017-04-20 | PR79862 check macro for type aliases that depend on <stdint.h> | Jonathan Wakely | 2 | -5/+21 |
2017-04-19 | Rationalise ABI links in libstdc++ manual | Jonathan Wakely | 7 | -22/+27 |
2017-04-19 | * libsupc++/new: Update comment on #endif directive. | Jonathan Wakely | 2 | -1/+3 |
2017-04-19 | PR libstdc++/80448 remove noexcept from defaulted functions | Jonathan Wakely | 2 | -4/+8 |
2017-04-19 | PR libstdc++/80446 cope with libc defining __has_builtin | Jonathan Wakely | 3 | -12/+22 |
2017-04-18 | Fix incorrect results from std::boyer_moore_searcher | Jonathan Wakely | 3 | -27/+81 |
2017-04-11 | faq.xml: Update reference link to C++ ABI for Itanium. | Gerald Pfeifer | 3 | -4/+9 |
2017-04-03 | Remove duplicated entry in C++17 library status table | Jonathan Wakely | 3 | -14/+6 |
2017-04-03 | Uncomment std::reference_wrapper tests that no longer fail | Jonathan Wakely | 2 | -6/+8 |
2017-04-03 | Fix comments in libstdc++ header and test | Jonathan Wakely | 3 | -4/+7 |
2017-04-03 | Update C++17 library status table in manual | Jonathan Wakely | 5 | -8/+93 |
2017-04-03 | Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial) | Jonathan Wakely | 3 | -23/+143 |
2017-04-03 | re PR libstdc++/79141 (std::pair<int,int> p = {}; fails to compile due to amb... | Ville Voutilainen | 3 | -3/+54 |
2017-04-03 | Implement std::is_aggregate. | Ville Voutilainen | 5 | -0/+186 |
2017-03-29 | Adjust optional's pretty printer for LWG 2900. | Ville Voutilainen | 2 | -0/+8 |
2017-03-29 | Implement LWG 2900, The copy and move constructors of optional are not conste... | Ville Voutilainen | 4 | -160/+256 |
2017-03-28 | PR libstdc++/80137 use std::nextafter instead of looping | Jonathan Wakely | 3 | -14/+33 |
2017-03-28 | Add _GLIBCXX_RELEASE macro to "Using" section of manual | Jonathan Wakely | 6 | -25/+61 |
2017-03-28 | PR libstdc++/80229 restore support for shared_ptr<function type> | Jonathan Wakely | 4 | -9/+45 |
2017-03-26 | Fix PR80183 : _M_color not moved | Markus Trippelsdorf | 2 | -0/+7 |
2017-03-23 | Fix Debug Mode test failures | Jonathan Wakely | 5 | -3/+13 |
2017-03-23 | Fix broken links in manual and remove outdated info | Jonathan Wakely | 15 | -175/+46 |
2017-03-23 | Implement LWG 2686, std::hash<error_condition>, for C++17 | Daniel Kruegler | 4 | -4/+32 |
2017-03-23 | Implement P0607R0 "Inline Variables for Standard Library" for C++17 | Daniel Kruegler | 21 | -131/+250 |
2017-03-22 | Add deduction guides for C++17 (P0433R2, partial) | Jonathan Wakely | 27 | -64/+852 |
2017-03-20 | stl_deque.h (deque): Access allocator value_type only if concept checks are e... | François Dumont | 10 | -526/+574 |
2017-03-18 | appendix_contributing.xml: Convert link to ansi.org to https. | Gerald Pfeifer | 3 | -22/+15 |
2017-03-17 | Fix alignment bugs in std::codecvt_utf16 | Jonathan Wakely | 4 | -157/+574 |
2017-03-16 | PR libstdc++/79980 fix target type of cast | Jonathan Wakely | 2 | -1/+4 |
2017-03-16 | PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8 | Jonathan Wakely | 3 | -4/+103 |
2017-03-16 | Fix encoding() and max_length() values for codecvt facets | Jonathan Wakely | 6 | -33/+341 |
2017-03-16 | PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handling | Jonathan Wakely | 5 | -31/+296 |
2017-03-16 | PR libstdc++/79511 fix endianness of UTF-16 data | Jonathan Wakely | 3 | -3/+79 |
2017-03-16 | PR libstdc++/80064 make heap algorithms work with function types | Jonathan Wakely | 3 | -7/+49 |
2017-03-16 | PR libstdc++/67440 make pretty printers work with GDB 7.6 again | Jonathan Wakely | 2 | -3/+8 |
2017-03-16 | Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLog | Jonathan Wakely | 1 | -2/+2 |
2017-03-16 | Implement LWG 2857, {variant,optional,any}::emplace should return the constru... | Ville Voutilainen | 8 | -11/+68 |
2017-03-15 | PR libstdc++/62045 fix O(N) insertion in pd_ds binary heap | Jonathan Wakely | 5 | -20/+75 |
2017-03-15 | Fix typo in config.h.in comment | Jonathan Wakely | 5 | -4/+11 |
2017-03-14 | PR libstdc++/79162 disambiguate assignment from string_view | Jonathan Wakely | 4 | -6/+75 |
2017-03-13 | re PR libstdc++/80034 (unqualified calls to std::distance in std::list::sort) | Ville Voutilainen | 3 | -2/+42 |
2017-03-13 | Implement LWG 2806, Base class of bad_optional_access. | Ville Voutilainen | 4 | -21/+30 |
2017-03-12 | Implement LWG 2934, optional<const T> doesn't compare with T. | Ville Voutilainen | 3 | -54/+168 |
2017-03-10 | Fix libstdc++ reserved names test to pass on AIX | Jonathan Wakely | 2 | -0/+12 |