aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++17
AgeCommit message (Expand)AuthorFilesLines
2020-03-09libstdc++: Handle type-changing path concatenations (PR 94063)Jonathan Wakely1-0/+40
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely1-10/+10
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki1-0/+1
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely1-0/+8
2020-01-08libstdc++: Fix error handling in filesystem::remove_all (PR93201)Jonathan Wakely1-26/+89
2020-01-01Update copyright years.Jakub Jelinek11-11/+11
2019-12-09libstdc++: fix buffer overflow in path::operator+= (PR92853)Jonathan Wakely1-10/+1
2019-11-15libstdc++: Implement LWG 3070 in path::lexically_relativeJonathan Wakely1-1/+21
2019-10-04Build filesystem library with large file supportJonathan Wakely2-1/+3
2019-09-02Use __constinit keyword in libstdc++ sourcesJonathan Wakely1-3/+3
2019-08-12PR libstdc++/90361 add missing macro definitionJonathan Wakely1-0/+6
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely1-7/+7
2019-06-17PR libstdc++/90281 Fix string conversions for filesystem::pathJonathan Wakely1-1/+1
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-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-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-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-0/+1
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-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 Wakely1-1/+4
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen3-4/+49
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely1-4/+0
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely6-5/+1893
2019-01-06PR libstdc++/86756 add std::filesystem::path to libstdc++.soJonathan Wakely4-24/+2059
2019-01-04Export explicit instantiations for C++17 members of std::stringJonathan Wakely4-6/+92
2019-01-01Update copyright years.Jakub Jelinek2-2/+2
2018-11-21PR libstdc++/88111 Make maximum block size depend on size_t widthJonathan Wakely1-5/+18
2018-11-21PR libstdc++/88113 use size_type consistently instead of size_tJonathan Wakely1-12/+17
2018-11-17Implement std::pmr::synchronized_pool_resourceJonathan Wakely1-0/+291
2018-11-15Optimize pool resource allocationJonathan Wakely1-7/+6
2018-11-13Fix error when selecting number of memory poolsJonathan Wakely1-1/+1
2018-11-13Fix unused parameter warnings introduced in earlier patchJonathan Wakely1-1/+2
2018-11-13Remove redundant loop in unsynchronized_pool_resource codeJonathan Wakely1-26/+10
2018-11-13Improve handling of pool_options::largest_required_pool_blockJonathan Wakely1-18/+32
2018-11-13Fix incorrect assertion when deallocating big blockJonathan Wakely1-13/+27
2018-11-13Fix overflows in std::pmr::unsynchonized_pool_resourceJonathan Wakely1-15/+45
2018-11-12PR libstdc++/87963 fix build for 64-bit mingwJonathan Wakely1-9/+6
2018-11-06Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely3-2/+794
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-71/+154
2018-08-15Fix single-threaded build for targets without atomicsJonathan Wakely1-1/+21