aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-10-26Add recursive_directory_iterator::pop(error_code&)Jonathan Wakely4-5/+141
2016-10-26Fix error handling in recursive_directory_iterator::incrementJonathan Wakely3-1/+10
2016-10-26PR78111 fix fallback code for filesystem::canonicalJonathan Wakely2-1/+10
2016-10-26Add missing header in Filesystem TS configure testsUros Bizjak3-0/+9
2016-10-25Handle negative times in filesystem::last_write_timeJonathan Wakely3-0/+51
2016-10-25Fix error handling in copy_file and equivalentJonathan Wakely9-13/+368
2016-10-24Fix error handling in filesystem::is_emptyJonathan Wakely2-5/+12
2016-10-24PR71337 fix filesystem::temp_directory_path error handlingJonathan Wakely3-4/+61
2016-10-24Make directory iterators become end iterator on errorJonathan Wakely4-18/+20
2016-10-24Do not retry failed close(3) in filesystem::copyJonathan Wakely2-13/+6
2016-10-24Implement DR resolutions for filesystem::copyJonathan Wakely4-9/+105
2016-10-24Cross-port exception-safety and move fixes of std::any to std::experimental::...Ville Voutilainen6-28/+185
2016-10-24Cross-port the latest resolution of LWG2756 and some bug-fixes to experimenta...Ville Voutilainen6-91/+594
2016-10-24Make vector::data() return type consistent in C++98Jonathan Wakely2-12/+19
2016-10-232016-10-22 François Dumont <fdumont@gcc.gnu.org>François Dumont2-23/+15
2016-10-22Ignore perms::symlink_nofollow on non-symlinksJonathan Wakely3-7/+42
2016-10-21LWG2720 implement filesystem::perms::symlink_nofollowJonathan Wakely5-6/+192
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