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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-11
Fix filesystem::canonical on Solaris 10.
Jonathan Wakely
2
-1
/
+10
2015-09-11
Check read() result in std::random_device.
Jonathan Wakely
2
-4
/
+13
2015-09-11
Fix invalid UTF-8 in wchar_t tests.
John Marino
16
-115
/
+50
2015-09-11
Rationalise PCH headers and 17_intro/headers tests.
Jonathan Wakely
22
-17
/
+330
2015-09-11
Implement N4258 noexcept for std::basic_string.
Jonathan Wakely
21
-33
/
+1450
2015-09-11
Allocator-extended constructors for container adaptors.
Jonathan Wakely
6
-6
/
+212
2015-09-10
* testsuite/util/testsuite_allocator.h (PointerBase::operator[]): Add.
Jonathan Wakely
2
-0
/
+3
2015-09-10
1.cc: Verify the string contents.
Jonathan Wakely
2
-0
/
+7
2015-09-09
Enable lightweight checks with _GLIBCXX_ASSERTIONS.
Jonathan Wakely
25
-123
/
+246
2015-09-07
Relax Debug Mode assertions on operator-> for smart pointers.
Jonathan Wakely
4
-2
/
+21
2015-09-07
Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h
Jonathan Wakely
2
-22
/
+10
2015-09-07
Rename shadowed variable in libstdc++ test.
Jonathan Wakely
2
-4
/
+7
2015-09-07
Enable timed mutex unlock tests on darwin.
Jonathan Wakely
3
-2
/
+8
2015-09-04
fix darwin bootstrap errors due to <mutex>.
Jonathan Wakely
2
-10
/
+14
2015-09-04
Add portable timed_mutex and recursive_timed_mutex.
Jonathan Wakely
39
-304
/
+566
2015-09-04
Add C++11 header <cuchar>.
Edward Smith-Rowland
14
-0
/
+414
2015-09-04
Make all <cxxx> headers include <bits/c++config.h>
Jonathan Wakely
16
-8
/
+55
2015-09-03
Clean up libstdc++ includes slightly.
Jonathan Wakely
5
-5
/
+10
2015-09-03
re PR libstdc++/66902 (_S_debug_messages is unneccessary public)
Jonathan Wakely
2
-1
/
+4
2015-09-03
Make std::experimental::not_fn SFINAE-friendly.
Jonathan Wakely
3
-12
/
+59
2015-09-03
Add concept checks to std::next and std::prev.
Jonathan Wakely
4
-0
/
+98
2015-09-03
libstdc++: Run tests on RTEMS
Sebastian Huber
205
-394
/
+616
2015-09-02
libstdc++: fix data races in basic_string implementation
Dmitry Vyukov
2
-2
/
+35
2015-09-02
re PR libstdc++/67408 (<mutex> assumes that __gthread_mutex_t and__gthread_re...
Sebastian Huber
2
-2
/
+23
2015-08-28
re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws)
Tim Shen
3
-0
/
+57
2015-08-27
re PR libstdc++/67374 (std::cbegin can't call valarray range access functions)
Jonathan Wakely
4
-0
/
+55
2015-08-27
Provide nearly complete std::locale support for DragonFly
John Marino
14
-216
/
+2301
2015-08-27
* configure: Regenerate.
Jonathan Wakely
2
-104
/
+284
2015-08-26
Ensure std::generate_canonical doesn't return 1.
Edward Smith-Rowland
3
-7
/
+81
2015-08-26
Only set std::enable_shared_from_this member once.
Jonathan Wakely
6
-4
/
+131
2015-08-26
try_emplace and insert_or_assign for Debug Mode.
Jonathan Wakely
3
-0
/
+170
2015-08-26
libstdc++/66902 Make _S_debug_messages static.
Jonathan Wakely
2
-1
/
+6
2015-08-25
re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)
François Dumont
12
-24
/
+405
2015-08-25
Revert my change to commit with PR reference again.
François Dumont
12
-404
/
+24
2015-08-24
formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.
François Dumont
12
-24
/
+404
2015-08-24
re PR libstdc++/65049 (Undefined behaviour with std::char_traits<char>)
Jonathan Wakely
7
-10
/
+274
2015-08-24
re PR libstdc++/67309 (Error compiling with -std=c++11 and -fsingle-precision...
Jonathan Wakely
4
-4
/
+36
2015-08-20
libstdc++/67294 Don't run timed mutex tests on Darwin
Jonathan Wakely
3
-4
/
+9
2015-08-20
any (__any_caster): Define at namespace scope so the name is visible to name ...
Jonathan Wakely
3
-9
/
+16
2015-08-20
Makefile.am: Ensure gdb.py is installed for libstdc++ not libstdc++fs.
Jonathan Wakely
3
-2
/
+8
2015-08-19
cmath: Fix typo in comment.
Paolo Carlini
2
-1
/
+5
2015-08-19
cmath: Revert fix for libstdc++/58625...
Paolo Carlini
2
-3
/
+8
2015-08-18
re PR c++/67216 (false is still a null pointer constant)
Jonathan Wakely
2
-2
/
+6
2015-08-18
* include/bits/ptr_traits.h: Include <bits/move.h> for addressof.
Jonathan Wakely
2
-1
/
+3
2015-08-18
re PR libstdc++/67066 (libstdc++-v3/src/filesystem/dir.cc fails to compile wi...
Jonathan Wakely
9
-11
/
+35
2015-08-14
any (any::operator=(const any&)): Move check for self-assignment.
Jonathan Wakely
4
-31
/
+94
2015-08-14
array: Add feature-test macro.
Jonathan Wakely
3
-1
/
+7
2015-08-13
neg.s: Remove.
Ville Voutilainen
3
-1
/
+5
2015-08-13
Implement std::experimental::fundamentals_v2::make_array and std::experimenta...
Ville Voutilainen
10
-3
/
+202
2015-08-13
alloc_traits.h: Add feature-test macro.
Jonathan Wakely
6
-0
/
+18
[next]