Age | Commit message (Expand) | Author | Files | Lines |
2022-11-11 | libstdc++: Avoid redundant checks in std::use_facet [PR103755] | Jonathan Wakely | 1 | -6/+37 |
2022-11-07 | libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l... | Jakub Jelinek | 1 | -0/+4 |
2022-11-01 | libstdc++: std::from_chars std::{,b}float16_t support | Jakub Jelinek | 1 | -0/+2 |
2022-11-01 | libstdc++: std::to_chars std::{,b}float16_t support | Jakub Jelinek | 1 | -0/+2 |
2022-09-15 | libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.ver | François Dumont | 1 | -11/+0 |
2022-09-12 | libstdc++: Outline the overlapping case of string _M_replace into a separate ... | Jakub Jelinek | 1 | -1/+5 |
2022-04-29 | libstdc++: Add missing exports for ppc64le --with-long-double-format=ibm [PR1... | Jonathan Wakely | 1 | -0/+12 |
2022-04-29 | libstdc++: Update Solaris baselines for GCC 12.1 | Rainer Orth | 4 | -0/+48 |
2022-04-28 | libstdc++: Remove redundant line in versioned namespace linker script | François Dumont | 1 | -1/+0 |
2022-04-27 | libstdc++: Update {x86_64,i?86,aarch64,s390x,ppc{,64,64le}} baseline_symbols.txt | Jakub Jelinek | 8 | -8/+90 |
2022-03-16 | libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407] | Jonathan Wakely | 1 | -0/+7 |
2022-01-10 | libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760] | Jakub Jelinek | 1 | -2/+10 |
2022-01-05 | libstdc++: Implement P1328 "Making std::type_info::operator== constexpr" | Jonathan Wakely | 1 | -0/+3 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 3 | -3/+3 |
2021-12-10 | libstdc++: Add std::time_get %r support [PR71367] | Jakub Jelinek | 1 | -1/+14 |
2021-12-09 | libstdc++: Allow std::condition_variable waits to be cancelled [PR103382] | Jonathan Wakely | 1 | -1/+11 |
2021-11-12 | libstdc++: Print assertion messages to stderr [PR59675] | Jonathan Wakely | 1 | -0/+6 |
2021-04-20 | libstdc++: Update ppc64le baseline_symbols.txt | Jakub Jelinek | 1 | -0/+242 |
2021-04-19 | libstdc++: Update some baseline_symbols.txt (x32) | H.J. Lu | 1 | -0/+102 |
2021-04-17 | libstdc++: Update ppc32 baseline_symbols.txt | Jakub Jelinek | 2 | -0/+214 |
2021-04-17 | libstdc++: Update some baseline_symbols.txt | Jakub Jelinek | 6 | -0/+622 |
2021-03-16 | libstdc++: Remove symbols for new std::call_once implementation [PR 99341] | Jonathan Wakely | 5 | -13/+0 |
2021-03-03 | libstdc++: Update Solaris baselines for GCC 11.1 | Rainer Orth | 4 | -0/+392 |
2021-02-25 | libstdc++: Update baseline symbols for {aarch64,ia64,m68k,riscv64}-linux | Andreas Schwab | 4 | -0/+462 |
2021-02-24 | libstdc++: Define std::to_chars overloads for __ieee128 [PR 98389] | Jonathan Wakely | 1 | -3/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 3 | -3/+3 |
2020-12-17 | libstdc++: Add floating-point std::to_chars implementation | Patrick Palka | 1 | -0/+7 |
2020-12-16 | libstdc++: Add C++ runtime support for new 128-bit long double format | Jonathan Wakely | 1 | -2/+2 |
2020-12-03 | libstdc++: Update powerpc-linux baselines for GCC 10.1 | Jonathan Wakely | 2 | -0/+34 |
2020-11-10 | libstdc++: Add remaining C++20 additions to <sstream> [P0408R7] | Jonathan Wakely | 1 | -3/+18 |
2020-11-06 | libstdc++: Fix symbol version conflict in linker script | Jonathan Wakely | 1 | -1/+2 |
2020-11-05 | libstdc++: Export basic_stringbuf constructor [PR 97729] | Jonathan Wakely | 1 | -0/+1 |
2020-11-03 | libstdc++: Add mising gnu-versioned-namespace symbols | François Dumont | 1 | -0/+4 |
2020-11-03 | libstdc++: Rewrite std::call_once to use futexes [PR 66146] | Jonathan Wakely | 1 | -0/+5 |
2020-10-29 | libstdc++: Fix linker script to remove conflicting patterns | Jonathan Wakely | 1 | -3/+3 |
2020-10-28 | libstdc++: Fix linker script | Jonathan Wakely | 1 | -47/+11 |
2020-10-28 | libstdc++: Implement C++20 features for <sstream> | Thomas Rodgers | 1 | -13/+95 |
2020-10-06 | libstdc++: Inline std::exception_ptr members [PR 90295] | Jonathan Wakely | 1 | -0/+9 |
2020-10-05 | libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190] | Jonathan Wakely | 1 | -0/+3 |
2020-09-11 | libstdc++: Support futex waiting on chrono::steady_clock directly | Mike Crowe | 1 | -4/+6 |
2020-08-07 | libstdc++: Fix linker script patterns for 32-bit targets | Jonathan Wakely | 1 | -3/+3 |
2020-08-06 | libstdc++: Implement P0966 std::string::reserve should not shrink | Andrew Luo | 1 | -3/+14 |
2020-08-05 | libstdc++: Replace operator>>(istream&, char*) [LWG 2499] | Jonathan Wakely | 1 | -0/+5 |
2020-07-20 | libstdc++: Add std::from_chars for floating-point types | Jonathan Wakely | 1 | -0/+7 |
2020-05-07 | Update the baseline symbols for SPARC64/Linux | Eric Botcazou | 2 | -0/+172 |
2020-05-06 | x32: Update baseline_symbols.txt | H.J. Lu | 1 | -0/+17 |
2020-05-06 | libstdc++: Update Solaris baselines for GCC 10.1 | Rainer Orth | 4 | -0/+48 |
2020-05-06 | libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64}-linux baselines for G... | Jakub Jelinek | 7 | -0/+114 |
2020-03-01 | x32: Update baseline_symbols.txt | H.J. Lu | 1 | -0/+7 |
2020-02-29 | Fix baseline symbols on hppa-linux-gnu | John David Anglin | 1 | -0/+21 |