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
2019-11-15
libstdc++: Fix changelog whitespace
Jonathan Wakely
1
-3
/
+4
2019-11-15
Support for jthread and stop_token
Thomas Rodgers
16
-0
/
+1197
2019-11-15
Implement the <array> part of C++20 p1032 Misc constexpr bits.
Edward Smith-Rowland
4
-3
/
+89
2019-11-14
libstdc++: Implement new predicate concepts from P1716R3
Jonathan Wakely
4
-16
/
+54
2019-11-14
libstdc++: Rename disable_sized_sentinel [P1871R1]
Jonathan Wakely
4
-8
/
+14
2019-11-13
libsupc++: Implement comparison algorithms for C++20
Jonathan Wakely
5
-10
/
+641
2019-11-11
Update link to "Why not LGPL".
Gerald Pfeifer
2
-2
/
+6
2019-11-10
Switch www.hboehm.info to https
Gerald Pfeifer
2
-1
/
+5
2019-11-08
libsupc++: add <compare> to precompiled header
Jonathan Wakely
3
-1
/
+5
2019-11-08
libstdc++: define std::common_comparison_category for C++20
Jonathan Wakely
3
-18
/
+133
2019-11-07
libstdc++: make negative count safe with std::for_each_n
Jonathan Wakely
3
-0
/
+51
2019-11-07
Implement D1959R0, remove weak_equality and strong_equality.
Jason Merrill
2
-134
/
+6
2019-11-06
libstdc++: Add compare_three_way and install <compare> header
Jonathan Wakely
4
-11
/
+41
2019-11-06
libstdc++: remove redundant equality operators
Jonathan Wakely
3
-26
/
+7
2019-11-05
Implement C++20 operator<=>.
Jason Merrill
7
-4
/
+658
2019-11-05
Fix <version> header for freestanding
Jonathan Wakely
2
-48
/
+67
2019-11-05
Remove incorrect comment
Jonathan Wakely
2
-1
/
+5
2019-10-31
Regenerate libstdc++ HTML docs
Jonathan Wakely
6
-6
/
+72
2019-10-31
Add remaining changes from P1065R2 "constexpr INVOKE"
Jonathan Wakely
8
-15
/
+257
2019-10-31
Partial implementation of C++20 of <ranges> header
Jonathan Wakely
26
-16
/
+488
2019-10-31
Improve tests for std::add_pointer
Jonathan Wakely
2
-1
/
+9
2019-10-31
Remove PR 92268 workaround and fix new test failures
Jonathan Wakely
4
-25
/
+34
2019-10-31
Fix handling of arrays in range access customization points
Jonathan Wakely
6
-46
/
+164
2019-10-31
Check precondition for std::ssize(const Container&)
Jonathan Wakely
7
-0
/
+56
2019-10-30
Use if-constexpr instead of overloading for customization point
Jonathan Wakely
2
-15
/
+30
2019-10-30
Fix another compilation error with Clang
Jonathan Wakely
2
-1
/
+4
2019-10-30
Fix some missing/incorrect feature test macros
Jonathan Wakely
7
-2
/
+121
2019-10-30
Remove some more using-declarations from namespace __gnu_cxx
Jonathan Wakely
5
-37
/
+40
2019-10-30
Apply C++20 changes to various iterator types
Jonathan Wakely
22
-11
/
+899
2019-10-30
Fix typo in preprocessor check
Jonathan Wakely
2
-1
/
+5
2019-10-29
Fix compilation errors with Clang
Jonathan Wakely
3
-1
/
+11
2019-10-29
Fix compilation errors with Clang
Jonathan Wakely
4
-11
/
+24
2019-10-29
Add iterator concepts and range access customization points for C++20
Jonathan Wakely
40
-77
/
+4262
2019-10-29
Minor improvements to testsuite iterator utilities
Jonathan Wakely
2
-10
/
+24
2019-10-29
PR libstdc++/92267 fix ABI change in deque iterators
Jonathan Wakely
3
-3
/
+40
2019-10-26
codecvt.xml: Switch pubs.opengroup.org to https.
Gerald Pfeifer
4
-3
/
+9
2019-10-26
baseline_symbols.txt: Update.
John David Anglin
2
-0
/
+450
2019-10-25
Use implicitly-defined copy operations for test iterators
Jonathan Wakely
2
-50
/
+47
2019-10-25
Fix compilation with Clang
Jonathan Wakely
3
-1
/
+36
2019-10-25
Guard use of concepts with feature test macro
Jonathan Wakely
2
-1
/
+8
2019-10-25
policy_data_structures_biblio.xml: Switch pubs.opengroup.org to https.
Gerald Pfeifer
2
-1
/
+6
2019-10-25
* doc/xml/gnu/gpl-3.0.xml: Switch www.gnu.org to https.
Gerald Pfeifer
2
-1
/
+5
2019-10-25
status_cxx2020.xml: Add rows and update status.
Edward Smith-Rowland
2
-0
/
+158
2019-10-24
Revert ABI changes to std::allocator in C++20
Jonathan Wakely
7
-10
/
+64
2019-10-24
Simplify common case of use_future_t that uses std::allocator
Jonathan Wakely
2
-2
/
+48
2019-10-24
PR libstdc++/88338 Implement P0898R3, C++20 concepts library
Jonathan Wakely
5
-5
/
+64
2019-10-24
Define std::uniform_random_bit_generator concept for C++20
Jonathan Wakely
4
-1
/
+244
2019-10-23
Make std::invoke usable in constant expressions
Jonathan Wakely
4
-4
/
+50
2019-10-23
PR c++/91369 Implement P0784R7 changes to allocation and construction
Jonathan Wakely
13
-111
/
+343
2019-10-23
Replace C++14 feature used in C++11 test
Jonathan Wakely
2
-2
/
+4
[next]