aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Avoid copies in std::scoped_allocator_adaptor piecewise constructionJonathan Wakely1-0/+7
2016-10-141.cc: Remove 'test' variables.Paolo Carlini1-0/+600
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely1-1/+24
2016-10-14re PR libstdc++/77944 (FAIL: 20_util/variant/compile.cc (test for excess erro...Tim Shen1-0/+5
2016-10-14Simplify reference_wrapper nested typedefsJonathan Wakely1-0/+6
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini1-0/+400
2016-10-13Avoid #include <functional> in other headersJonathan Wakely1-0/+30
2016-10-13Add missing <random> header in testcaseJonathan Wakely1-0/+2
2016-10-13Qualify use of std::declval to avoid ADLJonathan Wakely1-0/+3
2016-10-13Change test to use VERIFY not assertJonathan Wakely1-0/+3
2016-10-13Use normal mode containers in searchersJonathan Wakely1-0/+5
2016-10-13Replace non-constexpr decrement in std::chrono::floorJonathan Wakely1-0/+4
2016-10-13Restore __bind_simple for compat symbolsJonathan Wakely1-0/+3
2016-10-13Replace __bind_simple with std::thread::__make_invokerJonathan Wakely1-0/+13
2016-10-13Fix exception-specifications for std::_Not_fnJonathan Wakely1-0/+6
2016-10-13Fix exception-specification of std::invokeJonathan Wakely1-0/+6
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini1-0/+691
2016-10-12Define std::sample for C++17Jonathan Wakely1-0/+9
2016-10-12Make test helper work with non-copyable typesJonathan Wakely1-0/+11
2016-10-12Simplify std::call_once implementationJonathan Wakely1-0/+3
2016-10-12Add missing return to uninitialized_default_construct_nJonathan Wakely1-0/+5
2016-10-12Remove 'return' from noreturn functionJonathan Wakely1-0/+2
2016-10-12Do not copy std:call_once arguments (LWG 2442)Jonathan Wakely1-0/+12
2016-10-11Optimise std::list::assign(initializer_list<T>) slightlyJonathan Wakely1-0/+3
2016-10-11Simplify std::rethrow_if_nested definitionJonathan Wakely1-0/+13
2016-10-11Enable printers and xmethods for std::__cxx11::listJonathan Wakely1-0/+5
2016-10-11Remove redundant const qualifliers from string_viewJonathan Wakely1-0/+4
2016-10-11More noexcept for standard mutex types and locksJonathan Wakely1-0/+8
2016-10-10Improve docs on libstdc++ source-code layoutJonathan Wakely1-0/+7
2016-10-11Make any's copy assignment operator exception-safe,Ville Voutilainen1-0/+20
2016-10-10Update docs on libstdc++ source-code layoutJonathan Wakely1-0/+5
2016-10-10Correct C++11 implementation status docsJonathan Wakely1-0/+2
2016-10-10Use noexcept instead of _GLIBCXX_USE_NOEXCEPTJonathan Wakely1-0/+3
2016-10-10Minor simplification to std::_Bind_result helpersJonathan Wakely1-0/+6
2016-10-10Implement constexpr std::addressof for C++17Jonathan Wakely1-0/+9
2016-10-10Define std::allocator<T>::is_always_equalJonathan Wakely1-0/+6
2016-10-10LWG 2733, LWG 2759 reject bool in gcd and lcmJonathan Wakely1-0/+6
2016-10-10Add noexcept to enable_shared_from_this::weak_from_thisJonathan Wakely1-0/+9
2016-10-07Improve implementation-defined docs for libstdc++Jonathan Wakely1-0/+5
2016-10-07Implement std::has_unique_object_representationsJonathan Wakely1-0/+10
2016-10-06Make std::scoped_allocator_adaptor's OUTERMOST recursiveJonathan Wakely1-0/+15
2016-10-0570564 fix newly-added tests for not_fnJonathan Wakely1-0/+4
2016-10-05PR 70101 fix allocator-extended ctors for std::priority_queueJonathan Wakely1-0/+5
2016-10-0577864 Fix noexcept conditions for map/set default constructorsJonathan Wakely1-0/+15
2016-10-05Remove invalid alias declaration from _Node_handleJonathan Wakely1-0/+3
2016-10-05PR 70564 disambiguate constructors for not_fn call wrapperJonathan Wakely1-0/+11
2016-10-03shared_ptr.cc (mask, [...]): Move declaration...François Dumont1-0/+7
2016-10-03Define std::gcd and std::lcm for C++17Jonathan Wakely1-0/+12
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely1-0/+49
2016-10-03Ensure "C++" language linkage for std::abs overloadsJonathan Wakely1-0/+7