summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog and version files for releasegcc-7_1_0-releasegccadmin2017-05-021-0/+4
* Rationalise ABI links in libstdc++ manualredi2017-04-197-22/+27
* * libsupc++/new: Update comment on #endif directive.redi2017-04-192-1/+3
* PR libstdc++/80448 remove noexcept from defaulted functionsredi2017-04-192-4/+8
* PR libstdc++/80446 cope with libc defining __has_builtinredi2017-04-193-12/+22
* Fix incorrect results from std::boyer_moore_searcherredi2017-04-183-27/+81
* * doc/xml/faq.xml: Update reference link to C++ ABI for Itanium.gerald2017-04-113-4/+9
* Remove duplicated entry in C++17 library status tableredi2017-04-033-14/+6
* Uncomment std::reference_wrapper tests that no longer failredi2017-04-032-6/+8
* Fix comments in libstdc++ header and testredi2017-04-033-4/+7
* Update C++17 library status table in manualredi2017-04-035-8/+93
* Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial)redi2017-04-033-23/+143
* PR libstdc++/79141ville2017-04-033-3/+54
* Implement std::is_aggregate.ville2017-04-035-0/+186
* Adjust optional's pretty printer for LWG 2900.ville2017-03-292-0/+8
* Implement LWG 2900, The copy and move constructorsville2017-03-284-160/+256
* PR libstdc++/80137 use std::nextafter instead of loopingredi2017-03-283-14/+33
* Add _GLIBCXX_RELEASE macro to "Using" section of manualredi2017-03-286-25/+61
* PR libstdc++/80229 restore support for shared_ptr<function type>redi2017-03-284-9/+45
* Fix PR80183 : _M_color not movedtrippels2017-03-262-0/+7
* Fix Debug Mode test failuresredi2017-03-235-3/+13
* Fix broken links in manual and remove outdated inforedi2017-03-2315-175/+46
* Implement LWG 2686, std::hash<error_condition>, for C++17redi2017-03-234-4/+32
* Implement P0607R0 "Inline Variables for Standard Library" for C++17redi2017-03-2321-131/+250
* Add deduction guides for C++17 (P0433R2, partial)redi2017-03-2227-64/+852
* 2017-03-20 François Dumont <fdumont@gcc.gnu.org>fdumont2017-03-2010-526/+574
* * doc/xml/manual/appendix_contributing.xml: Convert link togerald2017-03-183-22/+15
* Fix alignment bugs in std::codecvt_utf16redi2017-03-174-157/+574
* PR libstdc++/79980 fix target type of castredi2017-03-162-1/+4
* PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8redi2017-03-163-4/+103
* Fix encoding() and max_length() values for codecvt facetsredi2017-03-166-33/+341
* PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingredi2017-03-165-31/+296
* PR libstdc++/79511 fix endianness of UTF-16 dataredi2017-03-163-3/+79
* PR libstdc++/80064 make heap algorithms work with function typesredi2017-03-163-7/+49
* PR libstdc++/67440 make pretty printers work with GDB 7.6 againredi2017-03-162-3/+8
* Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLogredi2017-03-161-2/+2
* Implement LWG 2857, {variant,optional,any}::emplace shouldville2017-03-158-11/+68
* PR libstdc++/62045 fix O(N) insertion in pd_ds binary heapredi2017-03-155-20/+75
* Fix typo in config.h.in commentredi2017-03-155-4/+11
* PR libstdc++/79162 disambiguate assignment from string_viewredi2017-03-144-6/+75
* PR libstdc++/80034ville2017-03-133-2/+42
* Implement LWG 2806, Base class of bad_optional_access.ville2017-03-134-21/+30
* Implement LWG 2934, optional<const T> doesn't compare with T.ville2017-03-123-54/+168
* Fix libstdc++ reserved names test to pass on AIXredi2017-03-102-0/+12
* P0604R0 add invoke_result, is_invocable etc. for C++17redi2017-03-1024-444/+511
* [libstdc++-v3] Fix detection of obsolete isnanrsandifo2017-03-103-1/+9
* Define macro to simplify std::_Not_fn definitionredi2017-03-092-40/+24
* Define std::byte for C++17 (P0298R3)redi2017-03-096-12/+425
* Add std::scoped_lock for C++17redi2017-03-0516-29/+301
* * doc/xml/manual/debug_mode.xml: Update and simplify notegerald2017-03-022-9/+12