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
2018-07-25
Add missing header for std::max_align_t
Jonathan Wakely
2
-1
/
+4
2018-07-25
Add new src/c++17 directory to list in acinclude.m4
Jonathan Wakely
4
-3
/
+7
2018-07-25
Move std::unique_lock definition to a separate header
Jonathan Wakely
7
-195
/
+268
2018-07-24
Add initial version of C++17 <memory_resource> header
Jonathan Wakely
24
-16
/
+2584
2018-07-24
PR libstdc++/86658 fix __niter_wrap to not copy invalid iterators
Jonathan Wakely
3
-1
/
+42
2018-07-24
Minor refactoring in <bit> header
Jonathan Wakely
2
-45
/
+48
2018-07-24
Reorder conditions in uses-allocator construction helper
Jonathan Wakely
5
-4
/
+18
2018-07-24
Make __resource_adaptor_imp usable with C++17 memory_resource
Jonathan Wakely
2
-55
/
+81
2018-07-24
PR libstdc++/70966 fix lifetime bug for default resource
Jonathan Wakely
2
-6
/
+16
2018-07-23
PR libstdc++/70940 optimize pmr::resource_adaptor for allocators using malloc
Jonathan Wakely
3
-20
/
+94
2018-07-20
PR libstdc++/86595 add missing noexcept
Jonathan Wakely
2
-2
/
+13
2018-07-20
Use default visibility to work around clang -fvisibility-inlines-hidden bug
Fangrui Song
2
-1
/
+6
2018-07-20
PR libstdc++/86603 Move __cpp_lib_list_remove_return_type macro
Jonathan Wakely
2
-1
/
+6
2018-07-19
Simplify the base characteristics for some type traits
Jonathan Wakely
3
-58
/
+93
2018-07-19
Use __builtin_memmove for trivially copyable types
Glen Joseph Fernandes
3
-2
/
+47
2018-07-17
PR libstdc++/86450 use -Wabi=2 and simplify -Werror use
Jonathan Wakely
17
-91
/
+55
2018-07-17
Remove unused explicit instantiation of __bind_simple
Jonathan Wakely
2
-79
/
+12
2018-07-16
* scripts/create_testsuite_files: Fix typo in comment.
Jonathan Wakely
2
-1
/
+3
2018-07-16
PR libstdc++/86537 remove less<shared_ptr<T>> partial specialization
Jonathan Wakely
4
-20
/
+78
2018-07-16
S/390: libstdc++: 64 and 32 bit baseline update
Andreas Krebbel
4
-0
/
+42
2018-07-06
functions.h (__gnu_debug::__check_string): Move...
François Dumont
5
-769
/
+871
2018-07-06
PR libstdc++/84928 use std::move in <numeric> algorithms
Jonathan Wakely
6
-8
/
+480
2018-07-06
Simplify linker script patterns for std::exception_ptr
Jonathan Wakely
2
-8
/
+6
2018-07-06
P0935R0 Eradicating unnecessarily explicit default constructors
Jonathan Wakely
8
-11
/
+269
2018-07-06
* include/std/variant (__accepted_index): Use void_t.
Jonathan Wakely
2
-3
/
+7
2018-07-05
PR libstdc++/85831 define move constructors and operators for exceptions
Jonathan Wakely
6
-22
/
+115
2018-07-05
Add xfail-if to some tests that fail with COW strings
Jonathan Wakely
4
-1
/
+11
2018-07-05
PR libstdc++/58265 add noexcept to basic_string::assign(basic_string&&)
Jonathan Wakely
4
-2
/
+16
2018-07-05
PR libstdc++/58265 implement LWG 2063 for COW strings
Jonathan Wakely
7
-4
/
+40
2018-07-05
Fix my yesterday ChangeLog entry.
François Dumont
1
-1
/
+2
2018-07-04
P0646R1 Improving the Return Value of Erase-Like Algorithms I
Jonathan Wakely
10
-30
/
+394
2018-07-04
P0458R2 Checking for Existence of an Element in Associative Containers
Jonathan Wakely
16
-20
/
+607
2018-07-04
re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...
François Dumont
8
-34
/
+85
2018-07-04
Define "random_device" effective target
Jonathan Wakely
7
-0
/
+45
2018-07-04
Fix std::__rotl and std::__rotr
Jonathan Wakely
2
-2
/
+7
2018-07-04
PR libstdc++/86398 fix std::is_trivially_constructible regression
Jonathan Wakely
5
-74
/
+100
2018-07-04
Optimize std::rotl and std::rotr, add test for std::popcount
Jonathan Wakely
3
-7
/
+117
2018-07-03
P0556R3 Integral power-of-2 operations, P0553R2 Bit operations
Jonathan Wakely
15
-0
/
+1525
2018-07-03
Remove redundant #if conditional
Jonathan Wakely
2
-5
/
+7
2018-07-03
stl_algobase.h (__niter_wrap): New.
François Dumont
4
-6
/
+56
2018-07-02
P0758R1 Implicit conversion traits
Jonathan Wakely
7
-5
/
+291
2018-07-02
P0887R1 The identity metafunction
Jonathan Wakely
5
-0
/
+173
2018-07-02
Optimize std::sub_match comparisons using string_view-like type
Jonathan Wakely
6
-139
/
+489
2018-06-29
Add whitespace to some dejagnu directives in libstdc++ tests
Jonathan Wakely
3
-2
/
+8
2018-06-27
stl_vector.h (struct _Vector_base<>::_Vector_impl_data): New.
François Dumont
5
-43
/
+225
2018-06-27
Add std::__is_byte<std::byte> specialization
Jonathan Wakely
2
-0
/
+14
2018-06-27
Declare some explicit instantiations for strings in Debug Mode
Jonathan Wakely
2
-4
/
+10
2018-06-26
sample-2.cc: Add TLS DejaGNU directives.
David Edelsohn
3
-0
/
+10
2018-06-26
Add missing noexcept on definition to match declaration
Jonathan Wakely
2
-1
/
+6
2018-06-25
PR libstdc++/86112 fix printers for Python 2.6
Jonathan Wakely
2
-1
/
+6
[next]