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
2015-09-10
* testsuite/util/testsuite_allocator.h (PointerBase::operator[]): Add.
Jonathan Wakely
1
-0
/
+1
2015-09-10
1.cc: Verify the string contents.
Jonathan Wakely
1
-0
/
+2
2015-09-07
Relax Debug Mode assertions on operator-> for smart pointers.
Jonathan Wakely
1
-0
/
+13
2015-09-07
Rename shadowed variable in libstdc++ test.
Jonathan Wakely
1
-4
/
+4
2015-09-07
Enable timed mutex unlock tests on darwin.
Jonathan Wakely
2
-2
/
+2
2015-09-04
Add portable timed_mutex and recursive_timed_mutex.
Jonathan Wakely
33
-33
/
+0
2015-09-04
Add C++11 header <cuchar>.
Edward Smith-Rowland
2
-0
/
+9
2015-09-03
Make std::experimental::not_fn SFINAE-friendly.
Jonathan Wakely
1
-2
/
+30
2015-09-03
Add concept checks to std::next and std::prev.
Jonathan Wakely
2
-0
/
+84
2015-09-03
libstdc++: Run tests on RTEMS
Sebastian Huber
204
-394
/
+394
2015-08-28
re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws)
Tim Shen
1
-0
/
+42
2015-08-27
re PR libstdc++/67374 (std::cbegin can't call valarray range access functions)
Jonathan Wakely
2
-0
/
+39
2015-08-26
Ensure std::generate_canonical doesn't return 1.
Edward Smith-Rowland
1
-0
/
+57
2015-08-26
Only set std::enable_shared_from_this member once.
Jonathan Wakely
3
-0
/
+114
2015-08-25
re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)
François Dumont
3
-0
/
+160
2015-08-25
Revert my change to commit with PR reference again.
François Dumont
3
-160
/
+0
2015-08-24
formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.
François Dumont
3
-0
/
+160
2015-08-24
re PR libstdc++/65049 (Undefined behaviour with std::char_traits<char>)
Jonathan Wakely
4
-0
/
+192
2015-08-24
re PR libstdc++/67309 (Error compiling with -std=c++11 and -fsingle-precision...
Jonathan Wakely
2
-1
/
+23
2015-08-20
libstdc++/67294 Don't run timed mutex tests on Darwin
Jonathan Wakely
2
-4
/
+4
2015-08-20
any (__any_caster): Define at namespace scope so the name is visible to name ...
Jonathan Wakely
1
-1
/
+1
2015-08-18
re PR c++/67216 (false is still a null pointer constant)
Jonathan Wakely
1
-2
/
+2
2015-08-14
any (any::operator=(const any&)): Move check for self-assignment.
Jonathan Wakely
2
-2
/
+54
2015-08-14
array: Add feature-test macro.
Jonathan Wakely
1
-1
/
+1
2015-08-13
neg.s: Remove.
Ville Voutilainen
2
-1
/
+0
2015-08-13
Implement std::experimental::fundamentals_v2::make_array and std::experimenta...
Ville Voutilainen
4
-0
/
+76
2015-08-13
2.cc: New.
Jonathan Wakely
6
-0
/
+258
2015-08-09
Implement N4279, Improved insertion interface for unique-key maps.
Ville Voutilainen
4
-0
/
+1213
2015-08-08
Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG ...
Ville Voutilainen
7
-29
/
+98
2015-08-05
constexpr.cc: Remove redundant -save-temps option.
Nikolai Bozhenov
6
-6
/
+6
2015-07-30
current_path.cc: Use canonical paths for comparisons.
Jonathan Wakely
1
-3
/
+3
2015-07-30
any (any::operator=(const any&)): Check for self-assignment.
Jonathan Wakely
2
-1
/
+42
2015-07-29
re PR libstdc++/66829 (FAIL: 23_containers/multiset/modifiers/erase/dr130-lin...
Jonathan Wakely
1
-1
/
+1
2015-07-29
* testsuite/24_iterators/container_access.cc: New.
Jonathan Wakely
1
-0
/
+89
2015-07-29
re PR libstdc++/60970 (Support std::hash with enum types (LWG 2148))
Ville Voutilainen
1
-0
/
+36
2015-07-29
re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...
Tim Shen
1
-0
/
+57
2015-07-24
libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
Michael Haubenwallner
1
-1
/
+1
2015-07-16
stl_algobase.h (__miter_base): Move...
François Dumont
1
-0
/
+44
2015-07-13
re PR libstdc++/66855 (codecvt wrong endianness in UTF-16 conversions)
Jonathan Wakely
1
-0
/
+52
2015-07-13
c++config (_GLIBCXX_NOEXCEPT_IF): Define.
Jonathan Wakely
14
-153
/
+182
2015-07-05
hashtable.h (_Hashtable<>::__rehash_policy): Do not rehash container.
François Dumont
1
-14
/
+20
2015-07-03
Implement std::experimental::fundamentals_v2::propagate_const.
Ville Voutilainen
17
-0
/
+652
2015-07-01
alloc_traits.h (__alloctr_rebind): Remove.
Jonathan Wakely
2
-1
/
+5
2015-07-01
ptr_traits.h (__ptrtr_elt_type, [...]): Remove
Jonathan Wakely
2
-2
/
+19
2015-07-01
Implement N4502, the C++ Detection Idiom.
Jonathan Wakely
1
-0
/
+85
2015-06-30
Implement N4387, "Improving pair and tuple", and LWG 2367.
Ville Voutilainen
5
-3
/
+481
2015-06-26
Implement N4258 (Cleaning-up noexcept in the Library rev 3)
Jonathan Wakely
15
-28
/
+83
2015-06-24
get_neg.cc: Adjust dg-error line numbers.
Paolo Carlini
2
-4
/
+4
2015-06-23
array: Include <array>.
François Dumont
2
-4
/
+4
2015-06-22
1.cc: Use non-negative rho argument.
Jonathan Wakely
1
-1
/
+1
[next]