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
2016-10-11
Enable printers and xmethods for std::__cxx11::list
Jonathan Wakely
1
-3
/
+0
2016-10-11
Make any's copy assignment operator exception-safe,
Ville Voutilainen
5
-15
/
+196
2016-10-10
Implement constexpr std::addressof for C++17
Jonathan Wakely
3
-2
/
+57
2016-10-10
Define std::allocator<T>::is_always_equal
Jonathan Wakely
2
-0
/
+4
2016-10-10
LWG 2733, LWG 2759 reject bool in gcd and lcm
Jonathan Wakely
2
-0
/
+78
2016-10-10
Add noexcept to enable_shared_from_this::weak_from_this
Jonathan Wakely
1
-0
/
+3
2016-10-08
Further P0135 refinement.
Jason Merrill
1
-2
/
+2
2016-10-07
Implement std::has_unique_object_representations
Jonathan Wakely
3
-0
/
+171
2016-10-06
Make std::scoped_allocator_adaptor's OUTERMOST recursive
Jonathan Wakely
2
-0
/
+157
2016-10-05
70564 fix newly-added tests for not_fn
Jonathan Wakely
2
-2
/
+4
2016-10-05
PR 70101 fix allocator-extended ctors for std::priority_queue
Jonathan Wakely
1
-0
/
+62
2016-10-05
77864 Fix noexcept conditions for map/set default constructors
Jonathan Wakely
4
-0
/
+128
2016-10-05
PR 70564 disambiguate constructors for not_fn call wrapper
Jonathan Wakely
2
-0
/
+14
2016-10-03
Define std::gcd and std::lcm for C++17
Jonathan Wakely
4
-19
/
+104
2016-10-03
Fix libstdc++ versioned namespace build
Jonathan Wakely
10
-17
/
+82
2016-10-03
Ensure "C++" language linkage for std::abs overloads
Jonathan Wakely
1
-3
/
+10
2016-10-03
re PR libstdc++/77802 (Boost Fiber doesn't compile)
Ville Voutilainen
3
-245
/
+50
2016-09-30
libstdc++/77795 Only declare ::gets for C++98 and C++11
Jonathan Wakely
1
-0
/
+25
2016-09-30
Implement LWG 2192 and LWG 2294 for std::abs
Jonathan Wakely
4
-0
/
+131
2016-09-30
Remove use of std::abs in experimental::{gcd,lcm}
Jonathan Wakely
3
-0
/
+29
2016-09-29
Make optional::reset noexcept, make optional::value work in constant expressi...
Ville Voutilainen
2
-0
/
+70
2016-09-29
Disable .gnu.attributes tags in compatibility-ldbl.o
Alan Modra
1
-0
/
+1
2016-09-28
Check for overflow in filesystem::last_write_time
Jonathan Wakely
2
-2
/
+130
2016-09-27
Define feature macro and update C++17 library status
Jonathan Wakely
1
-0
/
+6
2016-09-27
Define 3-argument overloads of std::hypot for C++17 (P0030R1)
Jonathan Wakely
1
-0
/
+138
2016-09-26
re PR libstdc++/77727 (Unwrapping std::optional constructor is not working fo...
Ville Voutilainen
1
-0
/
+51
2016-09-26
re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/comp...
Ville Voutilainen
1
-2
/
+2
2016-09-25
debug.cc: Include debug/vector.
François Dumont
1
-0
/
+42
2016-09-23
Avoid reallocation for basic_string::clear()
Jonathan Wakely
2
-0
/
+189
2016-09-22
Implement C++17 node extraction and insertion (P0083R5)
Jonathan Wakely
18
-2
/
+2175
2016-09-22
Fix tests on old arm platforms for optional.
Ville Voutilainen
1
-3
/
+2
2016-09-22
Update pretty printer for std::variant
Jonathan Wakely
1
-0
/
+3
2016-09-22
Always qualify std::forward in <variant>
Jonathan Wakely
1
-0
/
+47
2016-09-22
variant (variant::operator=): Fix assignment on references.
Tim Shen
1
-0
/
+6
2016-09-22
re PR libstdc++/77641 (std::variant copy-initialization fails for type with n...
Tim Shen
1
-0
/
+9
2016-09-21
re PR libstdc++/77288 (Std::experimental::optional::operator= implementation ...
Ville Voutilainen
2
-4
/
+414
2016-09-21
Implement LWG 2729 for tuple.
Ville Voutilainen
2
-1
/
+245
2016-09-21
re PR libstdc++/77537 (pair constructors do not properly SFINAE)
Ville Voutilainen
1
-0
/
+76
2016-09-20
re PR libstdc++/77619 (uninitialized_meow_construct and friends not exception...
Ville Voutilainen
1
-0
/
+183
2016-09-19
Make libstdc++ tests FAIL on Python errors
Jonathan Wakely
1
-0
/
+6
2016-09-19
Improve pretty printer for std::variant
Jonathan Wakely
1
-0
/
+91
2016-09-15
Fix testsuite to not increment bool
Jonathan Wakely
2
-1
/
+13
2016-09-14
typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.
Marek Polacek
1
-0
/
+1
2016-09-14
Fix dg-require before dg-run directives in testsuite.
Christophe Lyon
22
-23
/
+22
2016-09-13
Implement P0040R3, Extending memory management tools.
Ville Voutilainen
1
-0
/
+132
2016-09-12
Implement P0253R1, Fixing a design mistake in the searchers interface in Libr...
Ville Voutilainen
1
-9
/
+9
2016-09-12
Implement C++17 string searchers.
Ville Voutilainen
1
-0
/
+138
2016-09-12
[libstdc++-v3] Fix dg-require before dg-run directives in testsuite.
Matthew Wahab
196
-196
/
+197
2016-08-31
Constrain std::shared_ptr assignment and resetting
Jonathan Wakely
5
-20
/
+171
2016-08-31
Move comparison object in map/set move assignment
Jonathan Wakely
1
-0
/
+58
[next]