aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-11libstdc++: [_GLIBCXX_DEBUG] Fix assignment of value-initialized iterator [PR1...François Dumont1-0/+8
2024-01-11libstdc++: Use using instead of typedef in opts-common.hKen Matsui1-2/+2
2024-01-11libstdc++: Fix error handling in filesystem::equivalent [PR113250]Ken Matsui2-2/+2
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely1-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-05Update copyright years.Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek138-138/+138
2023-12-16libstdc++: Fix bootstrap on AIX due to fileno macroJonathan Wakely1-1/+1
2023-12-15libstdc++: Fix std::print test case for WindowsJonathan Wakely1-1/+12
2023-12-14libstdc++: Implement C++23 <print> header [PR107760]Jonathan Wakely3-3/+363
2023-12-12libstdc++: Remove redundant -std flags from MakefileJonathan Wakely2-8/+8
2023-11-07libstdc++/112351 - deal with __gthread_once failure during locale initRichard Biener1-5/+8
2023-11-04libstdc++: Use strerror_r in std::generic_category()::message(int) [PR110133]Jonathan Wakely1-8/+70
2023-10-30libstdc++: [_GLIBCXX_INLINE_VERSION] Un-weak handle_contract_violationFrançois Dumont1-2/+3
2023-10-29libstdc++: [_GLIBCXX_INLINE_VERSION] Provide handle_contract_violation symbolFrançois Dumont1-0/+8
2023-10-25libstdc++: Build libstdc++_libbacktrace.a as PIC [PR111936]Jonathan Wakely2-5/+10
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe2-2/+10
2023-09-29libstdc++: Fix handling of surrogate CP in codecvt [PR108976]Dimitrij Mijoski1-9/+9
2023-09-15libstdc++: Implement C++26 native handles for file streams (P1759R6)Jonathan Wakely6-55/+67
2023-09-14libstdc++: Remove some more unconditional uses of atomicsJonathan Wakely2-18/+23
2023-09-11libstdc++: Remove unconditional use of atomics in Debug ModeJonathan Wakely1-3/+29
2023-09-11libstdc++: Move __glibcxx_assert_fail to its own fileJonathan Wakely4-21/+49
2023-09-11libstdc++: Fix -Wunused-parameter warningsPekka Seppänen3-4/+5
2023-09-08libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.aJonathan Wakely11-78/+1090
2023-09-08libstdc++: Fix unconditional -Werror in libbacktrace directoryAlexey Lapshin2-2/+2
2023-09-07libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwdJonathan Wakely3-9/+31
2023-09-01libstdc++: Use std::string::__resize_and_overwrite in std::filesystemJonathan Wakely2-25/+27
2023-09-01libstdc++: Avoid useless dependency on read_symlink from tzdbJonathan Wakely1-0/+4
2023-08-17libstdc++: Replace global std::string objects in tzdb.ccJonathan Wakely1-2/+2
2023-08-17libstdc++: Micro-optimize construction of named std::localeJonathan Wakely1-16/+23
2023-07-30libstdc++: Fix several preprocessor directivesFrançois Dumont3-4/+4
2023-07-19libstdc++: Do not define inaccurate from_chars for _Float128 [PR110077]Jonathan Wakely1-11/+1
2023-06-30libstdc++: Fix iostream init for Clang on darwin [PR110432]Jonathan Wakely1-1/+1
2023-06-30libstdc++: Fix unused warning for new variableJonathan Wakely1-3/+3
2023-06-30libstdc++: Make std::random_device throw more std::system_error [PR105081]Jonathan Wakely1-3/+20
2023-06-29libstdc++: Fix src/c++20/tzdb.cc for non-constexpr std::mutexJonathan Wakely1-22/+24
2023-06-29libstdc++: Do not use off64_t in calls to copy_file_range [PR110462]Jonathan Wakely1-1/+1
2023-06-09libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077]Jonathan Wakely1-1/+2
2023-06-06libstdc++: Use close-on-exec for file descriptors in filesystem::copy_fileJonathan Wakely1-6/+7
2023-06-06libstdc++: Make std::filesystem::copy_file work for procfs [PR108178]Jonathan Wakely1-5/+10
2023-06-06libstdc++: Use copy_file_range for filesystem::copy_fileJannik Glückert1-0/+56
2023-06-06libstdc++: Also use sendfile for big filesJannik Glückert1-29/+44
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-16libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely1-2/+6
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely1-2/+2
2023-05-12libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2-5/+0
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