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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-18
Daily bump.
GCC Administrator
1
-0
/
+53
2022-05-17
libstdc++: Relax memory ordering for default memory resource object
Jonathan Wakely
1
-6
/
+6
2022-05-17
libstdc++: Add attributes to functions in <memory_resource>
Jonathan Wakely
1
-5
/
+25
2022-05-17
libstdc++: Add attributes to <system_error> and related
Jonathan Wakely
3
-3
/
+29
2022-05-17
libstdc++: Skip tests that fail for the versioned namespace
Jonathan Wakely
2
-0
/
+2
2022-05-17
libstdc++: Stop defining C++0x compat symbols for versioned namespace
Jonathan Wakely
8
-22
/
+54
2022-05-17
Daily bump.
GCC Administrator
1
-0
/
+24
2022-05-16
libstdc++: Fix hyperlink in docs
Jonathan Wakely
2
-2
/
+3
2022-05-16
libstdc++: Update C++23 status docs
Jonathan Wakely
2
-5
/
+468
2022-05-16
libstdc++: Add C++23 status docs
Jonathan Wakely
7
-28
/
+347
2022-05-16
libstdc++: Fix status docs for <bit> support
Jonathan Wakely
2
-2
/
+2
2022-05-14
Daily bump.
GCC Administrator
1
-0
/
+121
2022-05-13
libstdc++: Make std::thread::_State private
Jonathan Wakely
2
-9
/
+13
2022-05-13
libstdc++: Add noexcept to std::launch operators
Jonathan Wakely
1
-7
/
+7
2022-05-13
libstdc++: Allow std::swap to find overload for std::exception_ptr
Jonathan Wakely
2
-4
/
+16
2022-05-13
libstdc++: Make std::rethrow_if_nested work without RTTI
Jonathan Wakely
2
-19
/
+130
2022-05-13
libstdc++: Improve doxygen docs for <mutex>
Jonathan Wakely
4
-4
/
+58
2022-05-13
libstdc++: Improve doxygen docs for some of <memory>
Jonathan Wakely
4
-4
/
+15
2022-05-13
libstdc++: Improve doxygen docs for <thread> and <future>
Jonathan Wakely
3
-10
/
+73
2022-05-13
libstdc++: Improve doxygen docs for algorithms and more
Jonathan Wakely
4
-104
/
+112
2022-05-13
libstdc++: Improve doxygen docs for std::allocator
Jonathan Wakely
5
-10
/
+42
2022-05-13
libstdc++: Improve doxygen docs for <regex>
Jonathan Wakely
5
-10
/
+66
2022-05-13
libstdc++: Improve doxygen docs for <atomic>
Jonathan Wakely
3
-26
/
+56
2022-05-13
libstdc++: Improve doxygen docs for <system_error>
Jonathan Wakely
1
-29
/
+107
2022-05-13
libstdc++: Improve doxygen docs for std::pointer_traits
Jonathan Wakely
1
-0
/
+6
2022-05-13
libstdc++: Add macros for the inline namespace std::_V2
Jonathan Wakely
7
-18
/
+28
2022-05-13
libstdc++: Fix typo in doxygen @headerfile command
Jonathan Wakely
1
-1
/
+1
2022-05-13
libstdc++: Disable Doxygen GROUP_NESTED_COMPOUNDS config option
Jonathan Wakely
1
-10
/
+1
2022-05-13
Daily bump.
GCC Administrator
1
-0
/
+7
2022-05-12
libstdc++: Remove whitespace before preprocessor directives
Jonathan Wakely
4
-9
/
+9
2022-05-11
Daily bump.
GCC Administrator
1
-0
/
+23
2022-05-10
libstdc++: Add <spanstream> declarations to <iosfwd> [PR105284]
Jonathan Wakely
4
-4
/
+90
2022-05-10
libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284]
Jonathan Wakely
4
-4
/
+353
2022-05-07
Daily bump.
GCC Administrator
1
-0
/
+55
2022-05-06
libstdc++: Simplify std::normal_distribution equality operator
Jonathan Wakely
3
-10
/
+22
2022-05-06
libstdc++: Fix deserialization for std::normal_distribution [PR105502]
Jonathan Wakely
2
-2
/
+36
2022-05-06
libstdc++: ppc: conditionalize vsx-only simd intrinsics
Alexandre Oliva
1
-3
/
+10
2022-05-06
libstdc++: Fix test that fails on Solaris [PR104731]
Jonathan Wakely
1
-13
/
+22
2022-05-06
libstdc++: Do not include <cxxabi.h> in <stacktrace>
Jonathan Wakely
1
-1
/
+7
2022-05-06
libstdc++: Do not use #include inside push visibility scope [PR99871]
Jonathan Wakely
7
-37
/
+7
2022-05-06
libstdc++: Update documentation about copyright and GPL notices in tests
Jonathan Wakely
2
-4
/
+12
2022-05-06
Daily bump.
GCC Administrator
1
-0
/
+71
2022-05-05
libstdc++: Fixes for tests that fail with -fno-rtti
Jonathan Wakely
55
-63
/
+284
2022-05-05
Daily bump.
GCC Administrator
1
-0
/
+22
2022-05-04
libstdc++: Add always_inline to the simplest std::array accessors [PR104719]
Jonathan Wakely
1
-4
/
+4
2022-05-04
libstdc++: Simplify std::array accessors [PR104719]
Jonathan Wakely
2
-48
/
+38
2022-05-04
Daily bump.
GCC Administrator
1
-0
/
+6
2022-05-03
[PR105324] libstdc++: testsuite: pr105324 requires FP from_char
Alexandre Oliva
1
-0
/
+2
2022-05-03
Daily bump.
GCC Administrator
1
-0
/
+15
2022-05-02
libstdc++: Don't use std::tolower in <charconv> [PR103911]
Patrick Palka
1
-6
/
+5
[next]