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
2009-06-21
future: New.
Jonathan Wakely
69
-5
/
+4453
2009-06-21
2009-06-20 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
3
-45
/
+8
2009-06-20
re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations)
Paolo Carlini
3
-4
/
+52
2009-06-19
random.h (_Adaptor): Simplify for _DInputType always a floating point type.
Paolo Carlini
4
-65
/
+56
2009-06-19
random.tcc (discrete_distribution<>::param_type:: param_type(size_t, double, ...
Paolo Carlini
3
-98
/
+133
2009-06-18
check_construct_destroy.h: New.
Benjamin Kosnik
53
-1582
/
+2116
2009-06-17
hook.in: Do not fail when there is no current objfile.
Tom Tromey
2
-27
/
+37
2009-06-16
exception_ptr.h (exception_ptr::swap(exception_ptr&&)): Remove.
Jonathan Wakely
3
-11
/
+54
2009-06-16
thread (~thread(), [...]): Call terminate if joinable.
Jonathan Wakely
2
-2
/
+7
2009-06-15
printers.py (StdMapPrinter.__init__): Don't set self.iter.
Tom Tromey
2
-6
/
+16
2009-06-11
random.tcc (negative_binomial_distribution<>::operator() (_UniformRandomNumbe...
Paolo Carlini
3
-262
/
+271
2009-06-10
printers.py (lookup_function): Remove extra ';'.
Tom Tromey
2
-7
/
+13
2009-06-10
re PR libstdc++/40289 (share/libstdc++/python/ pollutes common namespace)
Tom Tromey
4
-8
/
+74
2009-06-10
move.h: Doxygen group fixes.
Benjamin Kosnik
2
-3
/
+15
2009-06-08
random.tcc (gamma_distribution<>::operator() (_UniformRandomNumberGenerator&,...
Paolo Carlini
3
-217
/
+120
2009-06-05
aggregate.cc: Remove xfail.
Benjamin Kosnik
2
-2
/
+6
2009-06-05
throw_allocator.h: Rework.
Benjamin Kosnik
11
-365
/
+383
2009-06-03
6.cc: Adjust test name.
Benjamin Kosnik
2
-2
/
+6
2009-06-03
re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)
Paolo Carlini
7
-10
/
+52
2009-06-02
crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.
Richard Sandiford
3
-0
/
+17467
2009-06-02
re PR libstdc++/40299 (Rope + C++0x mode = build error)
Paolo Carlini
3
-6
/
+39
2009-05-28
Makefile.in, [...]: New files.
Tom Tromey
11
-6
/
+1237
2009-05-28
testsuite_allocator.h (check_new, [...]): Move to ...
Benjamin Kosnik
41
-1163
/
+309
2009-05-27
call.c (implicit_conversion): Handle conversion from initializer-list to scalar.
Jason Merrill
2
-2
/
+2
2009-05-27
initializer_list: Format.
Benjamin Kosnik
4
-27
/
+91
2009-05-27
re PR libstdc++/40273 ([C++0x] Invalid conversion to bool is reported)
Benjamin Kosnik
4
-6
/
+84
2009-05-24
initializer_list (initializer_list): Add missing typedefs.
Eelis van der Weegen
2
-0
/
+13
2009-05-22
re PR bootstrap/40221 (Powerpc bootstrap is broken in building libstdc++)
Benjamin Kosnik
2
-2
/
+7
2009-05-22
re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi...
Paolo Carlini
1
-0
/
+0
2009-05-22
re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi...
Paolo Carlini
7
-221
/
+225
2009-05-21
functional (function): Use explicit operator bool.
Benjamin Kosnik
15
-57
/
+67
2009-05-20
14340.cc: Abstract list type.
Benjamin Kosnik
44
-429
/
+572
2009-05-19
re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets...
Paolo Carlini
6
-7
/
+129
2009-05-18
re PR c++/40192 (Unable to use std::vector with typedef'd array types)
Paolo Carlini
3
-3
/
+57
2009-05-18
stl_pair.h (swap): Do not swap rvalues.
Jonathan Wakely
47
-685
/
+134
2009-05-16
mutex: Move std::lock_error to ...
Jonathan Wakely
5
-17
/
+27
2009-05-15
40160.cc: Remove spurious double include.
Paolo Carlini
2
-2
/
+5
2009-05-15
re PR libstdc++/40160 (-fno-rtti vs _GLIBCXX_DEBUG)
Paolo Carlini
4
-13
/
+90
2009-05-15
num_xbound_fun.cc: Minor tweaks.
Paolo Carlini
6
-34
/
+56
2009-05-15
re PR libstdc++/36211 (__iconv_adaptor chooses char** where const char** is r...
David Billinghurst
2
-2
/
+7
2009-05-15
num_xbound_fun.cc: Replace non-standard macro M_PI with constant pi.
David Billinghurst
6
-10
/
+33
2009-05-14
re PR libstdc++/40123 (Revision 147395 failed libstc++ tests)
Paolo Carlini
3
-53
/
+47
2009-05-14
random.tcc (cauchy_distribution<>:: operator()(_UniformRandomNumberGenerator&...
Paolo Carlini
2
-4
/
+9
2009-05-13
Makefile.am (PCHFLAGS): Remove -Winvalid-pch.
Ben Elliston
3
-2
/
+7
2009-05-13
compatibility.cc (_ZTIe, [...]): Change type to const void * const.
Ben Elliston
2
-8
/
+13
2009-05-12
status_cxx200x.xml: Note missing constexpr for random number engines...
Edward Smith-Rowland
2
-29
/
+35
2009-05-12
exception: Include nested_exception.h in C++0x mode.
Jonathan Wakely
11
-4
/
+560
2009-05-08
throw_allocator.h: Remove redundante include.
Paolo Carlini
2
-1
/
+4
2009-05-08
throw_allocator.h (throw_allocator_base): Avoid out of line member functions ...
Paolo Carlini
6
-207
/
+233
2009-05-07
configure.ac: Bump libtool_VERSION to 6:12:0.
Paolo Carlini
3
-2
/
+7
[next]