summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)Author
2020-05-11Revert "libstdc++ Enhance thread safety of debug mode iterators"François Dumont
2020-05-10libstdc++ Enhance thread safety of debug mode iteratorsFrançois Dumont
2020-05-04libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)Jonathan Wakely
2020-05-04libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...Jonathan Wakely
2020-03-09libstdc++: Handle type-changing path concatenations (PR 94063)Jonathan Wakely
2020-03-06libstdc++: Deal with ENOSYS == ENOTSUPAndreas Krebbel
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely
2020-01-08libstdc++: Fix error handling in filesystem::remove_all (PR93201)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-12-12libstdc++: Qualify isdigit call to fix versioned namespace build.François Dumont
2019-12-09libstdc++: fix buffer overflow in path::operator+= (PR92853)Jonathan Wakely
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-04hashtable.h (_Hashtable<>::rehash): Review comment.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-22re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek
2019-02-20re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub 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