aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++17
AgeCommit message (Expand)AuthorFilesLines
2024-01-11libstdc++: Fix error handling in filesystem::equivalent [PR113250]Ken Matsui1-1/+1
2024-01-05libstdc++: Avoid overflow when appending to std::filesystem::pathJonathan Wakely1-11/+24
2024-01-05libstdc++: Remove unneeded double operation in src/c++17/fs_path.ccMartin Küttler1-2/+3
2024-01-03Update copyright years.Jakub Jelinek14-14/+14
2023-09-14libstdc++: Remove some more unconditional uses of atomicsJonathan Wakely2-18/+23
2023-09-11libstdc++: Fix -Wunused-parameter warningsPekka Seppänen1-1/+1
2023-09-07libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwdJonathan Wakely1-4/+8
2023-09-01libstdc++: Use std::string::__resize_and_overwrite in std::filesystemJonathan Wakely1-22/+23
2023-07-19libstdc++: Do not define inaccurate from_chars for _Float128 [PR110077]Jonathan Wakely1-11/+1
2023-06-09libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077]Jonathan Wakely1-1/+2
2023-05-31libstdc++: Fix build for targets without _Float128 [PR109921]Jonathan Wakely1-1/+1
2023-05-31libstdc++: Fix preprocessor conditions for std::from_chars [PR109921]Jonathan Wakely1-7/+13
2023-05-11libstdc++: Use RAII types in strtod-based std::from_chars implementationJonathan Wakely1-19/+69
2023-05-03libstdc++: Fix up abi.exp FAILs on powerpc64le-linuxJakub Jelinek2-0/+24
2023-04-12libstdc++: Ensure headers used by fast_float are includedPatrick Palka1-0/+4
2023-02-06libstdc++: Enable building libstdc++.{a,so} when !HOSTEDArsen Arsenović2-2/+8
2023-02-02libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely1-0/+13
2023-02-01libstdc++: Fix build failures for avrJonathan Wakely1-1/+5
2023-01-16Update copyright years.Jakub Jelinek14-14/+14
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao1-0/+1
2022-11-28libstdc++: Fix src/c++17/memory_resource for H8 targets [PR107801]Jonathan Wakely1-4/+5
2022-11-24libstdc++: Another merge from fast_float upstream [PR107468]Jakub Jelinek2-21/+111
2022-11-23libstdc++: Fix libstdc++ build on some targets [PR107811]Jakub Jelinek1-1/+11
2022-11-22libstdc++: Fix pool resource build errors for H8 [PR107801]Jonathan Wakely1-1/+3
2022-11-08libstdc++: Fix syntax error in old-glibc case in floating_from_chars.cc [PR10...Joseph Myers1-1/+1
2022-11-08libstdc++: Fix up libstdc++ build against glibc 2.25 or older [PR107562]Jakub Jelinek2-2/+4
2022-11-07libstdc++: Update from latest fast_float [PR107468]Jakub Jelinek4-99/+169
2022-11-07libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek2-9/+89
2022-11-02libstdc++: Remove more redundant union membersJonathan Wakely1-1/+0
2022-11-02libstdc++: Improve ERANGE behavior for fallback FP std::from_charsPatrick Palka1-1/+6
2022-11-02libstdc++: Shortest denormal hex std::to_charsJakub Jelinek1-4/+17
2022-11-01libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek1-29/+371
2022-11-01libstdc++: std::to_chars std::{,b}float16_t supportJakub Jelinek1-2/+162
2022-10-29libstdc++: Don't use gstdint.h anymoreArsen Arsenović1-1/+0
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely1-0/+1
2022-06-30libstdc++: Improve exceptions thrown from fs::temp_directory_pathJonathan Wakely1-11/+23
2022-06-28libstdc++: Improve directory iterator abstractions for openatJonathan Wakely1-14/+15
2022-06-28libstdc++: Do not optimize away storing pathname if it's neededJonathan Wakely1-1/+1
2022-06-27libstdc++: check for openat with dirfd in std::filesystemAlexandre Oliva1-1/+1
2022-05-19libstdc++: Avoid including <cstdint> for std::char_traitsJonathan Wakely1-0/+2
2022-05-17libstdc++: Relax memory ordering for default memory resource objectJonathan Wakely1-6/+6
2022-05-02libstdc++: Don't use std::tolower in <charconv> [PR103911]Patrick Palka1-6/+5
2022-05-02libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]Patrick Palka1-1/+1
2022-04-28libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely1-2/+6
2022-04-21libstdc++: Avoid ASCII assumptions in floating_from_chars.ccPatrick Palka1-8/+25
2022-04-21libstdc++: Remove bogus assertion in std::from_chars [PR105324]Jonathan Wakely1-1/+0
2022-04-19libstdc++: Stop defining _GLIBCXX_ASSERTIONS in floating_to_chars.ccPatrick Palka1-3/+6
2022-04-15libstdc++: Optimize integer std::from_charsPatrick Palka1-16/+2
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely1-0/+1
2022-03-16libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely1-81/+39