summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)Author
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
2019-01-04Fix bugs in filesystem::path::lexically_normal()Jonathan Wakely
2019-01-04Fix concatenation bug in filesystem::pathJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-12-18Fix previous commit to move instead of copyingJonathan Wakely
2018-12-18Micro-optimization to avoid creating temporary pathJonathan Wakely
2018-12-18LWG 2936: update path::compare logic and optimize string comparisonsJonathan Wakely
2018-12-17PR libstdc++/71044 fix off-by-one errors introduced recentlyJonathan Wakely
2018-12-13Fix handling of POSIX paths containing a root-nameJonathan Wakely
2018-12-13PR libstdc++/71044 optimize std::filesystem::path constructionJonathan Wakely
2018-11-29PR libstdc++/86910 fix filesystem::create_directoriesJonathan Wakely
2018-11-28Fix undefined references in libstdc++fs.aJonathan Wakely
2018-11-28Apply resolution for LWG DR 3096Jonathan Wakely
2018-11-28PR libstdc++/83306 make filesystem_error no-throw copyableJonathan Wakely
2018-11-27PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely
2018-11-21PR libstdc++/88111 Make maximum block size depend on size_t widthJonathan Wakely
2018-11-21PR libstdc++/88113 use size_type consistently instead of size_tJonathan Wakely
2018-11-17Implement std::pmr::synchronized_pool_resourceJonathan Wakely
2018-11-15Optimize pool resource allocationJonathan Wakely
2018-11-13Fix error when selecting number of memory poolsJonathan Wakely
2018-11-13Fix unused parameter warnings introduced in earlier patchJonathan Wakely
2018-11-13Remove redundant loop in unsynchronized_pool_resource codeJonathan Wakely
2018-11-13Improve handling of pool_options::largest_required_pool_blockJonathan Wakely
2018-11-13Fix incorrect assertion when deallocating big blockJonathan Wakely
2018-11-13Fix overflows in std::pmr::unsynchonized_pool_resourceJonathan Wakely
2018-11-12PR libstdc++/87963 fix build for 64-bit mingwJonathan Wakely
2018-11-06Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-10-18PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely
2018-10-15PR libstdc++/87587 prevent -Wabi warningsJonathan Wakely
2018-10-11PR libstdc++/80538 Only call sleep for non-zero valuesJonathan Wakely
2018-10-03PR libstdc++/59439 optimize uses of classic ("C") std::localeJonathan Wakely
2018-09-21re PR libstdc++/87135 ([C++17] unordered containers violate iterator validity...François Dumont
2018-09-18re PR libstdc++/87135 ([C++17] unordered containers violate iterator validity...François Dumont
2018-08-28PR libstdc++/87116 fix path::lexically_normal() handling of dot-dotJonathan Wakely
2018-08-16Fix bootstrap with --enable-fully-dynamic-stringJonathan Wakely
2018-08-15Fix single-threaded build for targets without atomicsJonathan Wakely
2018-08-14PR libstdc++/86846 Alternative to pointer-width atomicsJonathan Wakely