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
/
include
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-11
libstdc++: Install <source_location> header for freestanding [PR103726]
Jonathan Wakely
1
-2
/
+3
2022-01-11
libstdc++: Install <coroutine> header for freestanding [PR103726]
Jonathan Wakely
1
-2
/
+2
2022-01-10
libstdc++: Fix and simplify freestanding configuration [PR103866]
Jonathan Wakely
1
-0
/
+1
2021-12-09
libstdc++: Fix non-reserved name in std::allocator base class [PR64135]
Jonathan Wakely
1
-0
/
+1
2021-11-13
libstdc++: Implement std::spanstream for C++23
Jonathan Wakely
1
-0
/
+1
2021-10-07
libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header
Jonathan Wakely
1
-0
/
+1
2021-10-06
libstdc++: Implement std::move_only_function for C++23 (P0288R9)
Jonathan Wakely
1
-0
/
+2
2021-10-01
libstdc++: Restore printing of assertion messages [PR102100]
Jonathan Wakely
1
-0
/
+7
2021-07-27
libstdc++: Move COW string definitions to separate header
Jonathan Wakely
1
-0
/
+1
2021-07-27
libstdc++: Reduce header dependencies on <array> and <utility>
Jonathan Wakely
1
-0
/
+1
2021-04-20
libstdc++: Refactor/cleanup of C++20 atomic wait implementation
Thomas Rodgers
1
-0
/
+1
2021-01-27
libstdc++: Add std::experimental::simd from the Parallelism TS 2
Matthias Kretz
1
-0
/
+13
2021-01-07
libstdc++: Add support for C++20 barriers
Thomas Rodgers
1
-0
/
+1
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
1
-1
/
+11
2020-12-03
libtdc++: Define std::source_location for C++20
JeanHeyd Meneide
1
-0
/
+1
2020-11-20
libstdc++: Add C++2a synchronization support
Thomas Rodgers
1
-0
/
+5
2020-11-19
libstdc++: Move std::thread to a new header
Jonathan Wakely
1
-0
/
+1
2020-11-09
libstdc++: Remove <debug/array>
François Dumont
1
-1
/
+0
2020-11-02
libstdc++: Add c++2a <syncstream>
Thomas Rodgers
1
-0
/
+1
2020-10-22
libstdc++: Reduce header dependencies in and on <memory>
Jonathan Wakely
1
-0
/
+1
2020-09-22
libstdc++: Introduce new headers for C++20 ranges components
Jonathan Wakely
1
-1
/
+3
2020-09-11
libstdc++: Split std::align/assume_aligned to bits/align.h
Thomas Rodgers
1
-0
/
+1
2020-08-19
libstdc++: integer-class types as per [iterator.concept.winc]
Patrick Palka
1
-0
/
+1
2020-07-07
libstdc++: Replace __int_limits with __numeric_traits_integer
Jonathan Wakely
1
-1
/
+0
2020-06-23
libstdc++: Regenerate makefiles
Jonathan Wakely
1
-0
/
+1
2020-02-17
libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)
Jonathan Wakely
1
-0
/
+1
2020-02-13
libstdc++: Implement ranges [specialized.algorithms]
Patrick Palka
1
-0
/
+1
2020-02-13
libstdc++: Move some ranges algos to a new header <bits/ranges_algobase.h>
Patrick Palka
1
-0
/
+1
2020-02-06
libstdc++: Implement C++20 constrained algorithms
Patrick Palka
1
-0
/
+1
2020-01-24
Add `--with-toolexeclibdir=' configuration option
Maciej W. Rozycki
1
-0
/
+1
2020-01-23
libstdc++: Simplify makefile rule for largefile-config.h (PR91947)
Jonathan Wakely
1
-16
/
+6
2020-01-18
[C++ coroutines] Initial implementation.
Iain Sandoe
1
-0
/
+1
2019-11-15
Support for jthread and stop_token
Thomas Rodgers
1
-0
/
+1
2019-11-06
libstdc++: Add compare_three_way and install <compare> header
Jonathan Wakely
1
-2
/
+3
2019-10-31
Partial implementation of C++20 of <ranges> header
Jonathan Wakely
1
-0
/
+1
2019-10-29
Add iterator concepts and range access customization points for C++20
Jonathan Wakely
1
-0
/
+1
2019-10-17
Define [range.cmp] comparisons for C++20
Jonathan Wakely
1
-0
/
+1
2019-10-11
Implement <concepts> header for C++20
Jonathan Wakely
1
-3
/
+4
2019-10-04
Build filesystem library with large file support
Jonathan Wakely
1
-0
/
+23
2019-09-05
Implement std::span for C++20
JeanHeyd Meneide
1
-0
/
+1
2019-07-31
Implement "P0631R4 Math Constants" for C++20
Jonathan Wakely
1
-0
/
+1
2019-06-12
Replace std::to_string for integers with optimized version
Jonathan Wakely
1
-0
/
+1
2019-06-07
Synchronize libstdc++ PSTL with upstream LLVM PSTL
Thomas Rodgers
1
-0
/
+1
2019-05-13
Remove Profile Mode, deprecated since GCC 7.1
Jonathan Wakely
1
-58
/
+1
2019-05-13
Remove array_allocator extension, deprecated since 4.9.0
Jonathan Wakely
1
-1
/
+0
2019-03-21
Integrate C++17 parallel algorithms
Thomas Rodgers
1
-2
/
+37
2019-02-27
PR libstdc++/89466 avoid slow xsltproc command in configure
Jonathan Wakely
1
-0
/
+1
2018-11-28
Implement uniform container erasure for C++20.
Edward Smith-Rowland
1
-1
/
+1
2018-10-31
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
Joseph Myers
1
-35
/
+88
2018-10-12
Initial commit of Networking TS implementation
Jonathan Wakely
1
-0
/
+9
[next]