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
2017-01-18
PR69301 don't assume atomic<T> can default construct T
Jonathan Wakely
5
-18
/
+87
2017-01-18
PR68925 don't use thread_local static for stateless object
Jonathan Wakely
2
-2
/
+10
2017-01-17
crossconfig.m4: Add fuchsia OS.
Joshua Conner
3
-0
/
+17
2017-01-17
PR69699 document why __GLIBCXX__ macro is useless
Jonathan Wakely
3
-46
/
+66
2017-01-17
PR79114 use decayed type in std::throw_with_nested assertion
Jonathan Wakely
3
-1
/
+35
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
15
-21
/
+73
2017-01-16
PR66145 use new ABI for std::ios::failure exceptions
Jonathan Wakely
13
-35
/
+25
2017-01-16
PR78702 fix accessibility of locale::facet::__shim
Jonathan Wakely
3
-9
/
+24
2017-01-16
PR libstdc++/78389 fix backwards size adjustments.
Ville Voutilainen
3
-8
/
+18
2017-01-14
Skip tests that are incompatible with Profile Mode
Jonathan Wakely
26
-0
/
+60
2017-01-13
PR65411 don't retry fclose on EINTR
Jonathan Wakely
2
-10
/
+5
2017-01-13
Remove unused include from Profile Mode header
Jonathan Wakely
2
-1
/
+3
2017-01-13
Add string_view support to COW std::string
Jonathan Wakely
2
-6
/
+330
2017-01-13
Define cxx11-abi effective target for libstdc++ tests
Jonathan Wakely
20
-92
/
+101
2017-01-13
re PR libstdc++/78389 (list::merge and list::sort are not exception safe)
Ville Voutilainen
3
-60
/
+195
2017-01-13
Mark test as XFAIL for C++17 mode
Jonathan Wakely
2
-1
/
+6
2017-01-13
PR78361 recognise noexcept functions as referenceable
Jonathan Wakely
3
-4
/
+31
2017-01-12
PR77528 partially revert r244278 and define default constructors
Jonathan Wakely
8
-22
/
+158
2017-01-12
PR66284 remove std::function special case for reference_wrapper
Jonathan Wakely
8
-142
/
+132
2017-01-11
PR78134 fix return types of heterogeneous lookup functions
Jonathan Wakely
9
-68
/
+158
2017-01-11
PR78273 fix count to work with partitioning function
Jonathan Wakely
5
-2
/
+57
2017-01-11
Reduce the size of variant, it doesn't need an index of type size_t internally.
Ville Voutilainen
3
-5
/
+67
2017-01-10
Adjust effective target selector to fix C++17 FAIL
Jonathan Wakely
2
-1
/
+4
2017-01-10
PR77528 add default constructors for container adaptors
Jonathan Wakely
12
-12
/
+221
2017-01-10
Use temporary int objects to access struct tm members
Felipe Magno de Almeida
2
-12
/
+38
2017-01-10
Make Python printers and xmethods work with versioned namespace
François Dumont
5
-42
/
+91
2017-01-09
PR79017 workaround incomplete C99 math on darwin
Jonathan Wakely
5
-0
/
+87
2017-01-09
Define testsuite macro for correct thread_local destructors
Jonathan Wakely
3
-4
/
+18
2017-01-09
PR66414 optimize std::string::find
Jonathan Wakely
2
-7
/
+26
2017-01-06
Add more tests for std::basic_string::find
Jonathan Wakely
3
-0
/
+85
2017-01-06
Add missing <cassert> include to testcase
Jonathan Wakely
2
-0
/
+4
2017-01-06
Check for __cxa_thread_atexit for freebsd crosses
Jonathan Wakely
3
-0
/
+18
2017-01-06
Use fold expressions to reduce std::variant instantiation depth
Barrett Adair
2
-17
/
+22
2017-01-06
Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]
Rainer Orth
17
-59
/
+54
2017-01-06
Don't redefine _GLIBCXX_ASSERTIONS if already defined
Jonathan Wakely
2
-1
/
+3
2017-01-06
PR78991 make __gnu_cxx::__ops constructors explicit
Jonathan Wakely
3
-21
/
+85
2017-01-05
Remove unnecessary typedef from std::function
Jonathan Wakely
2
-3
/
+6
2017-01-05
re PR libstdc++/78996 (<variant> uses macro as name)
Tim Shen
2
-3
/
+10
2017-01-04
PR78968 add configure check for __cxa_thread_atexit in libc
Jonathan Wakely
5
-6
/
+24
2017-01-04
Implement 2801, Default-constructibility of unique_ptr.
Ville Voutilainen
6
-32
/
+107
2017-01-04
Support exception propagation without lock-free atomic int
Pauli Nieminen
127
-144
/
+273
2017-01-04
documentation_hacking.xml: sourceforge.net now defaults to https; adjust refe...
Gerald Pfeifer
2
-1
/
+6
2017-01-03
Add deleted std::thread(const thread&&) constructor
Jonathan Wakely
3
-0
/
+35
2017-01-03
Fix typos in libstdc++ docs and update copyright years
Jonathan Wakely
11
-13
/
+26
2017-01-02
faq.xml: Update address of C++ ABI link.
Gerald Pfeifer
3
-4
/
+9
2017-01-01
Update copyright years.
Jakub Jelinek
8271
-18192
/
+18201
2016-12-29
Implement LWG 2842, in_place_t check for optional::optional(U&&) should decay U.
Ville Voutilainen
3
-15
/
+42
2016-12-24
random.tcc: Fix usage of _OutputIteratorConcept.
François Dumont
2
-13
/
+31
2016-12-21
Implement P0522R0, matching of template template arguments.
Jason Merrill
1
-1
/
+1
2016-12-21
Fix handling of explicit function template arguments with TTPs.
Jason Merrill
2
-11
/
+13
[next]