Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-03-10 | P0604R0 add invoke_result, is_invocable etc. for C++17 | Jonathan Wakely | 24 | -444/+511 |
2017-03-10 | [libstdc++-v3] Fix detection of obsolete isnan | George Lander | 3 | -1/+9 |
2017-03-09 | Define macro to simplify std::_Not_fn definition | Jonathan Wakely | 2 | -40/+24 |
2017-03-09 | Define std::byte for C++17 (P0298R3) | Jonathan Wakely | 6 | -12/+425 |
2017-03-05 | Add std::scoped_lock for C++17 | Jonathan Wakely | 16 | -29/+301 |
2017-03-02 | debug_mode.xml: Update and simplify note on link- and run-time coexistence. | Gerald Pfeifer | 2 | -9/+12 |
2017-03-02 | Rename 17_intro/headers/names.cc test file | Jonathan Wakely | 2 | -0/+3 |
2017-03-02 | PR libstdc++/79789 fix non-reserved names in headers | Jonathan Wakely | 12 | -37/+155 |
2017-03-02 | PR 79798 Fix incorrect use of std::result_of in std::bind | Jonathan Wakely | 3 | -1/+41 |
2017-03-01 | documentation_hacking.xml: Tweak link to doxygen.org. | Gerald Pfeifer | 2 | -1/+6 |
2017-02-23 | Ensure <experimental/iterator> includes <iterator> | Jonathan Wakely | 3 | -4/+19 |
2017-02-19 | C++17 GB50 resolution (P0505R0) | Dinka Ranns | 5 | -11/+114 |
2017-02-19 | * doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer. | Gerald Pfeifer | 2 | -1/+5 |
2017-02-18 | io.xml: Update link to groups.google.com. | Gerald Pfeifer | 2 | -2/+7 |
2017-02-18 | * doc/xml/manual/profile_mode.xml: Fix link. | Gerald Pfeifer | 2 | -1/+5 |
2017-02-16 | policy_data_structures.xml: Simplify and standardize references to boost.org. | Gerald Pfeifer | 4 | -5/+13 |
2017-02-16 | PR libstdc++/60936 fix length calculation | Jonathan Wakely | 2 | -1/+7 |
2017-02-15 | re PR libstdc++/78723 ([variant] P0393r3: "Making variant greater equal again... | Tim Shen | 4 | -115/+108 |
2017-02-15 | re PR libstdc++/79513 (std::visit doesn't handle references) | Tim Shen | 3 | -1/+15 |
2017-02-13 | x32: Update baseline_symbols.txt | H.J. Lu | 2 | -0/+29 |
2017-02-13 | re PR libstdc++/79348 (abi_check fails on s390x (2 undesignated symbols)) | Jakub Jelinek | 10 | -4/+481 |
2017-02-13 | PR libstdc++/79486 use lvalues in result_of expressions | Jonathan Wakely | 3 | -2/+37 |