aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Make test helper work with non-copyable typesJonathan Wakely7-9/+23
2016-10-12Simplify std::call_once implementationJonathan Wakely2-23/+10
2016-10-12Add missing return to uninitialized_default_construct_nJonathan Wakely3-13/+27
2016-10-12Remove 'return' from noreturn functionJonathan Wakely2-1/+3
2016-10-12Do not copy std:call_once arguments (LWG 2442)Jonathan Wakely4-12/+87
2016-10-11Optimise std::list::assign(initializer_list<T>) slightlyJonathan Wakely2-1/+4
2016-10-11Simplify std::rethrow_if_nested definitionJonathan Wakely4-49/+79
2016-10-11Enable printers and xmethods for std::__cxx11::listJonathan Wakely4-4/+7
2016-10-11Remove redundant const qualifliers from string_viewJonathan Wakely3-2/+6
2016-10-11More noexcept for standard mutex types and locksJonathan Wakely3-6/+14
2016-10-10Improve docs on libstdc++ source-code layoutJonathan Wakely3-135/+222
2016-10-11Make any's copy assignment operator exception-safe,Ville Voutilainen7-29/+223
2016-10-10Update docs on libstdc++ source-code layoutJonathan Wakely8-87/+238
2016-10-10Correct C++11 implementation status docsJonathan Wakely2-9/+7
2016-10-10Use noexcept instead of _GLIBCXX_USE_NOEXCEPTJonathan Wakely2-25/+20
2016-10-10Minor simplification to std::_Bind_result helpersJonathan Wakely2-26/+28
2016-10-10Implement constexpr std::addressof for C++17Jonathan Wakely7-10/+82
2016-10-10Define std::allocator<T>::is_always_equalJonathan Wakely4-1/+15
2016-10-10LWG 2733, LWG 2759 reject bool in gcd and lcmJonathan Wakely5-8/+102
2016-10-10Add noexcept to enable_shared_from_this::weak_from_thisJonathan Wakely4-4/+16
2016-10-08Further P0135 refinement.Jason Merrill1-2/+2
2016-10-07Improve implementation-defined docs for libstdc++Jonathan Wakely4-13/+198
2016-10-07Implement std::has_unique_object_representationsJonathan Wakely6-2/+192
2016-10-06Make std::scoped_allocator_adaptor's OUTERMOST recursiveJonathan Wakely5-21/+208
2016-10-0570564 fix newly-added tests for not_fnJonathan Wakely3-2/+8
2016-10-05PR 70101 fix allocator-extended ctors for std::priority_queueJonathan Wakely3-6/+73
2016-10-0577864 Fix noexcept conditions for map/set default constructorsJonathan Wakely9-12/+155
2016-10-05Remove invalid alias declaration from _Node_handleJonathan Wakely2-4/+5
2016-10-05PR 70564 disambiguate constructors for not_fn call wrapperJonathan Wakely5-66/+40
2016-10-03shared_ptr.cc (mask, [...]): Move declaration...François Dumont4-29/+72
2016-10-03Define std::gcd and std::lcm for C++17Jonathan Wakely9-47/+202
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely40-49/+283
2016-10-03Ensure "C++" language linkage for std::abs overloadsJonathan Wakely3-3/+20
2016-10-03re PR libstdc++/77802 (Boost Fiber doesn't compile)Ville Voutilainen5-324/+97
2016-09-30libstdc++/77795 Only declare ::gets for C++98 and C++11Jonathan Wakely7-4/+49
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely12-51/+269
2016-09-30Remove use of std::abs in experimental::{gcd,lcm}Jonathan Wakely5-4/+57
2016-09-29Make optional::reset noexcept, make optional::value work in constant expressi...Ville Voutilainen4-2/+81
2016-09-29Define C++17 std::hypot without _GLIBCXX_USE_C99_MATH_TR1Jonathan Wakely2-40/+52
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra15-13/+55
2016-09-28* include/std/chrono (system_clock): Fix typo in comment.Jonathan Wakely2-1/+3
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely5-14/+159
2016-09-28libstdc++/77686 use may_alias for std::function storageJonathan Wakely2-1/+6
2016-09-27Define feature macro and update C++17 library statusJonathan Wakely5-16/+24
2016-09-27Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely4-2/+185
2016-09-26re PR libstdc++/77727 (Unwrapping std::optional constructor is not working fo...Ville Voutilainen3-4/+75
2016-09-262016-09-26 François Dumont <fdumont@gcc.gnu.org>François Dumont2-1/+6
2016-09-26Remove redefinition of __cpp_lib_array_constexprJonathan Wakely2-4/+3
2016-09-26Add assertions to extract(const_iterator) functionsJonathan Wakely7-8/+46
2016-09-26re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/comp...Ville Voutilainen2-2/+8