aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2016-10-28Make filesystem::path work with basic_string_view (P0392R0)Jonathan Wakely3-0/+114
2016-10-28Fix filesystem::path for iterators with const value_typeJonathan Wakely3-5/+65
2016-10-28Implement std::launder for C++17Jonathan Wakely8-8/+185
2016-10-27PR70975 Pass valid offset argument to sendfileUros Bizjak2-1/+8
2016-10-27Fix target selectors in uniform_inside_sphere_distribution testsJonathan Wakely7-6/+19
2016-10-27Adjust precision of filesystem::last_write_time testsJonathan Wakely5-33/+47
2016-10-26stl_map.h (map()): Make default.François Dumont6-23/+39
2016-10-26re PR libstdc++/78110 (freestanding libstdc++ fails to compile)Bernd Edlinger2-0/+10
2016-10-26Fix test for recursive_directory_iterator::popJonathan Wakely2-5/+7
2016-10-26Implement uniform_inside_sphere_distribution extension.Edward Smith-Rowland9-1/+670
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