aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek2-0/+7
2016-09-25debug.cc: Include debug/vector.François Dumont3-47/+105
2016-09-25bitset (bitset::reference::reference(const _Base_ref&, bitset*)): Remove __un...François Dumont7-23/+63
2016-09-25algo.h: Generalize usage of std::__iterator_category.François Dumont2-1163/+1009
2016-09-23Avoid reallocation for basic_string::clear()Jonathan Wakely5-1/+216
2016-09-23Optimize truncating a basic_stringJonathan Wakely3-4/+19
2016-09-23* configure.ac: Define HAVE_MEMALIGN for newlib.Jason Merrill3-0/+7
2016-09-23[RTEMS] Always use atomic builtins for libstdc++Sebastian Huber5-9/+28
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely40-22/+4019
2016-09-22Fix tests on old arm platforms for optional.Ville Voutilainen2-3/+7
2016-09-22Update pretty printer for std::variantJonathan Wakely3-1/+9
2016-09-22Always qualify std::forward in <variant>Jonathan Wakely4-32/+91
2016-09-22variant (variant::operator=): Fix assignment on references.Tim Shen3-2/+13
2016-09-22re PR libstdc++/77641 (std::variant copy-initialization fails for type with n...Tim Shen3-11/+34
2016-09-21re PR libstdc++/77288 (Std::experimental::optional::operator= implementation ...Ville Voutilainen4-27/+470