aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)Author
2019-11-15libstdc++: Implement LWG 3070 in path::lexically_relativeJonathan Wakely
2019-10-16[_GLIBCXX_DEBUG] Clarify constness and state <unknown> entries.François Dumont
2019-10-10PR libstdc++/91057 fix bootstrap failure on powerpcJonathan Wakely
2019-10-09PR libstdc++/91057 set locale::id::_M_index atomicallyJonathan Wakely
2019-10-09PR libstdc++/78552 only construct std::locale for C locale onceJonathan Wakely
2019-10-04Build filesystem library with large file supportJonathan Wakely
2019-09-27PR libstdc++/91910 fix data race in Debug Mode destructorsJonathan Wakely
2019-09-02Use __constinit keyword in libstdc++ sourcesJonathan Wakely
2019-08-23Fix libstdc++ lstat missing return type for Windows target.Joseph Myers
2019-08-12PR libstdc++/90361 add missing macro definitionJonathan Wakely
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely
2019-06-07PR libstdc++/90770 fix missing src/debug/MakefileJonathan Wakely
2019-05-31Fix breakage due to removing __gnu_cxx::size_t declarationJonathan Wakely
2019-05-31Fix random_device to work with COW strings againJonathan Wakely
2019-05-29PR libstdc++/88881 fix filesystem::symlink_status for WindowsJonathan Wakely
2019-05-29Optimize filesystem::path::parent_path()Jonathan Wakely
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely
2019-05-28PR libstdc++/90634 reduce allocations in filesystem::path constructionJonathan Wakely
2019-05-22PR libstdc++/90557 fix path assignment that alters sourceJonathan Wakely
2019-05-16Remove incorrect assertion from filesystem::absoluteJonathan Wakely
2019-05-04PR libstdc++/90299 make filesystem::absolute overloads consistentJonathan Wakely
2019-05-04Fix std::hash<std::error_condition>Jonathan Wakely
2019-05-042019-05-04 François Dumont <fdumont@gcc.gnu.org>François Dumont
2019-04-29PR libstdc++/71312 Increase alignment of pooled mutexesJonathan Wakely
2019-04-11PR libstdc++/90046 fix build failure on epiphany-elfJonathan Wakely
2019-04-05Share all recursive_directory_iterator state [LWG 2708]Jonathan Wakely
2019-04-05Fix directory_iterator handling of DT_UNKNOWNJonathan Wakely
2019-04-05Make filesystem::path safe for self assignmentJonathan Wakely
2019-03-30 * src/c++17/fs_ops.cc (fs::permissions): Use std::errc::not_supported.Eric Botcazou
2019-03-03PR libstdc++/89562 use binary mode for file I/OJonathan Wakely
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely
2019-02-22 PR libstdc++/89402Jakub Jelinek
2019-02-20 PR libstdc++/89402Jakub Jelinek
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann
2019-02-09Add noexcept to filesystem::path query functionsJonathan Wakely
2019-01-30PR libstdc++/89117 fix path::replace_extension("") caseJonathan Wakely
2019-01-18PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely
2019-01-17Fix filesystem::equivalent for mingwJonathan Wakely
2019-01-17PR libstdc++/88884 fix filesystem::absolute("//") for mingwJonathan Wakely
2019-01-17PR libstdc++/88881 adjust filesystem::status and tests for mingw semanticsJonathan Wakely
2019-01-16Fix failing filesystem tests on mingw targetsJonathan Wakely
2019-01-12PR libstdc++/88811 fix typo introduced in r266569Jonathan Wakely
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen
2019-01-08PR libstdc++/88749 fix build failure in src/filesystem/ops.ccJonathan Wakely
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely
2019-01-06PR libstdc++/86756 add std::filesystem::path to libstdc++.soJonathan Wakely
2019-01-05Define new filesystem::__file_clock typeJonathan Wakely
2019-01-04Export explicit instantiations for C++17 members of std::stringJonathan Wakely