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-10-27
Daily bump.
GCC Administrator
1
-0
/
+6
2022-10-26
c++: Implement -Wdangling-reference [PR106393]
Marek Polacek
1
-0
/
+3
2022-10-22
Daily bump.
GCC Administrator
1
-0
/
+13
2022-10-21
libstdc++: respect with-{headers, newlib} for default hosted value
Arsen Arsenović
2
-8
/
+14
2022-10-21
libstdc++: Fix std::move_only_function for incomplete parameter types
Jonathan Wakely
2
-4
/
+12
2022-10-21
Daily bump.
GCC Administrator
1
-0
/
+8
2022-10-20
libstdc++: Redefine __from_chars_alnum_to_val's table
Patrick Palka
1
-31
/
+28
2022-10-20
Daily bump.
GCC Administrator
1
-0
/
+48
2022-10-19
libstdc++: Implement remaining P2474R2 changes to views::take/drop
Patrick Palka
2
-0
/
+89
2022-10-19
libstdc++: Fix typo in stride_view's operator- [PR107313]
Patrick Palka
2
-1
/
+21
2022-10-19
libstdc++/thread: Implement `_GLIBCXX_NPROCS` for Windows
LIU Hao
1
-0
/
+9
2022-10-19
gcc: Add 'mcf' thread model support from mcfgthread
LIU Hao
3
-6
/
+58
2022-10-19
libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]
Jakub Jelinek
4
-9
/
+223
2022-10-19
Daily bump.
GCC Administrator
1
-0
/
+60
2022-10-18
libstdc++: Implement ranges::stride_view from P1899R3
Patrick Palka
2
-0
/
+424
2022-10-18
libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...
Jakub Jelinek
19
-63
/
+2786
2022-10-18
Daily bump.
GCC Administrator
1
-0
/
+8
2022-10-17
libstdc++: Fix value of __cpp_lib_constexpr_charconv
Jonathan Wakely
4
-4
/
+4
2022-10-16
Daily bump.
GCC Administrator
1
-0
/
+31
2022-10-15
libstdc++: Fix -Wunused-function warning in src/c++11/debug.cc
Jonathan Wakely
1
-8
/
+8
2022-10-15
libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)
Jonathan Wakely
6
-16
/
+275
2022-10-15
libstdc++: Fix uses_allocator_construction args for cv pair (LWG 3677)
Jonathan Wakely
4
-5
/
+54
2022-10-15
Daily bump.
GCC Administrator
1
-0
/
+24
2022-10-14
libstdc++: Disable all emergency EH pool code if obj-count == 0
Jonathan Wakely
1
-1
/
+19
2022-10-14
libstdc++: Simplify print_raw function for debug assertions
Jonathan Wakely
1
-13
/
+8
2022-10-14
libstdc++: Use markdown in Doxygen comment
Jonathan Wakely
1
-3
/
+3
2022-10-13
Daily bump.
GCC Administrator
1
-0
/
+35
2022-10-12
libstdc++: Add __gnu_debug::basic_string<>::compare overloads
François Dumont
11
-50
/
+41
2022-10-12
libstdc++: Implement ranges::repeat_view from P2474R2
Patrick Palka
2
-0
/
+303
2022-10-12
regenerate configure files
Martin Liska
1
-8
/
+8
2022-10-12
Daily bump.
GCC Administrator
1
-0
/
+54
2022-10-11
libstdc++: Fix bootstrap for --disable-threads build [PR107221]
Jonathan Wakely
1
-2
/
+2
2022-10-11
libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]
Jonathan Wakely
32
-93
/
+494
2022-10-11
Generic configury support for shared libs on VxWorks
Olivier Hainque
1
-2
/
+46
2022-10-11
Daily bump.
GCC Administrator
1
-0
/
+29
2022-10-10
libstdc++: Revert addition of constraints to make_signed/make_unsigned
Jonathan Wakely
6
-12
/
+19
2022-10-10
libstdc++: std::make_signed_t<cv bool> should be ill-formed
Jonathan Wakely
5
-34
/
+40
2022-10-08
Daily bump.
GCC Administrator
1
-0
/
+18
2022-10-07
libstdc++: Add --disable-libstdcxx-hosted as an alias for hosted-libstdcxx
Jonathan Wakely
2
-10
/
+49
2022-10-07
libstdc++: Shuffle header dependencies of <functional>
Jonathan Wakely
2
-9
/
+8
2022-10-07
libstdc++: Use bold style for DR titles in the manual
Jonathan Wakely
2
-397
/
+390
2022-10-06
Daily bump.
GCC Administrator
1
-0
/
+10
2022-10-05
libtdc++: Regenerate Makefile.in after freestanding header changes
Jonathan Wakely
1
-52
/
+49
2022-10-05
libstdc++: Guard use of new built-in with __has_builtin
Jonathan Wakely
1
-0
/
+2
2022-10-05
Daily bump.
GCC Administrator
1
-0
/
+74
2022-10-04
libstdc++: Fix test FAIL for old std::string ABI
Jonathan Wakely
1
-3
/
+9
2022-10-04
libstdc++: Use new built-ins __remove_cv, __remove_reference etc.
Jonathan Wakely
1
-9
/
+24
2022-10-04
libstdc++: Refactor seed sequence constraints in <random>
Jonathan Wakely
2
-18
/
+27
2022-10-04
libstdc++: Avoid heavyweight std::visit in ranges::join_with_view
Patrick Palka
1
-11
/
+36
2022-10-04
libstdc++: Disable test for freestanding
Jonathan Wakely
1
-0
/
+2
[next]