summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog and version files for releasereleases/gcc-9.5.0releases/gcc-9Richard Biener2022-05-271-0/+4
* Daily bump.GCC Administrator2022-05-171-0/+9
* libstdc++: Fix status docs for <bit> supportJonathan Wakely2022-05-162-3/+16
* Daily bump.GCC Administrator2022-05-101-0/+175
* libstdc++: Fix deserialization for std::normal_distribution [PR105502]Jonathan Wakely2022-05-092-2/+36
* libstdc++: Fix test that fails for C++98 modeJonathan Wakely2022-05-091-5/+5
* libstdc++: Remove un-implementable noexcept from Filesystem TS operationsJonathan Wakely2022-05-092-7/+7
* libstdc++: Fix std::exception_ptr regressions [PR103630]Jonathan Wakely2022-05-092-4/+49
* libstdc++: Test errno macros directly for all targets [PR 93151]Jonathan Wakely2022-05-093-39/+39
* libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely2022-05-097-748/+53
* libstdc++: Fix undefined behaviour in std::stringJonathan Wakely2022-05-091-1/+6
* libstdc++: Add additional overload of std::lerp [PR101870]Jonathan Wakely2022-05-095-4/+49
* libstdc++: Do not allocate a zero-size vector<bool> [PR 100153]Jonathan Wakely2022-05-091-1/+7
* libstdc++: Add missing header to testJonathan Wakely2022-05-091-0/+1
* libstdc++: Add self-merge check to std::forward_list::merge [PR103853]Pavel I. Kryukov2022-05-092-0/+53
* libstdc++: Initialize member in std::match_results [PR103549]Jonathan Wakely2022-05-091-2/+2
* libstdc++: Fix example preprocessor command in FAQ [PR103877]Jonathan Wakely2022-05-092-2/+2
* libstdc++: Rename non-reserved macros in config header [PR103650]Jonathan Wakely2022-05-093-0/+17
* libstdc++: Fix mismatched noexcept-specifiers in Filesystem TSJonathan Wakely2022-05-092-3/+3
* libstdc++: Fix incorrect IS number in doc commentJonathan Wakely2022-05-091-1/+1
* libstdc++: Deprecate __gnu_cxx::rope::erase(size_type) [PR102048]Jonathan Wakely2022-05-091-1/+1
* Daily bump.GCC Administrator2021-11-241-0/+9
* libstdc++: Fix circular dependency for bitmap_allocator [PR103381]Jonathan Wakely2021-11-231-1/+1
* Daily bump.GCC Administrator2021-11-021-0/+13
* libstdc++: Fix range access for empty std::valarray [PR103022]Jonathan Wakely2021-11-014-16/+92
* Daily bump.GCC Administrator2021-10-141-0/+74
* libstdc++: Rename file with the wrong extensionJonathan Wakely2021-10-141-0/+0
* libstdc++: Rename tests with incorrect extensionJonathan Wakely2021-10-132-0/+0
* libstdc++: Remove non-deducible parameter for std::advance overloadJonathan Wakely2021-10-131-1/+1
* libstdc++: std::system_category should know meaning of zero [PR102425]Jonathan Wakely2021-10-132-0/+21
* libstdc++: Add pretty printer for std::error_code and std::error_conditionJonathan Wakely2021-10-132-1/+61
* libstdc++: Install GDB pretty printers for debug libraryJonathan Wakely2021-10-132-2/+18
* libstdc++: Clear up directories created by testsJonathan Wakely2021-10-132-0/+4
* libstdc++: Fix std::match_results::end() for failed matches [PR102667]Jonathan Wakely2021-10-132-2/+41
* Daily bump.GCC Administrator2021-08-121-0/+40
* libstdc++: Fix test that fails randomly [PR101866]Jonathan Wakely2021-08-111-9/+9
* libstdc++: Fix create_directories to resolve symlinks [PR101510]Jonathan Wakely2021-08-116-2/+56
* libstdc++: Add more tests for filesystem::create_directory [PR101510]Jonathan Wakely2021-08-113-2/+56
* Daily bump.GCC Administrator2021-08-031-0/+16
* libstdc++: Re-enable workaround for _wstat64 bug, again [PR 88881]Jonathan Wakely2021-08-021-2/+0
* libstdc++: Re-enable workaround for _wstat64 bug [PR 88881]Jonathan Wakely2021-08-021-2/+0
* Daily bump.GCC Administrator2021-07-231-0/+62
* libstdc++: Fix test failure in C++20 modeJonathan Wakely2021-07-221-0/+3
* libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely2021-07-225-19/+35
* libstdc++: Fix std::any constraints [PR101034]Jonathan Wakely2021-07-222-2/+13
* libstdc++: Fix constructor constraints for std::any (PR 90415)Jonathan Wakely2021-07-225-71/+234
* libstdc++: Fix constraint on std::optional assignment [PR 100982]Jonathan Wakely2021-07-222-1/+18
* Daily bump.GCC Administrator2021-06-191-0/+67
* libstdc++: Replace incorrect static assertion in std::reduce [PR95833]Jonathan Wakely2021-06-182-2/+20
* libstdc++: Fix filesystem::path constraints for volatile [PR 100630]Jonathan Wakely2021-06-184-2/+30