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/gfortran-test
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-15
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-15
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
/
include
/
bits
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-13
Merged current trunk to branch.
Thomas Koenig
141
-6150
/
+8672
2020-12-21
libstdc++: Disable floating-point std::to_chars on unsupported targets
Patrick Palka
1
-0
/
+14
2020-12-17
libstdc++: Fix preprocessor condition [PR 98344]
Jonathan Wakely
1
-1
/
+1
2020-12-17
libstdc++: Move std::hash<std::thread::id> to <bits/std_thread.h>
Jonathan Wakely
1
-0
/
+12
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
6
-17
/
+174
2020-12-16
libstdc++: Warn if __STRICT_ANSI has been undefined
Jonathan Wakely
1
-0
/
+9
2020-12-15
libstdc++: Do not define constexpr assertions for C++11
Jonathan Wakely
1
-1
/
+1
2020-12-15
libstdc++: Remove workaround for PR c++/78173
Jonathan Wakely
1
-4
/
+1
2020-12-02
libstdc++: Make preprocessor checks for __cpp_lib_atomic_wait consistent
Jonathan Wakely
2
-2
/
+2
2020-12-01
Add feature test macro for atomic<T>::wait
Thomas Rodgers
4
-24
/
+24
2020-12-01
libstdc++: Simplify detection of built-in functions
Jonathan Wakely
1
-25
/
+26
2020-11-26
libstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAIT
Jonathan Wakely
4
-32
/
+26
2020-11-25
libstdc++: Remove redundant clock conversions in atomic waits
Jonathan Wakely
1
-16
/
+24
2020-11-25
libstdc++: Encapsulate __gthread_cond_t as std::__condvar
Jonathan Wakely
3
-79
/
+135
2020-11-25
libstdc++: Fix missing subsumption in std::iterator_traits [PR 97935]
Jonathan Wakely
1
-6
/
+11
2020-11-25
libstdc++: Fix silly typos [PR 97936]
Jonathan Wakely
1
-2
/
+2
2020-11-25
libstdc++: Fix handling of futex wake [PR 97936]
Jonathan Wakely
1
-2
/
+2
2020-11-23
libstdc++: Fix variable declared with wrong type
Jonathan Wakely
1
-1
/
+1
2020-11-23
libstdc++: Fix linker errors due to missing 'inline' keywords
Stephan Bergmann
1
-3
/
+3
2020-11-23
libstdc++: Add configure checks for semaphores
Jonathan Wakely
1
-4
/
+2
2020-11-23
libstdc++: make atomic waiting depend on gthreads or futexes
Jonathan Wakely
4
-70
/
+94
2020-11-21
libstdc++: Fix atomic waiting for non-linux targets
Jonathan Wakely
4
-3
/
+13
2020-11-20
libstdc++: Add C++2a synchronization support
Thomas Rodgers
4
-1
/
+1083
2020-11-20
libstdc++: Limit memory allocation in stable_sort/inplace_merge (PR 83938)
François Dumont
2
-5
/
+13
2020-11-20
libstdc++: _Rb_tree code cleanup, remove lambdas
François Dumont
2
-40
/
+38
2020-11-19
libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989]
Jonathan Wakely
1
-19
/
+5
2020-11-19
libstdc++: Move std::thread to a new header
Jonathan Wakely
1
-0
/
+337
2020-11-17
libstdc++: Fix ranges::search_n for random access iterators [PR97828]
Patrick Palka
1
-1
/
+3
2020-11-10
libstdc++: Add remaining C++20 additions to <sstream> [P0408R7]
Jonathan Wakely
1
-0
/
+8
2020-11-09
libstdc++: Improve comment on _Power_of_2 helper function
Jonathan Wakely
1
-1
/
+3
2020-11-09
libstdc++: Include <typeinfo> even for -fno-rtti [PR 97758]
Jonathan Wakely
1
-3
/
+1
2020-11-04
libstdc++: Define new C++17 std::search overload for Parallel Mode [PR 94971]
Jonathan Wakely
1
-1
/
+1
2020-11-04
libstdc++: Fix constant expressions in std::uniform_int_distribution
Jonathan Wakely
1
-4
/
+4
2020-11-01
libstdc++: Define type traits for wchar_t even when libc support missing
Jonathan Wakely
1
-2
/
+2
2020-10-31
libstdc++: Prefer double to long double in std::shuffle_order_engine
Jonathan Wakely
2
-6
/
+42
2020-10-31
libstdc++: Use double for unordered container load factors [PR 96958]
Jonathan Wakely
1
-5
/
+5
2020-10-30
libstdc++: Use double for unordered container load factors [PR 96958]
Jonathan Wakely
1
-6
/
+6
2020-10-29
libstdc++: Avoid narrowing conversion in subrange constructor
Jonathan Wakely
1
-1
/
+1
2020-10-29
libstdc++: Fix some warnings in headers
Jonathan Wakely
1
-1
/
+1
2020-10-29
libstdc++: Allow Lemire's algorithm to be used in more cases
Jonathan Wakely
1
-19
/
+33
2020-10-29
libstdc++: Make std::function work better with -fno-rtti
Jonathan Wakely
1
-14
/
+53
2020-10-29
libstdc++: Fix some warnings in headers
Jonathan Wakely
5
-11
/
+12
2020-10-29
libstdc++: Rename _UniformRandomNumberGenerator parameters
Jonathan Wakely
1
-26
/
+22
2020-10-28
libstdc++: Override BUFSIZ for Windows targets [PR 94268]
Jonathan Wakely
1
-1
/
+1
2020-10-28
libstdc++: Fix name clash with _Cosh in QNX headers [PR 95592]
Jonathan Wakely
1
-37
/
+37
2020-10-27
libstdc++: Fix -Wsign-compare warnings in headers
Jonathan Wakely
3
-4
/
+4
2020-10-27
libstdc++: Add noexcept to declaration of path::_List members
Jonathan Wakely
1
-4
/
+4
2020-10-26
libstdc++: Add missing exception-specifications in shared_ptr
Stephan Bergmann
1
-4
/
+5
2020-10-22
libstdc++: Reduce header dependencies in and on <memory>
Jonathan Wakely
3
-1
/
+235
2020-10-21
libstdc++: Simplify std::shared_ptr construction from std::weak_ptr
Jonathan Wakely
2
-63
/
+22
[next]