aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-03-29Implement LWG 2900, The copy and move constructors of optional are not conste...Ville Voutilainen4-160/+256
2017-03-28PR libstdc++/80137 use std::nextafter instead of loopingJonathan Wakely3-14/+33
2017-03-28Add _GLIBCXX_RELEASE macro to "Using" section of manualJonathan Wakely6-25/+61
2017-03-28PR libstdc++/80229 restore support for shared_ptr<function type>Jonathan Wakely4-9/+45
2017-03-26Fix PR80183 : _M_color not movedMarkus Trippelsdorf2-0/+7
2017-03-23Fix Debug Mode test failuresJonathan Wakely5-3/+13
2017-03-23Fix broken links in manual and remove outdated infoJonathan Wakely15-175/+46
2017-03-23Implement LWG 2686, std::hash<error_condition>, for C++17Daniel Kruegler4-4/+32
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler21-131/+250
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely27-64/+852
2017-03-20stl_deque.h (deque): Access allocator value_type only if concept checks are e...François Dumont10-526/+574
2017-03-18appendix_contributing.xml: Convert link to ansi.org to https.Gerald Pfeifer3-22/+15
2017-03-17Fix alignment bugs in std::codecvt_utf16Jonathan Wakely4-157/+574
2017-03-16PR libstdc++/79980 fix target type of castJonathan Wakely2-1/+4
2017-03-16PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8Jonathan Wakely3-4/+103
2017-03-16Fix encoding() and max_length() values for codecvt facetsJonathan Wakely6-33/+341
2017-03-16PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handlingJonathan Wakely5-31/+296
2017-03-16PR libstdc++/79511 fix endianness of UTF-16 dataJonathan Wakely3-3/+79
2017-03-16PR libstdc++/80064 make heap algorithms work with function typesJonathan Wakely3-7/+49
2017-03-16PR libstdc++/67440 make pretty printers work with GDB 7.6 againJonathan Wakely2-3/+8
2017-03-16Fix typo and replace non-breaking spaces in libstdc++-v3/ChangeLogJonathan Wakely1-2/+2
2017-03-16Implement LWG 2857, {variant,optional,any}::emplace should return the constru...Ville Voutilainen8-11/+68
2017-03-15PR libstdc++/62045 fix O(N) insertion in pd_ds binary heapJonathan Wakely5-20/+75
2017-03-15Fix typo in config.h.in commentJonathan Wakely5-4/+11
2017-03-14PR libstdc++/79162 disambiguate assignment from string_viewJonathan Wakely4-6/+75
2017-03-13re PR libstdc++/80034 (unqualified calls to std::distance in std::list::sort)Ville Voutilainen3-2/+42
2017-03-13Implement LWG 2806, Base class of bad_optional_access.Ville Voutilainen4-21/+30
2017-03-12Implement LWG 2934, optional<const T> doesn't compare with T.Ville Voutilainen3-54/+168
2017-03-10Fix libstdc++ reserved names test to pass on AIXJonathan Wakely2-0/+12
2017-03-10P0604R0 add invoke_result, is_invocable etc. for C++17Jonathan Wakely24-444/+511
2017-03-10[libstdc++-v3] Fix detection of obsolete isnanGeorge Lander3-1/+9
2017-03-09Define macro to simplify std::_Not_fn definitionJonathan Wakely2-40/+24
2017-03-09Define std::byte for C++17 (P0298R3)Jonathan Wakely6-12/+425
2017-03-05Add std::scoped_lock for C++17Jonathan Wakely16-29/+301
2017-03-02debug_mode.xml: Update and simplify note on link- and run-time coexistence.Gerald Pfeifer2-9/+12
2017-03-02Rename 17_intro/headers/names.cc test fileJonathan Wakely2-0/+3
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely12-37/+155
2017-03-02PR 79798 Fix incorrect use of std::result_of in std::bindJonathan Wakely3-1/+41
2017-03-01documentation_hacking.xml: Tweak link to doxygen.org.Gerald Pfeifer2-1/+6
2017-02-23Ensure <experimental/iterator> includes <iterator>Jonathan Wakely3-4/+19
2017-02-19C++17 GB50 resolution (P0505R0)Dinka Ranns5-11/+114
2017-02-19* doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer.Gerald Pfeifer2-1/+5
2017-02-18io.xml: Update link to groups.google.com.Gerald Pfeifer2-2/+7
2017-02-18* doc/xml/manual/profile_mode.xml: Fix link.Gerald Pfeifer2-1/+5
2017-02-16policy_data_structures.xml: Simplify and standardize references to boost.org.Gerald Pfeifer4-5/+13
2017-02-16PR libstdc++/60936 fix length calculationJonathan Wakely2-1/+7
2017-02-15re PR libstdc++/78723 ([variant] P0393r3: "Making variant greater equal again...Tim Shen4-115/+108
2017-02-15re PR libstdc++/79513 (std::visit doesn't handle references)Tim Shen3-1/+15
2017-02-13x32: Update baseline_symbols.txtH.J. Lu2-0/+29
2017-02-13re PR libstdc++/79348 (abi_check fails on s390x (2 undesignated symbols))Jakub Jelinek10-4/+481