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-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
2016-12-21
PR 71444 define more error constants for mingw-w64
Jonathan Wakely
3
-40
/
+83
2016-12-19
Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...
Ville Voutilainen
4
-3
/
+57
2016-12-16
Reuse Doxygen comments for map::erase overloads
Jonathan Wakely
3
-0
/
+10
2016-12-16
Add assertion to _Rb_tree::erase to check for end iterators
Jonathan Wakely
3
-4
/
+56
2016-12-16
Implement LWG 2769, Redundant const in the return type of any_cast(const any&).
Ville Voutilainen
4
-9
/
+36
2016-12-15
PR59170 make pretty printers check for singular iterators
Jonathan Wakely
4
-0
/
+73
2016-12-15
PR59161 make pretty printers always return strings
Jonathan Wakely
3
-6
/
+84
2016-12-15
Tweak formatting and docs for pretty printers
Jonathan Wakely
2
-10
/
+26
2016-12-15
Add GDB XMethods for shared_ptr and unique_ptr<T[]>
Jonathan Wakely
4
-8
/
+261
2016-12-14
stl_tree.h (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Resto...
François Dumont
2
-2
/
+12
2016-12-14
Make printers use singular noun for a single element
Jonathan Wakely
8
-18
/
+36
2016-12-14
Make printers detect invalid debug mode iterators
Jonathan Wakely
4
-2
/
+101
2016-12-12
[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...
Kyrylo Tkachov
6
-0
/
+18
2016-12-12
Remove stray character at end of dg-do directive
Jonathan Wakely
2
-1
/
+4
2016-12-12
Remove stray character at end of dg-do directive
Jonathan Wakely
2
-1
/
+6
2016-12-09
Fix std::variant for gnu-versioned--namespace build
Jonathan Wakely
2
-1
/
+5
2016-12-08
parallel_algorithm_assert2.cc: Move dg-do run first.
David Edelsohn
2
-1
/
+6
[next]