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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-26
Daily bump.
GCC Administrator
1
-0
/
+5
2020-09-25
libstdc++: Remove redundant -std=gnu++1z flags from makefile
Jonathan Wakely
2
-44
/
+0
2020-09-25
Daily bump.
GCC Administrator
1
-0
/
+34
2020-09-24
libstdc++: assert that type traits are not misused with incomplete types [PR ...
Antony Polukhin
6
-0
/
+251
2020-09-24
libstdc++: Specialize ranges::__detail::__box for semiregular types
Patrick Palka
2
-6
/
+135
2020-09-24
libstdc++: Fix misnamed configure option in manual
Jonathan Wakely
3
-4
/
+6
2020-09-23
Daily bump.
GCC Administrator
1
-0
/
+81
2020-09-22
libstdc++: Fix out-of-bounds string_view access in filesystem::path [PR 97167]
Jonathan Wakely
2
-1
/
+11
2020-09-22
libstdc++: Fix overflow handling in std::align
Glen Joseph Fernandes
2
-1
/
+56
2020-09-22
libstdc++: Introduce new headers for C++20 ranges components
Jonathan Wakely
16
-1237
/
+1341
2020-09-22
libstdc++: Use correct argument type for __use_alloc, again [PR 96803]
Jonathan Wakely
2
-1
/
+22
2020-09-21
libstdc++: Remove overzealous static_asserts from std::span
Patrick Palka
4
-15
/
+30
2020-09-21
libstdc++: Fix division by zero in std::sample
Patrick Palka
2
-0
/
+53
2020-09-21
libstdc++: Mark some more algorithms constexpr for C++20
Patrick Palka
3
-0
/
+18
2020-09-22
Daily bump.
GCC Administrator
1
-0
/
+33
2020-09-21
libstdc++: Use __builtin_expect in __glibcxx_assert
Jonathan Wakely
1
-2
/
+3
2020-09-21
libstdc++: Fix constraints for drop_view::begin() const [LWG 3482]
Jonathan Wakely
2
-14
/
+131
2020-09-21
libstdc++: Relax constraints on transform_view and elements_view iterators
Jonathan Wakely
3
-2
/
+54
2020-09-21
libstdc++: Make std::assume_aligned a constexpr function [PR 97132]
Jonathan Wakely
3
-12
/
+71
2020-09-21
Daily bump.
GCC Administrator
1
-0
/
+7
2020-09-21
libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
Jonathan Wakely
2
-2
/
+43
2020-09-12
Daily bump.
GCC Administrator
1
-0
/
+134
2020-09-11
libstdc++: only pull in bits/align.h if C++11 or later
Thomas Rodgers
1
-1
/
+1
2020-09-11
libstdc++: Split std::align/assume_aligned to bits/align.h
Thomas Rodgers
4
-59
/
+107
2020-09-11
libstdc++: Fix chrono::__detail::ceil to work with C++11
Jonathan Wakely
1
-15
/
+30
2020-09-11
libstdc++: Fix build error in <bits/regex_error.h>
Jonathan Wakely
1
-2
/
+3
2020-09-11
libstdc++: Avoid rounding errors on custom clocks in condition_variable
Mike Crowe
2
-16
/
+63
2020-09-11
libstdc++: Avoid rounding errors in std::future::wait_* [PR 91486]
Mike Crowe
3
-6
/
+34
2020-09-11
libstdc++: Loop when futex waits against arbitrary clock
Mike Crowe
2
-5
/
+80
2020-09-11
libstdc++: Use std::chrono::steady_clock as atomic_futex reference clock
Mike Crowe
1
-4
/
+3
2020-09-11
libstdc++: Support futex waiting on chrono::steady_clock directly
Mike Crowe
3
-5
/
+154
2020-09-11
libstdc++: Use FUTEX_CLOCK_REALTIME for futex wait
Mike Crowe
1
-0
/
+37
2020-09-11
libstdc++: Improve std::async test
Mike Crowe
1
-0
/
+33
2020-09-11
libstdc++-v3/libsupc++/eh_call.cc: Avoid "set but not used" warning
Christophe Lyon
1
-1
/
+1
2020-09-11
libstdc++-v3/libsupc++/eh_call.cc: Avoid warning with -fno-exceptions.
Christophe Lyon
1
-1
/
+1
2020-09-11
libstdc++-v3/include/bits/regex_error.h: Avoid warning with -fno-exceptions.
Christophe Lyon
1
-1
/
+2
2020-09-11
Daily bump.
GCC Administrator
1
-0
/
+99
2020-09-10
libstdc++: Fix -Wsign-compare warnings
Jonathan Wakely
1
-2
/
+2
2020-09-10
libstdc++: Fix -Wunused-local-typedefs warning
Jonathan Wakely
1
-1
/
+0
2020-09-10
libstdc++: Fix macro redefinition warnings
Jonathan Wakely
1
-4
/
+6
2020-09-10
libstdc++: Fix -Wdeprecated-declarations warnings
Jonathan Wakely
3
-1
/
+10
2020-09-10
libstdc++: Fix -Wnarrowing warnings
Jonathan Wakely
2
-2
/
+2
2020-09-10
libstdc++: Fix some -Wunused-parameter warnings
Jonathan Wakely
1
-2
/
+2
2020-09-10
libstdc++: Clean up inconsistent whitespace
Jonathan Wakely
1
-7
/
+7
2020-09-10
libstdc++: Add parentheses around assignments used as truth values
Krystian Kuźniarek
1
-2
/
+2
2020-09-10
libstdc++: Add unused attributes to suppress warnings
Krystian Kuźniarek
2
-23
/
+45
2020-09-10
libstdc++: Enforce LWG 3472 preconditions on std::counted_iterator
Jonathan Wakely
1
-4
/
+16
2020-09-10
libstdc++: handle small max_blocks_per_chunk in pool resources [PR 94160]
Jonathan Wakely
2
-6
/
+35
2020-09-10
libstdc++: Reduce monotonic_buffer_resource overallocation [PR 96942]
Jonathan Wakely
4
-69
/
+203
2020-09-08
Daily bump.
GCC Administrator
1
-0
/
+9
[next]