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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-08
Test for C++20 p0858 - ConstexprIterator requirements.
Edward Smith-Rowland
3
-0
/
+91
2019-06-07
Synchronize libstdc++ PSTL with upstream LLVM PSTL
Thomas Rodgers
68
-888
/
+967
2019-06-07
Fix test that gets skipped as unsupported
Jonathan Wakely
2
-1
/
+4
2019-06-07
PR libstdc++/90770 fix missing src/debug/Makefile
Jonathan Wakely
4
-3
/
+10
2019-06-06
Avoid unnecessary inclusion of <stdexcept> header
Jonathan Wakely
7
-3
/
+17
2019-06-06
Fix more failing tests for C++98 mode
Jonathan Wakely
14
-1
/
+39
2019-06-06
Fix more tests that fail in C++2a mode
Jonathan Wakely
3
-2
/
+8
2019-06-06
Fix tests that fail in C++2a mode
Jonathan Wakely
33
-180
/
+113
2019-06-06
Remove redundant static assertions in [meta.unary.prop] traits
Jonathan Wakely
7
-28
/
+88
2019-06-06
Fix tests that fail with -std=gnu++98 or -std=gnu++11
Jonathan Wakely
8
-13
/
+41
2019-06-06
Refactor SFINAE constraints on std::tuple constructors
Jonathan Wakely
4
-518
/
+492
2019-06-03
Fix uses of static_assert not guarded by C++11 check
Jonathan Wakely
3
-0
/
+9
2019-06-03
Rename variables and cleanup comments.
François Dumont
3
-155
/
+168
2019-06-03
Corrections for C++2a library status table
Jonathan Wakely
3
-4
/
+23
2019-06-03
PR libstdc++/90686 update C++2a library status docs
Jonathan Wakely
5
-8
/
+268
2019-06-03
Enforce allocator::value_type consistency for containers in C++2a
Jonathan Wakely
23
-9
/
+402
2019-05-31
* doc/xml/manual/allocator.xml: Move hoard.org back to http.
Gerald Pfeifer
2
-1
/
+5
2019-05-31
Add noexcept to tuple<> and simplify tuple<T1,T2> noexcept-specifiers
Jonathan Wakely
2
-12
/
+23
2019-05-31
Fix breakage due to removing __gnu_cxx::size_t declaration
Jonathan Wakely
2
-0
/
+4
2019-05-31
PR libstdc++/90682 allow set_terminate(0) and set_unexpected(0)
Jonathan Wakely
6
-15
/
+171
2019-05-31
Remove using-declarations that add std names to __gnu_cxx
Jonathan Wakely
15
-405
/
+413
2019-05-31
PR libstdc++/71579 assert that type traits are not misused with incomplete types
Antony Polukhin
17
-81
/
+614
2019-05-31
Fix random_device to work with COW strings again
Jonathan Wakely
7
-58
/
+86
2019-05-30
LWG2788 basic_string spurious use of a default constructible allocator
Nina Dinka Ranns
4
-1
/
+182
2019-05-30
Update libstdc++ documentation for Support and Diagnostics clauses
Jonathan Wakely
10
-178
/
+440
2019-05-30
Update C++20 status table
Jonathan Wakely
3
-5
/
+8
2019-05-30
Update documentation of implementation-defined library features
Jonathan Wakely
4
-31
/
+60
2019-05-29
PR libstdc++/85494 fix failing test
Jonathan Wakely
2
-8
/
+64
2019-05-29
PR libstdc++/88881 fix filesystem::symlink_status for Windows
Jonathan Wakely
5
-14
/
+97
2019-05-29
Optimize filesystem::path::parent_path()
Jonathan Wakely
2
-5
/
+6
2019-05-29
Avoid -Wunused-parameter warnings from testsuite utility
Jonathan Wakely
2
-6
/
+5
2019-05-29
PR libstdc++/85494 use rdseed and rand_s in std::random_device
Jonathan Wakely
12
-95
/
+490
2019-05-28
PR libstdc++/90634 reduce allocations in filesystem::path construction
Jonathan Wakely
5
-4
/
+215
2019-05-28
Fix C++14-only code in testsuite utility
Jonathan Wakely
2
-2
/
+7
2019-05-26
appendix_contributing.xml: Update pointer to C++ standard at ansi.org.
Gerald Pfeifer
2
-1
/
+6
2019-05-24
Fix std::midpoint(T*, T*) for reversed arguments
Jonathan Wakely
3
-2
/
+6
2019-05-24
Fix broken shared_ptr test
Jonathan Wakely
3
-11
/
+16
2019-05-23
Fix testsuite bugs
Jonathan Wakely
4
-26
/
+69
2019-05-23
LWG 2996 add rvalue overloads for shared_ptr aliasing and casting
Jonathan Wakely
11
-29
/
+416
2019-05-23
LWG 2921 remove packaged_task constructors taking allocators
Jonathan Wakely
8
-26
/
+61
2019-05-23
From what I understand of the libstdc++/83237 thread at
Hans-Peter Nilsson
2
-0
/
+9
2019-05-23
Add missing feature test macro to C++17 status table
Jonathan Wakely
4
-5
/
+9
2019-05-23
Make any_cast compare typeinfo as well as function pointers
Jonathan Wakely
3
-7
/
+24
2019-05-23
PR libstdc++/90220 fix experimental::any_cast for non-object types
Jonathan Wakely
3
-8
/
+96
2019-05-22
PR libstdc++/90557 fix path assignment that alters source
Jonathan Wakely
4
-4
/
+33
2019-05-22
PR libstdc++/77691 fix resource_adaptor failures due to max_align_t bugs
Jonathan Wakely
4
-43
/
+94
2019-05-21
LWG 3062 - Unnecessary decay_t in is_execution_policy_v
Thomas Rodgers
2
-0
/
+12
2019-05-21
PR libstdc++/90252 fix effective-target check for TBB
Jonathan Wakely
2
-28
/
+32
2019-05-21
Fix names of _Lock_policy constants in libstdc++ manual
Jonathan Wakely
2
-3
/
+7
2019-05-21
tbb-backend effective target should check ability to link TBB
Thomas Rodgers
2
-2
/
+14
[next]