aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
7 dayslibstdc++: Minor optimization for std::locale::encoding()Jonathan Wakely1-3/+13
2024-06-28libstdc++: Define __glibcxx_assert_fail for non-verbose build [PR115585]Jonathan Wakely1-1/+9
2024-06-26libstdc++: Fix std::chrono::tzdb to work with vanguard formatJonathan Wakely1-102/+163
2024-05-29libstdc++: Build libbacktrace and 19_diagnostics/stacktrace with -funwind-tab...Rainer Orth2-2/+2
2024-05-22libstdc++: Fix effects of combining locales [PR108323]Jonathan Wakely2-2/+4
2024-05-14libstdc++: Guard dynamic_cast use in src/c++23/print.cc [PR115015]Jonathan Wakely1-1/+1
2024-05-07build: Derive object names in make_sunver.plRainer Orth2-6/+2
2024-04-19libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770]Jonathan Wakely1-4/+53
2024-04-18[libstdc++] define zoneinfo_dir_override on vxworksAlexandre Oliva1-2/+3
2024-04-15libstdc++: Fix infinite loop in std::istream::ignore(n, delim) [PR93672]Jonathan Wakely1-2/+11
2024-04-10libstdc++: Handle EMLINK and EFTYPE in std::filesystem::remove_allJonathan Wakely1-2/+14
2024-03-07libstdc++: Do not define lock-free atomic aliases if not fully lock-free [PR1...Jonathan Wakely1-1/+6
2024-02-15libstdc++: Update tzdata to 2024aJonathan Wakely2-1988/+1986
2024-02-04libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbolsJonathan Wakely4-9/+38
2024-01-31libstdc++: Enable std::text_encoding for darwin and FreeBSDJonathan Wakely1-0/+3
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely7-4/+957
2024-01-15libstdc++: Update tzdata to 2023dJonathan Wakely2-8/+19
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