summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++17
AgeCommit message (Expand)Author
2025-10-14libstdc++: Ensure filesystem::path internals are sufficiently aligned [PR122255]Jonathan Wakely
2025-10-05*: regenerate autotoolsSam James
2025-07-09libstdc++: Fix memory_resource.cc bootstrap failure for non-gthreads targetsJonathan Wakely
2025-07-08libstdc++: Ensure pool resources meet alignment requirements [PR118681]Jonathan Wakely
2025-05-06libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029]Jonathan Wakely
2025-05-02libstdc++: Add some more makefile dependenciesJonathan Wakely
2025-04-11libstdc++: Add fast_float patch to LOCAL_PATCHESJonathan Wakely
2025-04-11libstdc++: Support aarch64-w64-mingw32 target in fast_floatEvgeny Karpov
2025-03-06libstdc++: Avoid '-Wunused-parameter' for 'is_directory' in member function '...Thomas Schwinge
2025-02-22libstdc++: Remove redundant cast in floating_from_chars.ccJonathan Wakely
2025-02-20libstdc++: Fix invalid signed arguments to <bit> functionsJonathan Wakely
2025-02-20libstdc++: Remove workaround for reserved init_priority warningsJonathan Wakely
2025-01-16libstdc++: Implement LWG 2937 for std::filesystem::equivalent [PR118158]Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-12-12libstdc++: Fix typo in comment in src/c++17/fs_dir.ccJonathan Wakely
2024-11-06libstdc++: Enable debug assertions for filesystem directory iteratorsJonathan Wakely
2024-09-03libstdc++: Fix error handling in fs::hard_link_count for WindowsJonathan Wakely
2024-07-30libstdc++: Fix name of source file in commentJonathan Wakely
2024-07-30libstdc++: Fix overwriting files with fs::copy_file on WindowsJonathan Wakely
2024-07-30libstdc++: Fix fs::hard_link_count behaviour on MinGW [PR113663]Lennox Shou Hao Ho
2024-04-10libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_allJonathan Wakely
2024-01-11libstdc++: Fix error handling in filesystem::equivalent [PR113250]Ken Matsui
2024-01-05libstdc++: Avoid overflow when appending to std::filesystem::pathJonathan Wakely
2024-01-05libstdc++: Remove unneeded double operation in src/c++17/fs_path.ccMartin Küttler
2024-01-03Update copyright years.Jakub Jelinek
2023-09-14libstdc++: Remove some more unconditional uses of atomicsJonathan Wakely
2023-09-11libstdc++: Fix -Wunused-parameter warningsPekka Seppänen
2023-09-07libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwdJonathan Wakely
2023-09-01libstdc++: Use std::string::__resize_and_overwrite in std::filesystemJonathan Wakely
2023-07-19libstdc++: Do not define inaccurate from_chars for _Float128 [PR110077]Jonathan Wakely
2023-06-09libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077]Jonathan Wakely
2023-05-31libstdc++: Fix build for targets without _Float128 [PR109921]Jonathan Wakely
2023-05-31libstdc++: Fix preprocessor conditions for std::from_chars [PR109921]Jonathan Wakely
2023-05-11libstdc++: Use RAII types in strtod-based std::from_chars implementationJonathan Wakely
2023-05-03libstdc++: Fix up abi.exp FAILs on powerpc64le-linuxJakub Jelinek
2023-04-12libstdc++: Ensure headers used by fast_float are includedPatrick Palka
2023-02-06libstdc++: Enable building libstdc++.{a,so} when !HOSTEDArsen Arsenović
2023-02-02libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely
2023-02-01libstdc++: Fix build failures for avrJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao
2022-11-28libstdc++: Fix src/c++17/memory_resource for H8 targets [PR107801]Jonathan Wakely
2022-11-24libstdc++: Another merge from fast_float upstream [PR107468]Jakub Jelinek
2022-11-23libstdc++: Fix libstdc++ build on some targets [PR107811]Jakub Jelinek
2022-11-22libstdc++: Fix pool resource build errors for H8 [PR107801]Jonathan Wakely
2022-11-08libstdc++: Fix syntax error in old-glibc case in floating_from_chars.cc [PR10...Joseph Myers
2022-11-08libstdc++: Fix up libstdc++ build against glibc 2.25 or older [PR107562]Jakub Jelinek
2022-11-07libstdc++: Update from latest fast_float [PR107468]Jakub Jelinek
2022-11-07libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek
2022-11-02libstdc++: Remove more redundant union membersJonathan Wakely