aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/filesystem
AgeCommit message (Expand)AuthorFilesLines
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-05-26locale_conv.h: Fix copyright years.Jonathan Wakely1-1/+1
2015-05-15ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely1-42/+71
2015-05-14re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...Jonathan Wakely1-21/+29
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner1-9/+44
2015-05-02fs_path.h (filesystem_error::~filesystem_error): Declare.Jonathan Wakely1-0/+2
2015-05-02ops.cc (last_write_time): Set timespec members explicitly instead of with a b...Jonathan Wakely1-7/+9
2015-05-01* src/filesystem/path.cc (path::compare): Do not copy strings.Jonathan Wakely1-2/+8
2015-05-01acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...Jonathan Wakely2-16/+48
2015-05-01fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely1-6/+5
2015-04-30Implement N4100 File System TSJonathan Wakely5-0/+2790