aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)Author
2024-04-19libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770]Jonathan Wakely
2024-04-18[libstdc++] define zoneinfo_dir_override on vxworksAlexandre Oliva
2024-04-15libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672]Jonathan Wakely
2024-04-10libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_allJonathan Wakely
2024-03-07libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR1...Jonathan Wakely
2024-02-15libstdc++: Update tzdata to 2024aJonathan Wakely
2024-02-04libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbolsJonathan Wakely
2024-01-31libstdc++: Enable std::text_encoding for darwin and FreeBSDJonathan Wakely
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely
2024-01-15libstdc++: Update tzdata to 2023dJonathan Wakely
2024-01-11libstdc++: [_GLIBCXX_DEBUG] Fix assignment of value-initialized iterator [PR1...François Dumont
2024-01-11libstdc++: Use using instead of typedef in opts-common.hKen Matsui
2024-01-11libstdc++: Fix error handling in filesystem::equivalent [PR113250]Ken Matsui
2024-01-08libstdc++: Add Unicode-aware width estimation for std::formatJonathan Wakely
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-05Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-12-16libstdc++: Fix bootstrap on AIX due to fileno macroJonathan Wakely
2023-12-15libstdc++: Fix std::print test case for WindowsJonathan Wakely
2023-12-14libstdc++: Implement C++23 <print> header [PR107760]Jonathan Wakely
2023-12-12libstdc++: Remove redundant -std flags from MakefileJonathan Wakely
2023-11-07libstdc++/112351 - deal with __gthread_once failure during locale initRichard Biener
2023-11-04libstdc++: Use strerror_r in std::generic_category()::message(int) [PR110133]Jonathan Wakely
2023-10-30libstdc++: [_GLIBCXX_INLINE_VERSION] Un-weak handle_contract_violationFrançois Dumont
2023-10-29libstdc++: [_GLIBCXX_INLINE_VERSION] Provide handle_contract_violation symbolFrançois Dumont
2023-10-25libstdc++: Build libstdc++_libbacktrace.a as PIC [PR111936]Jonathan Wakely
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe
2023-09-29libstdc++: Fix handling of surrogate CP in codecvt [PR108976]Dimitrij Mijoski
2023-09-15libstdc++: Implement C++26 native handles for file streams (P1759R6)Jonathan Wakely
2023-09-14libstdc++: Remove some more unconditional uses of atomicsJonathan Wakely
2023-09-11libstdc++: Remove unconditional use of atomics in Debug ModeJonathan Wakely
2023-09-11libstdc++: Move __glibcxx_assert_fail to its own fileJonathan Wakely
2023-09-11libstdc++: Fix -Wunused-parameter warningsPekka Seppänen
2023-09-08libstdc++: Add Filesystem TS and std::stacktrace symbols to libstdc++exp.aJonathan Wakely
2023-09-08libstdc++: Fix unconditional -Werror in libbacktrace directoryAlexey Lapshin
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-09-01libstdc++: Avoid useless dependency on read_symlink from tzdbJonathan Wakely
2023-08-17libstdc++: Replace global std::string objects in tzdb.ccJonathan Wakely
2023-08-17libstdc++: Micro-optimize construction of named std::localeJonathan Wakely
2023-07-30libstdc++: Fix several preprocessor directivesFrançois Dumont
2023-07-19libstdc++: Do not define inaccurate from_chars for _Float128 [PR110077]Jonathan Wakely
2023-06-30libstdc++: Fix iostream init for Clang on darwin [PR110432]Jonathan Wakely
2023-06-30libstdc++: Fix unused warning for new variableJonathan Wakely
2023-06-30libstdc++: Make std::random_device throw more std::system_error [PR105081]Jonathan Wakely
2023-06-29libstdc++: Fix src/c++20/tzdb.cc for non-constexpr std::mutexJonathan Wakely
2023-06-29libstdc++: Do not use off64_t in calls to copy_file_range [PR110462]Jonathan Wakely
2023-06-09libstdc++: Remove duplicate definition of _Float128 std::from_chars [PR110077]Jonathan Wakely
2023-06-06libstdc++: Use close-on-exec for file descriptors in filesystem::copy_fileJonathan Wakely