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/gfortran-test
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-15
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-15
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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-12
libstdc++: Add __gnu_debug::basic_string<>::compare overloads
François Dumont
1
-1
/
+1
2022-09-12
libstdc++: Outline the overlapping case of string _M_replace into a separate ...
Jakub Jelinek
1
-1
/
+2
2022-09-08
libstdc++: mallinfo deprecated, use mallinfo2 when glibc => 2.33
François Dumont
1
-33
/
+30
2022-07-19
libstdc++: Complete __gnu_debug::string Standard conformity
François Dumont
1
-0
/
+20
2022-07-05
libstdc++: testsuite: why cast getpid result
Alexandre Oliva
1
-1
/
+2
2022-07-05
libstdc++: testsuite: cast getpid result
Alexandre Oliva
1
-1
/
+1
2022-06-27
libstdc++: testsuite: avoid predicable mkstemp
Joel Brobecker
1
-19
/
+38
2022-06-23
libstdc++: testsuite: skip fs last_write_time tests if dummy
Alexandre Oliva
1
-0
/
+5
2022-06-23
libstdc++: testsuite: skip fs space tests on dummy implementations
Alexandre Oliva
1
-0
/
+5
2022-06-23
libstdc++: testsuite: conditionalize symlink tests
Alexandre Oliva
1
-0
/
+4
2022-05-05
libstdc++: Fixes for tests that fail with -fno-rtti
Jonathan Wakely
1
-0
/
+8
2022-03-17
libstdc++: Fix comment in testsuite utility
Jonathan Wakely
1
-3
/
+2
2022-03-16
libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]
Jonathan Wakely
1
-0
/
+13
2022-02-14
libstdc++: Fix stream extraction of IEEE128 long double [PR100912]
Jonathan Wakely
1
-5
/
+3
2022-01-14
libstdc++: Add attribute to features deprecated in C++17 [PR91260]
Jonathan Wakely
2
-5
/
+18
2022-01-05
libstdc++: Optimize operations on small size hashtable [PR 68303]
François Dumont
1
-1
/
+1
2022-01-05
libstdc++: Reduce template instantiations in <regex>
Jonathan Wakely
1
-12
/
+12
2022-01-05
libstdc++: Compare match_results for failed regex_match
Jonathan Wakely
1
-2
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
120
-120
/
+120
2021-11-17
libstdc++: Fix std::type_info::before for ARM [PR103240]
Jonathan Wakely
1
-0
/
+12
2021-11-12
libstdc++: Print assertion messages to stderr [PR59675]
Jonathan Wakely
1
-1
/
+2
2021-11-09
libstdc++: [_GLIBCXX_DEBUG] Implement unordered container merge
François Dumont
1
-0
/
+4
2021-10-09
libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuite
Jonathan Wakely
1
-1
/
+1
2021-09-17
libstdc++: Fix last std::tuple constructor missing 'constexpr' [PR102270]
Jonathan Wakely
1
-1
/
+1
2021-08-23
libstdc++: Make permissions_are_testable function inline [PR90787]
Jonathan Wakely
1
-1
/
+1
2021-08-20
libstdc++: Skip filesystem tests that depend on permissions [PR90787]
Jonathan Wakely
1
-1
/
+17
2021-08-03
libstdc++: Replace TR1 components with C++11 ones in test utils
Jonathan Wakely
1
-7
/
+11
2021-07-22
libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571]
Jonathan Wakely
1
-0
/
+8
2021-06-16
libstdc++: Revert final/non-addressable changes to ranges CPOs
Jonathan Wakely
1
-0
/
+16
2021-06-03
libstdc++: Avoid hard error in ranges::unique_copy [PR100770]
Patrick Palka
1
-1
/
+1
2021-05-24
libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]
François Dumont
1
-2
/
+20
2021-05-12
libstdc++: Fix some problems in PSTL tests
Jonathan Wakely
1
-5
/
+5
2021-04-23
libstdc++ Simplify definition of net::socket_base constants
Jonathan Wakely
1
-0
/
+99
2021-04-20
libstdc++: Update ppc64le baseline_symbols.txt
Jakub Jelinek
1
-2
/
+14
2021-03-26
libstdc++: Add PRNG fallback to std::random_device
Jonathan Wakely
1
-0
/
+12
2021-03-25
libstdc++: Fix and complete __gnu_debug::basic_string implementation
François Dumont
2
-0
/
+44
2021-03-25
libstdc++: Allow seeding random engines in testsuite
Jonathan Wakely
2
-30
/
+73
2021-02-14
libstdc++: Restore <unistd.h> in testsuite_fs.h header [PR 99096]
Jonathan Wakely
1
-1
/
+1
2021-02-12
libstdc++: Make "nonexistent" paths less predictable in filesystem tests
Jonathan Wakely
1
-4
/
+9
2021-02-12
libstdc++: Make test memory_resource work without exceptions and RTTI
Jonathan Wakely
1
-5
/
+21
2021-02-10
libstdc++: Fix spelling of __MINGW32__ macros
Jonathan Wakely
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
120
-120
/
+120
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
1
-3
/
+17
2020-11-25
libstdc++: Fix testsuite helper functions [PR 97936]
Jonathan Wakely
1
-4
/
+20
2020-11-20
libstdc++: Add C++2a synchronization support
Thomas Rodgers
1
-0
/
+160
2020-10-29
libstdc++: Avoid warnings in tests
Jonathan Wakely
5
-2
/
+14
2020-10-09
libstdc++: Fix unused variable warning
Jonathan Wakely
1
-1
/
+0
2020-10-06
libstdc++: Inline std::exception_ptr members [PR 90295]
Jonathan Wakely
1
-1
/
+2
2020-07-30
libstdc++: Make testsuite usable with -fno-exceptions
Jonathan Wakely
4
-13
/
+14
2020-07-20
libstdc++: Add std::from_chars for floating-point types
Jonathan Wakely
1
-1
/
+6
[next]