aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely1-7/+7
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely2-2/+2
2019-06-07PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely2-2/+2
2019-05-31Fix breakage due to removing __gnu_cxx::size_t declarationJonathan Wakely1-0/+2
2019-05-31Fix random_device to work with COW strings againJonathan Wakely2-48/+14
2019-05-29PR libstdc++/88881 fix filesystem::symlink_status for WindowsJonathan Wakely1-14/+33
2019-05-29Optimize filesystem::path::parent_path()Jonathan Wakely1-5/+3
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely1-57/+244
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely1-2/+49
2019-05-22PR libstdc++/90557 fix path assignment that alters sourceJonathan Wakely1-2/+2
2019-05-16Remove incorrect assertion from filesystem::absoluteJonathan Wakely1-3/+1
2019-05-04PR libstdc++/90299 make filesystem::absolute overloads consistentJonathan Wakely1-1/+4
2019-05-04Fix std::hash<std::error_condition>Jonathan Wakely1-2/+2
2019-05-04hashtable.h (_Hashtable<>::rehash): Review comment.François Dumont1-11/+21
2019-04-29PR libstdc++/71312 Increase alignment of pooled mutexesJonathan Wakely1-1/+3
2019-04-11PR libstdc++/90046 fix build failure on epiphany-elfJonathan Wakely1-3/+14
2019-04-05Share all recursive_directory_iterator state [LWG 2708]Jonathan Wakely1-9/+34
2019-04-05Fix directory_iterator handling of DT_UNKNOWNJonathan Wakely1-2/+8
2019-04-05Make filesystem::path safe for self assignmentJonathan Wakely1-0/+3
2019-03-30* src/c++17/fs_ops.cc (fs::permissions): Use std::errc::not_supported.Eric Botcazou1-1/+1
2019-03-03PR libstdc++/89562 use binary mode for file I/OJonathan Wakely1-1/+9
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely5-0/+5
2019-02-22re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek1-1/+1
2019-02-20re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek1-1/+1
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann8-29/+270
2019-02-09Add noexcept to filesystem::path query functionsJonathan Wakely1-7/+7
2019-01-30PR libstdc++/89117 fix path::replace_extension("") caseJonathan Wakely1-7/+7
2019-01-18PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely1-0/+12
2019-01-17Fix filesystem::equivalent for mingwJonathan Wakely1-0/+42
2019-01-17PR libstdc++/88884 fix filesystem::absolute("//") for mingwJonathan Wakely1-5/+24
2019-01-17PR libstdc++/88881 adjust filesystem::status and tests for mingw semanticsJonathan Wakely1-1/+37
2019-01-16Fix failing filesystem tests on mingw targetsJonathan Wakely2-2/+8
2019-01-12PR libstdc++/88811 fix typo introduced in r266569Jonathan Wakely1-2/+4
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen3-4/+49
2019-01-08PR libstdc++/88749 fix build failure in src/filesystem/ops.ccJonathan Wakely1-2/+2
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely2-4/+19
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely12-297/+360
2019-01-06PR libstdc++/86756 add std::filesystem::path to libstdc++.soJonathan Wakely6-33/+31
2019-01-05Define new filesystem::__file_clock typeJonathan Wakely2-5/+45
2019-01-04Export explicit instantiations for C++17 members of std::stringJonathan Wakely4-6/+92
2019-01-04Fix bugs in filesystem::path::lexically_normal()Jonathan Wakely1-32/+40
2019-01-04Fix concatenation bug in filesystem::pathJonathan Wakely1-1/+1
2019-01-01Update copyright years.Jakub Jelinek118-118/+118
2018-12-18Fix previous commit to move instead of copyingJonathan Wakely1-1/+1
2018-12-18Micro-optimization to avoid creating temporary pathJonathan Wakely1-1/+3
2018-12-18LWG 2936: update path::compare logic and optimize string comparisonsJonathan Wakely1-70/+172
2018-12-17PR libstdc++/71044 fix off-by-one errors introduced recentlyJonathan Wakely1-3/+4
2018-12-13Fix handling of POSIX paths containing a root-nameJonathan Wakely1-11/+73
2018-12-13PR libstdc++/71044 optimize std::filesystem::path constructionJonathan Wakely1-141/+1152
2018-11-29PR libstdc++/86910 fix filesystem::create_directoriesJonathan Wakely2-23/+77