index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
config
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-04-22
aix: delete AIX pre-PowerPC version of atomicity.h
David Edelsohn
1
-56
/
+0
2021-04-22
libstdc++: Fix typo in comment
Jonathan Wakely
1
-1
/
+1
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-15
libstdc++, Darwin, ppc : Add new long double symbols.
Iain Sandoe
1
-0
/
+3
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
3
-3
/
+5
2021-01-20
aix: make ctype_inline.h thread-safe and avoid _OBJ_DATA char subscript.
David Edelsohn
1
-2
/
+10
2021-01-04
Update copyright years.
Jakub Jelinek
155
-155
/
+155
2020-12-17
libstdc++: Add floating-point std::to_chars implementation
Patrick Palka
1
-0
/
+7
2020-12-17
libstdc++: Test errno macros directly for all targets [PR 93151]
Jonathan Wakely
3
-39
/
+39
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
2
-2
/
+55
2020-12-16
libstdc++: Test errno macros directly, not via autoconf [PR 93151]
Jonathan Wakely
1
-14
/
+14
2020-12-15
libstdc++: Support libc with stdio-only I/O in libstdc++
Keith Packard
1
-5
/
+41
2020-12-03
libstdc++: Update powerpc-linux baselines for GCC 10.1
Jonathan Wakely
2
-0
/
+34
2020-11-19
libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989]
Jonathan Wakely
1
-0
/
+12
2020-11-10
libstdc++: Avoid bad_alloc exceptions when changing locales
Jonathan Wakely
1
-15
/
+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-28
libstdc++: Override BUFSIZ for Windows targets [PR 94268]
Jonathan Wakely
2
-0
/
+6
2020-10-11
aix: add FAT library support for libstdc++fs.a
Clément Chigot
1
-3
/
+8
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-10-01
libstdc++: Fix test_and_acquire for EABI
Jonathan Wakely
1
-1
/
+1
2020-09-30
libstdc++: Fix test_and_acquire / set_and_release for EABI guard variables
Jonathan Wakely
1
-1
/
+6
2020-09-27
aix: Use $(AR) without -X32_64 to build FAT libraries.
Clément Chigot
1
-6
/
+6
2020-09-11
libstdc++: Support futex waiting on chrono::steady_clock directly
Mike Crowe
1
-4
/
+6
2020-08-18
aix: Support libsupc++ as a FAT library
David Edelsohn
1
-0
/
+3
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
2
-0
/
+11
[next]