aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++17
AgeCommit message (Expand)AuthorFilesLines
2025-03-06libstdc++: Avoid '-Wunused-parameter' for 'is_directory' in member function '...Thomas Schwinge1-1/+1
2025-02-22libstdc++: Remove redundant cast in floating_from_chars.ccJonathan Wakely1-2/+1
2025-02-20libstdc++: Fix invalid signed arguments to <bit> functionsJonathan Wakely2-3/+5
2025-02-20libstdc++: Remove workaround for reserved init_priority warningsJonathan Wakely2-16/+4
2025-01-16libstdc++: Implement LWG 2937 for std::filesystem::equivalent [PR118158]Jonathan Wakely1-15/+7
2025-01-02Update copyright years.Jakub Jelinek14-14/+14
2024-12-12libstdc++: Fix typo in comment in src/c++17/fs_dir.ccJonathan Wakely1-1/+1
2024-11-06libstdc++: Enable debug assertions for filesystem directory iteratorsJonathan Wakely1-6/+6
2024-09-03libstdc++: Fix error handling in fs::hard_link_count for WindowsJonathan Wakely1-26/+33
2024-07-30libstdc++: Fix name of source file in commentJonathan Wakely1-1/+1
2024-07-30libstdc++: Fix overwriting files with fs::copy_file on WindowsJonathan Wakely1-28/+43
2024-07-30libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663]Lennox Shou Hao Ho1-22/+37
2024-04-10libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_allJonathan Wakely1-2/+14
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