aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/filesystem/path.cc
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01libstdc++: Avoid unwanted allocations in filesystem::pathJonathan Wakely1-14/+17
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely1-1/+1
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely1-2/+49
2019-01-12PR libstdc++/88811 fix typo introduced in r266569Jonathan Wakely1-2/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-28Fix undefined references in libstdc++fs.aJonathan Wakely1-24/+28
2018-05-31PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely1-9/+15
2018-05-17PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely1-4/+31
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-03Enable dual ABI for Filesystem libraryJonathan Wakely1-0/+4
2015-10-02Allow Filesystem TS to compile without wchar_tJonathan Wakely1-1/+5
2015-05-02fs_path.h (filesystem_error::~filesystem_error): Declare.Jonathan Wakely1-0/+2
2015-05-01* src/filesystem/path.cc (path::compare): Do not copy strings.Jonathan Wakely1-2/+8
2015-05-01fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely1-6/+5
2015-04-30Implement N4100 File System TSJonathan Wakely1-0/+464