aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-10-141.cc: Remove 'test' variables.Paolo Carlini394-924/+636
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely12-4/+426
2016-10-14re PR libstdc++/77944 (FAIL: 20_util/variant/compile.cc (test for excess erro...Tim Shen2-0/+6
2016-10-14Simplify reference_wrapper nested typedefsJonathan Wakely2-37/+22
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini341-1100/+651
2016-10-13Avoid #include <functional> in other headersJonathan Wakely24-22/+66
2016-10-13Add missing <random> header in testcaseJonathan Wakely2-0/+3
2016-10-13Qualify use of std::declval to avoid ADLJonathan Wakely2-1/+4
2016-10-13Change test to use VERIFY not assertJonathan Wakely2-2/+5
2016-10-13Use normal mode containers in searchersJonathan Wakely3-8/+13
2016-10-13Replace non-constexpr decrement in std::chrono::floorJonathan Wakely3-1/+9
2016-10-13Restore __bind_simple for compat symbolsJonathan Wakely2-0/+65
2016-10-13Replace __bind_simple with std::thread::__make_invokerJonathan Wakely4-88/+80
2016-10-13Fix exception-specifications for std::_Not_fnJonathan Wakely3-4/+51
2016-10-13Fix exception-specification of std::invokeJonathan Wakely4-2/+38
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini1-0/+691
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini494-1187/+174
2016-10-12Define std::sample for C++17Jonathan Wakely7-51/+227
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