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/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
/
include
/
ext
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-27
re PR libstdc++/66017 (Undefined behaviour in std::set<long long>)
Jonathan Wakely
1
-0
/
+41
2015-03-20
c++config (__gnu_cxx::__cxx11): Define new namespace.
Jonathan Wakely
1
-2
/
+4
2015-03-18
re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...
Jonathan Wakely
1
-2
/
+3
2015-01-29
atomic_base.h: Use __always_inline__ instead of always_inline.
Jonathan Wakely
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
285
-285
/
+285
2014-12-12
re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...
Jonathan Wakely
2
-2
/
+2
2014-11-17
re PR c++/33911 (attribute deprecated vs. templates)
Jason Merrill
1
-0
/
+6
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
2
-1
/
+40
2014-08-13
2014-08-13 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
1
-1
/
+1
2014-08-13
re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...
Paolo Carlini
1
-2
/
+8
2014-08-09
random.tcc (uniform_on_sphere_helper): Define.
Ulrich Drepper
1
-12
/
+79
2014-08-09
invoke.texi ([Wnarrowing]): Update for non-constants in C++11.
Paolo Carlini
1
-1
/
+3
2014-07-29
re PR libstdc++/61946 (rope construction, passing allocator referenct without...
Jonathan Wakely
1
-3
/
+4
2014-07-29
PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>
Ed Smith-Rowland
1
-1
/
+1
2014-07-16
random: Minor formatting and cosmetic tweaks.
Paolo Carlini
2
-19
/
+20
2014-07-14
random.tcc: Unfortunately more fixes for operator>> and operator<< for...
Ulrich Drepper
1
-2
/
+2
2014-07-13
random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.
Ulrich Drepper
1
-2
/
+2
2014-07-13
random: Add uniform_on_sphere_distribution definition.
Ulrich Drepper
2
-7
/
+257
2014-07-12
Add the logistic_distribution as an extension.
Edward Smith-Rowland
2
-35
/
+348
2014-06-25
alloc_traits.h (__alloc_rebind): Define alias template.
Jonathan Wakely
1
-1
/
+1
2014-06-24
functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...
Jonathan Wakely
1
-1
/
+1
2014-06-14
api.xml: Link to more recent API docs.
Jonathan Wakely
1
-1
/
+1
2014-06-14
status_cxx2014.xml: Update Fundamentals TS status.
Jonathan Wakely
1
-0
/
+5
2014-06-10
re PR libstdc++/61390 (error in nested template parameter in ext/pb_ds header...
Jonathan Wakely
1
-2
/
+2
2014-01-29
re PR libstdc++/21609 (array_allocator vs rebind & templated constructor)
Jonathan Wakely
1
-3
/
+5
2014-01-29
alloc_traits.h (allocator_traits::_S_allocate): Do not use varargs when argum...
Jonathan Wakely
1
-39
/
+12
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
285
-285
/
+285
2013-11-22
re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...
Jonathan Wakely
1
-1
/
+1
2013-11-21
Implement __gnu_cxx::hypergeometric_distribution.
Edward Smith-Rowland
2
-1
/
+368
2013-11-20
re PR c++/59173 (Alias template in partial specialization finds name from pri...
Jonathan Wakely
1
-1
/
+1
2013-11-15
build_hacking.xml: Fix documentation typos.
Ondřej Bílka
1
-1
/
+1
2013-11-13
re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of...
Marc Glisse
1
-16
/
+18
2013-09-21
Print additional info when various out-of-range conditions are detected.
Paul Pluzhnikov
1
-3
/
+11
2013-09-19
re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)
Marc Glisse
1
-21
/
+15
2013-09-13
re PR libstdc++/58415 (__sso_string_base move constructor does not null termi...
Paolo Carlini
1
-2
/
+2
2013-08-15
re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in...
Paolo Carlini
1
-3
/
+5
2013-08-07
atomicity.h: Add #pragma GCC system_header.
Paolo Carlini
1
-0
/
+2
2013-08-07
re PR libstdc++/58098 (wrong return value of normal_distribution::min())
Paolo Carlini
1
-1
/
+1
2013-07-01
stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A...
Paolo Carlini
2
-18
/
+93
2013-06-27
stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...
Paolo Carlini
1
-2
/
+25
2013-05-24
type_traits.h (__is_null_pointer): Add std::nullptr_t overload.
Paolo Carlini
1
-0
/
+5
2013-05-23
Makefile.am (bits_headers): Remove ${bits_host_headers}.
Matthias Klose
1
-1
/
+1
2013-05-10
re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...
Paolo Carlini
1
-1
/
+9
2013-04-22
hashtable_policy.h: Add C++11 allocator support.
François Dumont
1
-31
/
+195
2013-04-07
Makefile.am: Add ext/aligned_buffer.h
Jonathan Wakely
1
-0
/
+73
2013-03-24
re PR libstdc++/56170 (Extension debug_allocator seems non-compliant w.r.t. r...
Jonathan Wakely
1
-20
/
+85
2013-03-08
memoryfwd.h: New.
Benjamin Kosnik
2
-9
/
+2
2013-03-04
Fix and optimize von_mises_distribution class.
Ulrich Drepper
1
-13
/
+13
2013-03-03
Add math constants and triangular and von Mises distributions.
Ulrich Drepper
3
-10
/
+805
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
283
-329
/
+283
[next]