Age | Commit message (Expand) | Author | Files | Lines |
2023-02-20 | libstdc++: Update baseline symbols for m68k-linux | Andreas Schwab | 1 | -1/+92 |
2023-02-20 | libstdc++: Update baseline symbols for riscv64-linux | Andreas Schwab | 1 | -1/+97 |
2023-02-03 | libstdc++: Mark pieces of gnu-linux/os_support.h linux-specific | Samuel Thibault | 1 | -9/+13 |
2023-02-02 | libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636] | Jonathan Wakely | 1 | -0/+7 |
2023-02-01 | libstdc++: Fix build failures for avr | Jonathan Wakely | 1 | -0/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 152 | -152/+152 |
2023-01-14 | libstdc++: [_GLIBCXX_INLINE_VERSION] Add to_chars/from_chars symbols export | François Dumont | 1 | -0/+6 |
2023-01-13 | libstdc++: Fix unintended layout change to std::basic_filebuf [PR108331] | Jonathan Wakely | 1 | -0/+7 |
2023-01-13 | libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327] | Jonathan Wakely | 2 | -0/+11 |
2023-01-05 | Fix atomic operations on PA-RISC 2.0 processors. | John David Anglin | 1 | -10/+19 |
2023-01-05 | libstdc++: Only use std::atomic<tzdb_list::_Node*> if lock free [PR108228] | Jonathan Wakely | 1 | -3/+1 |
2023-01-04 | libstdc++: Export the __gnu_cxx::zoneinfo_dir_override symbol [PR108228]. | Iain Sandoe | 1 | -0/+3 |
2022-12-23 | Reimplement GNU threads library on native Windows | Eric Botcazou | 2 | -0/+6 |
2022-12-22 | libstdc++: Implement C++20 time zone support in <chrono> | Jonathan Wakely | 1 | -1/+19 |
2022-12-16 | Update baseline symbols for hppa-linux. | John David Anglin | 1 | -1/+6018 |
2022-12-15 | c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type... | Jakub Jelinek | 1 | -0/+10 |
2022-12-04 | libstdc++, Darwin: Limit recursive mutex init to OS versions needing it. | Iain Sandoe | 1 | -1/+5 |
2022-12-04 | libstdc++, Darwin: Fix weak attribute to use __weak__ instead of weak. | Iain Sandoe | 1 | -5/+5 |
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-10-31 | libstdc++: Small extended float support tweaks | Jakub Jelinek | 1 | -1/+1 |
2022-10-18 | libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf... | Jakub Jelinek | 1 | -0/+11 |
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-05-12 | libstdc++: Remove whitespace before preprocessor directives | Jonathan Wakely | 2 | -2/+2 |
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-03-07 | libstdc++: vxworks: remove stray <iostream> include | Rasmus Villemoes | 1 | -1/+0 |
2022-02-14 | libstdc++: Fix stream extraction of IEEE128 long double [PR100912] | Jonathan Wakely | 2 | -1/+16 |
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 | 152 | -152/+152 |
2021-12-10 | libstdc++: Add std::time_get %r support [PR71367] | Jakub Jelinek | 4 | -7/+20 |
2021-12-09 | libstdc++: Implement std::ios_base::noreplace for C++23 [PR59769] | Jonathan Wakely | 1 | -21/+27 |
2021-12-09 | libstdc++: Allow std::condition_variable waits to be cancelled [PR103382] | Jonathan Wakely | 1 | -1/+11 |
2021-12-09 | libstdc++: Fix non-reserved name in std::allocator base class [PR64135] | Jonathan Wakely | 1 | -6/+5 |
2021-12-07 | Revert "libstdc++: Fix ctype changed after newlib update." | Tamar Christina | 1 | -18/+1 |
2021-12-02 | libstdc++: Remove broken std::allocator base classes [PR103340] | Jonathan Wakely | 3 | -165/+0 |
2021-11-30 | libstdc++: Make Asan detection work for Clang [PR103453] | Jonathan Wakely | 2 | -4/+16 |
2021-11-19 | libstdc++: Fix ctype changed after newlib update. | Tamar Christina | 1 | -1/+18 |
2021-11-12 | libstdc++: Print assertion messages to stderr [PR59675] | Jonathan Wakely | 1 | -0/+6 |
2021-11-10 | libstdc++: Disable gthreads weak symbols for glibc 2.34 [PR103133] | Jonathan Wakely | 1 | -0/+6 |
2021-11-09 | libstdc++: only define _GLIBCXX_HAVE_TLS for VxWorks >= 6.6 | Rasmus Villemoes | 1 | -1/+3 |
2021-07-22 | aix: Protect AIX math.h overloads with new macro. | David Edelsohn | 1 | -0/+5 |
2021-05-04 | ctype support for libstdc++ on VxWorks | Corentin Gay | 4 | -1/+367 |