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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-24
Revert ABI changes to std::allocator in C++20
Jonathan Wakely
1
-7
/
+12
2019-10-24
Simplify common case of use_future_t that uses std::allocator
Jonathan Wakely
1
-2
/
+43
2019-10-24
Define std::uniform_random_bit_generator concept for C++20
Jonathan Wakely
1
-0
/
+15
2019-10-23
Make std::invoke usable in constant expressions
Jonathan Wakely
2
-4
/
+8
2019-10-23
PR c++/91369 Implement P0784R7 changes to allocation and construction
Jonathan Wakely
7
-111
/
+207
2019-10-23
Only qualify function as constexpr for C++14 and later
Jonathan Wakely
1
-1
/
+1
2019-10-23
Qualify type names in <ext/throw_allocator.h>
Jonathan Wakely
1
-2
/
+2
2019-10-23
Adjust pb_ds extensions to use allocator_traits
Jonathan Wakely
36
-469
/
+328
2019-10-23
Adjust extension types to use allocator_traits
Jonathan Wakely
7
-28
/
+56
2019-10-22
Do not declare std::uses_allocator before C++11
Jonathan Wakely
1
-0
/
+2
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
15
-59
/
+154
2019-10-18
Implement std::ranges::less without std::less
Jonathan Wakely
1
-3
/
+12
2019-10-17
Define [range.cmp] comparisons for C++20
Jonathan Wakely
4
-0
/
+184
2019-10-17
PR libstdc++/92124 fix incorrect container move assignment
Jonathan Wakely
4
-8
/
+9
2019-10-16
Only use GCC-specific __is_same_as built-in conditionally
Jonathan Wakely
3
-4
/
+24
2019-10-11
Implement <concepts> header for C++20
Jonathan Wakely
5
-7
/
+363
2019-10-11
Use __is_same_as for std::is_same and std::is_same_v
Jonathan Wakely
1
-7
/
+4
2019-10-11
PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset
Jonathan Wakely
2
-154
/
+143
2019-10-11
Avoid warnings in <charconv>
Jonathan Wakely
1
-5
/
+5
2019-10-06
Add std::copy_n istreambuf_iterator specialization
François Dumont
1
-2
/
+17
2019-10-06
Add std::copy_n istreambuf_iterator specialization
François Dumont
2
-1
/
+27
2019-10-06
Add C++11 __iterator_category_t template alias.
François Dumont
2
-6
/
+8
2019-10-06
Add std::copy_n __glibcxx_requires_can_increment checks.
François Dumont
1
-0
/
+2
2019-10-04
Improve _GLIBCXX_DEBUG safe iterator range size computation.
François Dumont
4
-21
/
+39
2019-10-04
Build filesystem library with large file support
Jonathan Wakely
2
-0
/
+46
2019-10-04
Add missing header required by previous change
Jonathan Wakely
1
-0
/
+1
2019-10-04
Adjust tr1::_Hashtable to work with std::allocator in C++20
Jonathan Wakely
1
-2
/
+6
2019-10-04
Add <span> to <bits/stdc++.h> precompiled header
Jonathan Wakely
1
-1
/
+1
2019-10-03
Avoid reserved identifier in include/parallel/multiway_merge.h
Rainer Orth
1
-2
/
+2
2019-10-01
Make some new algorithms work in parallel mode
Jonathan Wakely
2
-3
/
+8
2019-10-01
Make some parallel mode algorithms usable in constexpr contexts
Jonathan Wakely
2
-1
/
+45
2019-10-01
Fix non-reserved names in Parallel Mode headers
Jonathan Wakely
4
-26
/
+26
2019-09-30
Implement C++20 constexpr comparison operators for __debug::array (P1023).
François Dumont
1
-0
/
+6
2019-09-30
Include netinet/in.h in include/experimental/internet
Andreas Tobler
1
-0
/
+3
2019-09-30
Implement LWG 3255 for std::span constructors
Jonathan Wakely
1
-21
/
+24
2019-09-30
PR libstdc++/77936 remove unused variable
Jonathan Wakely
1
-2
/
+0
2019-09-28
stl_algo.h (merge): Fix documentation.
François Dumont
4
-48
/
+123
2019-09-26
Define std::to_array for Debug Mode
Jonathan Wakely
1
-0
/
+39
2019-09-26
Implement C++20 constexpr changes to std::pair (P1032R1)
Jonathan Wakely
2
-12
/
+16
2019-09-26
Fix array index error in address_v6 comparisons
Jonathan Wakely
1
-2
/
+2
2019-09-26
Remove include directives for deleted Profile Mode headers
Jonathan Wakely
10
-40
/
+0
2019-09-25
Implement LWG 3296 for basic_regex::assign
Jonathan Wakely
1
-1
/
+3
2019-09-24
Remove check for impossible condition in std::variant::index()
Jonathan Wakely
1
-3
/
+1
2019-09-23
PR libstdc++/91788 improve codegen for std::variant<T...>::index()
Jonathan Wakely
1
-1
/
+11
2019-09-12
PR libstdc++/91748 fix std::for_each_n for random access iterators
Jonathan Wakely
1
-1
/
+5
2019-09-10
Implement std::common_reference for C++20
Jonathan Wakely
1
-6
/
+178
2019-09-10
LWG 3266. to_chars(bool) should be deleted
Jonathan Wakely
1
-1
/
+38
2019-09-10
Optimise std::remove_cv and use more helper aliases
Jonathan Wakely
1
-38
/
+48
2019-09-10
Implement C++20 p1424 - 'constexpr' feature macro concerns...
Edward Smith-Rowland
5
-9
/
+8
2019-09-09
Minor std::to_chars optimisation for base 10
Antony Polukhin
1
-3
/
+3
[next]