aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-10-21LWG2725 Fix error reporting for filesystem::existsJonathan Wakely4-8/+73
2016-10-21LWG2707 init filesystem::path from string_type&&Jonathan Wakely2-0/+20
2016-10-21Optimize RNG use in std::sample selection samplingEelis van der Weegen2-8/+91
2016-10-21Split <functional> into smaller piecesJonathan Wakely17-1151/+1292
2016-10-21Use global operator new in std::make_exception_ptrJonathan Wakely3-4/+53
2016-10-20Prepare shared_ptr for array supportJonathan Wakely9-198/+453
2016-10-20Do the operator= SFINAE in the return type for optional,Ville Voutilainen2-29/+35
2016-10-20Tweak whitespace in std::allocator filesJonathan Wakely3-22/+25
2016-10-20PR78052 Define std::allocator<void>::{construct,destroy}Jonathan Wakely3-0/+54
2016-10-20Add more tests for enable_shared_from_this ambiguitiesJonathan Wakely2-20/+54
2016-10-19Make std::enable_shared_from_this cope with ambiguityJonathan Wakely7-78/+191
2016-10-19Fix copy&paste error in __gnu_debug::vectorJonathan Wakely2-1/+4
2016-10-19Fix incorrect comment about std::auto_ptrJonathan Wakely3-5/+11
2016-10-19Test experimental::shared_ptr construction from other smart pointersJonathan Wakely3-5/+66
2016-10-19Move negative unique_ptr tests to new fileJonathan Wakely3-26/+78
2016-10-19Fix std::experimental::shared_ptr SFINAE constraintsJonathan Wakely9-113/+407
2016-10-19PR77990 refactor unique_ptr to encapsulate tupleJonathan Wakely7-60/+117
2016-10-18Fix indentation of experimental::shared_ptr codeJonathan Wakely2-146/+148
2016-10-18Fix typos in experimental::shared_ptrJonathan Wakely3-2/+19
2016-10-18Don't define uses-allocator variable templates in C++11Jonathan Wakely2-1/+11
2016-10-1712790-1.cc: Remove 'test' variables.Paolo Carlini708-1149/+1009
2016-10-17PR77994 Convert std::sample size argument to suitable typeJonathan Wakely4-2/+77
2016-10-1757619.C: Rename to 57619.cc.Paolo Carlini477-1052/+524
2016-10-17PR77998 Remove std::thread::_Invoker::result_typeJonathan Wakely3-8/+14
2016-10-17PR77987 Fix unique_ptr<T[], D>::reset(U) for T != UJonathan Wakely6-41/+62
2016-10-17Implement P0084R2, Emplace return type, for C++17Jonathan Wakely22-15/+440
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini755-1286/+894
2016-10-16Make sure the return value of malloc_allocator::allocate is zero-initialized ...Ville Voutilainen3-1/+41
2016-10-14Optimize std::shuffle by using generator to get two values at onceEelis van der Weegen2-0/+46
2016-10-14Resolve ambiguities in std::experimental::sample testJonathan Wakely2-5/+11
2016-10-14Make std::bind use std::invokeJonathan Wakely6-98/+119
2016-10-14Avoid copies in std::scoped_allocator_adaptor piecewise constructionJonathan Wakely3-16/+107
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