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
2017-05-08
Tweak static assertions in std::optional
Jonathan Wakely
3
-13
/
+14
2017-05-08
Clarify mt_allocator documentation w.r.t deallocation
Jonathan Wakely
3
-2
/
+9
2017-05-02
re PR bootstrap/69506 (check-in 232454 seems to cause problems with cygwin bu...
Hugo Beauzée-Luyssen
2
-0
/
+7
2017-04-29
48362.cc: Replace a regexp-test by a note-test.
François Dumont
2
-1
/
+6
2017-04-28
PR libstdc++/80553 don't allow destroying non-destructible types
Jonathan Wakely
5
-50
/
+164
2017-04-28
Remove superfluous "" in dg-error.
Jonathan Wakely
2
-1
/
+6
2017-04-28
Remove superfluous '{ target *-*-* }' in dg-(error|warning|message|bogus)
Tom de Vries
2
-1
/
+6
2017-04-27
Remove reundant const-qualification from cast targets
Jonathan Wakely
3
-3
/
+10
2017-04-26
Improve tests for vector and deque move-assignment
Jonathan Wakely
3
-8
/
+24
2017-04-24
PR libstdc++/80506 fix constant used in condition
Jonathan Wakely
2
-1
/
+5
2017-04-24
PR libstdc++/80504 qualify calls to avoid ADL
Jonathan Wakely
3
-4
/
+42
2017-04-24
PR libstdc++/80493 fix invalid exception specification
Jonathan Wakely
2
-1
/
+7
2017-04-21
PR libstdc++/80316 make promise::set_value throw no_state error
Jonathan Wakely
6
-29
/
+740
2017-04-21
Avoid deprecated warnings about std::auto_ptr in library headers
Jonathan Wakely
9
-5
/
+48
2017-04-20
PR libstdc++/68397 std::tr1::expint fails ... long double arguments.
Edward Smith-Rowland
4
-3
/
+104
2017-04-20
PR79862 check macro for type aliases that depend on <stdint.h>
Jonathan Wakely
2
-5
/
+21
2017-04-19
Rationalise ABI links in libstdc++ manual
Jonathan Wakely
7
-22
/
+27
2017-04-19
* libsupc++/new: Update comment on #endif directive.
Jonathan Wakely
2
-1
/
+3
2017-04-19
PR libstdc++/80448 remove noexcept from defaulted functions
Jonathan Wakely
2
-4
/
+8
2017-04-19
PR libstdc++/80446 cope with libc defining __has_builtin
Jonathan Wakely
3
-12
/
+22
2017-04-18
Fix incorrect results from std::boyer_moore_searcher
Jonathan Wakely
3
-27
/
+81
2017-04-11
faq.xml: Update reference link to C++ ABI for Itanium.
Gerald Pfeifer
3
-4
/
+9
2017-04-03
Remove duplicated entry in C++17 library status table
Jonathan Wakely
3
-14
/
+6
2017-04-03
Uncomment std::reference_wrapper tests that no longer fail
Jonathan Wakely
2
-6
/
+8
2017-04-03
Fix comments in libstdc++ header and test
Jonathan Wakely
3
-4
/
+7
2017-04-03
Update C++17 library status table in manual
Jonathan Wakely
5
-8
/
+93
2017-04-03
Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial)
Jonathan Wakely
3
-23
/
+143
2017-04-03
re PR libstdc++/79141 (std::pair<int,int> p = {}; fails to compile due to amb...
Ville Voutilainen
3
-3
/
+54
2017-04-03
Implement std::is_aggregate.
Ville Voutilainen
5
-0
/
+186
2017-03-29
Adjust optional's pretty printer for LWG 2900.
Ville Voutilainen
2
-0
/
+8
2017-03-29
Implement LWG 2900, The copy and move constructors of optional are not conste...
Ville Voutilainen
4
-160
/
+256
2017-03-28
PR libstdc++/80137 use std::nextafter instead of looping
Jonathan Wakely
3
-14
/
+33
2017-03-28
Add _GLIBCXX_RELEASE macro to "Using" section of manual
Jonathan Wakely
6
-25
/
+61
2017-03-28
PR libstdc++/80229 restore support for shared_ptr<function type>
Jonathan Wakely
4
-9
/
+45
2017-03-26
Fix PR80183 : _M_color not moved
Markus Trippelsdorf
2
-0
/
+7
2017-03-23
Fix Debug Mode test failures
Jonathan Wakely
5
-3
/
+13
2017-03-23
Fix broken links in manual and remove outdated info
Jonathan Wakely
15
-175
/
+46
2017-03-23
Implement LWG 2686, std::hash<error_condition>, for C++17
Daniel Kruegler
4
-4
/
+32
2017-03-23
Implement P0607R0 "Inline Variables for Standard Library" for C++17
Daniel Kruegler
21
-131
/
+250
2017-03-22
Add deduction guides for C++17 (P0433R2, partial)
Jonathan Wakely
27
-64
/
+852
2017-03-20
stl_deque.h (deque): Access allocator value_type only if concept checks are e...
François Dumont
10
-526
/
+574
2017-03-18
appendix_contributing.xml: Convert link to ansi.org to https.
Gerald Pfeifer
3
-22
/
+15
2017-03-17
Fix alignment bugs in std::codecvt_utf16
Jonathan Wakely
4
-157
/
+574
2017-03-16
PR libstdc++/79980 fix target type of cast
Jonathan Wakely
2
-1
/
+4
2017-03-16
PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 not UTF-8
Jonathan Wakely
3
-4
/
+103
2017-03-16
Fix encoding() and max_length() values for codecvt facets
Jonathan Wakely
6
-33
/
+341
2017-03-16
PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handling
Jonathan Wakely
5
-31
/
+296
2017-03-16
PR libstdc++/79511 fix endianness of UTF-16 data
Jonathan Wakely
3
-3
/
+79
2017-03-16
PR libstdc++/80064 make heap algorithms work with function types
Jonathan Wakely
3
-7
/
+49
2017-03-16
PR libstdc++/67440 make pretty printers work with GDB 7.6 again
Jonathan Wakely
2
-3
/
+8
[next]