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
/
testsuite
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-24
Implement P0558R2 changes to std::atomic
Jonathan Wakely
7
-2
/
+550
2018-05-23
Refactor path construction from null terminated iterator ranges
Jonathan Wakely
6
-33
/
+185
2018-05-23
Fix handling of an empty filename at end of a path
Jonathan Wakely
2
-1
/
+52
2018-05-21
Add support for opening file streams from wide character strings
Jonathan Wakely
7
-0
/
+430
2018-05-21
Fix std::filesystem::absolute for empty paths
Jonathan Wakely
1
-1
/
+5
2018-05-21
PR libstdc++/85818 make new test require Filesystem support
Jonathan Wakely
1
-0
/
+1
2018-05-19
Fix std::codecvt_utf8<wchar_t> for Mingw
Jonathan Wakely
2
-3
/
+54
2018-05-18
2018-05-18 François Dumont <fdumont@gcc.gnu.org>
François Dumont
8
-4
/
+152
2018-05-18
PR libstdc++/85098 add missing definitions for static constants
Jonathan Wakely
1
-0
/
+45
2018-05-17
PR libstdc++/85818 ensure path::preferred_separator is defined
Jonathan Wakely
1
-0
/
+34
2018-05-15
PR libstdc++/85749 constrain seed sequences for random number engines
Jonathan Wakely
8
-1
/
+607
2018-05-15
PR libstdc++/83891 fix path::is_absolute() for non-POSIX targets
Jonathan Wakely
3
-1
/
+125
2018-05-15
Remove unused headers from tests
Jonathan Wakely
22
-22
/
+0
2018-05-15
PR libstdc++/84159 fix appending strings to paths
Jonathan Wakely
4
-36
/
+246
2018-05-14
PR libstdc++/81256 fix exception handling in basic_filebuf::close
Jonathan Wakely
1
-0
/
+109
2018-05-14
PR libstdc++/82966 fix swapping of node handles
Jonathan Wakely
1
-0
/
+48
2018-05-13
re PR libstdc++/80165 (Constexpr tuple of variant doesn't work)
Ville Voutilainen
1
-0
/
+12
2018-05-11
...and actually resture the *new* testcase.
Edward Smith-Rowland
1
-265
/
+265
2018-05-11
Restore the testcase that was clobbered by the recent PR83140 patches.
Edward Smith-Rowland
1
-0
/
+2052
2018-05-10
PR libstdc++/83140 - assoc_legendre returns negated value when m is odd
Edward Smith-Rowland
2
-2319
/
+267
2018-05-09
safe_iterator.h (_Safe_iterator<>::_M_constant()): Rename in...
François Dumont
3
-0
/
+102
2018-05-09
Make std::function tolerate semantically non-CopyConstructible objects
Jonathan Wakely
1
-0
/
+39
2018-05-07
Rollback bad commits! Sorry!
Edward Smith-Rowland
4
-84
/
+0
2018-05-07
Revert 20001.
Edward Smith-Rowland
6
-267
/
+2403
2018-05-07
Moar PR libstdc++/80506
Edward Smith-Rowland
2
-2319
/
+267
2018-05-04
PR libstdc++/85642 fix is_nothrow_default_constructible<optional<T>>
Jonathan Wakely
2
-3
/
+66
2018-05-03
PR libstdc++/82644 define TR1 hypergeometric functions in strict modes
Jonathan Wakely
2
-0
/
+62
2018-05-03
PR libstdc++/85632 fix wraparound in filesystem::space
Jonathan Wakely
2
-0
/
+66
2018-05-03
Add tests for std::remove_cvref
Jonathan Wakely
4
-0
/
+165
2018-05-03
PR libstdc++/84087 add default arguments to basic_string members (LWG 2268)
Jonathan Wakely
1
-0
/
+45
2018-05-03
PR libstdc++/84535 constrain std::thread constructor
Jonathan Wakely
1
-0
/
+31
2018-05-02
deque.tcc (deque<>::_M_assign_aux): Cast to void to ensure overloaded comma n...
François Dumont
4
-0
/
+154
2018-05-02
PR libstdc++/68197 fail on negative iword/pword indices
Jonathan Wakely
1
-0
/
+95
2018-05-02
PR libstdc++/83860 avoid dangling references in valarray closure types
Jonathan Wakely
1
-0
/
+110
2018-05-02
Remove duplicate function call in test
Jonathan Wakely
1
-1
/
+0
2018-05-02
PR libstdc++/69608 Move semantics for strstreambuf
Jonathan Wakely
1
-0
/
+244
2018-04-18
PR libstdc++/84442 if _Exit isn't declared then use _exit instead
Jonathan Wakely
1
-0
/
+11
2018-04-16
Make Filesystem TS tests pass in C++17 mode
Jonathan Wakely
64
-65
/
+64
2018-04-10
PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...
Jonathan Wakely
12
-91
/
+113
2018-04-04
PR libstdc++/85183 fix std::variant move-assignment
Jonathan Wakely
1
-0
/
+35
2018-03-22
PR libstdc++/85040 fix std::less<void> etc. ambiguities
Jonathan Wakely
1
-0
/
+34
2018-03-22
xfail experimental/memory_resource/resource_adaptor.cc on 32-bit Solaris/x86 ...
Rainer Orth
1
-0
/
+1
2018-03-21
Fix some libstdc++ testsuite failures
Jonathan Wakely
4
-1
/
+90
2018-03-17
Fix new test that fails in C++98 mode
Jonathan Wakely
1
-10
/
+10
2018-03-14
PR libstdc++/78420 Make std::less etc. yield total order for pointers
Jonathan Wakely
1
-0
/
+206
2018-03-12
PR libstdc++/84773 use aligned alloc functions for FreeBSD and MinGW cross-co...
Jonathan Wakely
1
-0
/
+42
2018-03-08
printers.py (NodeIteratorPrinter): New.
François Dumont
2
-4
/
+8
2018-03-06
re PR libstdc++/84601 (std::optional<std::pair<int, int>> is not assignment c...
Ville Voutilainen
2
-3
/
+25
2018-03-02
PR libstdc++/84671 handle digit separators in duration literals
Jonathan Wakely
1
-0
/
+26
2018-02-27
Implement the missing bits of LWG 2769
Ville Voutilainen
2
-13
/
+19
[next]