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.am
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-14
libstdc++: Implement C++23 <print> header [PR107760]
Jonathan Wakely
1
-0
/
+1
2023-11-17
libstdc++: Define C++26 saturation arithmetic functions (P0543R3)
Jonathan Wakely
1
-0
/
+1
2023-11-16
libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667]
Jonathan Wakely
1
-0
/
+1
2023-10-24
libstdc++: Include cstdarg in freestanding
Paul M. Bendixen
1
-3
/
+3
2023-08-16
libstdc++: Implement more maintainable <version> header
Arsen Arsenović
1
-1
/
+9
2023-02-16
libstdc++: Implement <experimental/synchronized_value> (P0290)
Jonathan Wakely
1
-0
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-13
libstdc++: Enable string_view in freestanding
Arsen Arsenović
1
-3
/
+3
2022-12-22
libstdc++: Add std::format support to <chrono>
Jonathan Wakely
1
-0
/
+1
2022-11-18
libstdc++: add experimental Contracts support
Jeff Chapman II
1
-0
/
+1
2022-11-13
libstdc++: Implement C++20 <format> [PR104166]
Jonathan Wakely
1
-0
/
+1
2022-10-18
libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...
Jakub Jelinek
1
-0
/
+1
2022-10-03
libstdc++: Rework how freestanding install works [PR106953]
Arsen Arsenović
1
-147
/
+153
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+1
2022-10-03
libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626]
Jonathan Wakely
1
-1
/
+1
2022-08-05
libstdc++: Implement <experimental/scope> from LFTSv3
Jonathan Wakely
1
-0
/
+1
2022-07-01
libstdc++: Add missing prerequisite to generated header [PR106162]
Jonathan Wakely
1
-1
/
+1
2022-05-19
libstdc++: Ensure pmr aliases work without <memory_resource>
Jonathan Wakely
1
-0
/
+1
2022-03-27
libstdc++: Define std::expected for C++23 (P0323R12)
Jonathan Wakely
1
-0
/
+1
2022-01-18
libstdc++: Define <stdatomic.h> for C++23
Jonathan Wakely
1
-0
/
+1
2022-01-17
libstdc++: Define <stacktrace> header for C++23
Jonathan Wakely
1
-0
/
+1
2022-01-17
libstdc++: Rename non-reserved macros in config header [PR103650]
Jonathan Wakely
1
-0
/
+2
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-03
Update copyright years.
Jakub Jelinek
1
-1
/
+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
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
1
-0
/
+6
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-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
[next]