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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-14
mt_allocator.cc: Fix assumption that sizeof(void *) is equal to sizeof(size_t).
Joel Sherrill
1
-2
/
+7
2014-11-14
Define C++11 version of std::ios_base::failure.
Jonathan Wakely
4
-6
/
+110
2014-11-12
std::shared_ptr atomic operations
Jonathan Wakely
1
-0
/
+58
2014-10-20
Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...
Jonathan Wakely
5
-27
/
+40
2014-10-14
machmode.h (int_n_data_t): New.
DJ Delorie
1
-48
/
+60
2014-10-08
locale_facets.tcc (num_put::_M_insert_float): Do not pass precision when usin...
Jonathan Wakely
1
-0
/
+3
2014-10-06
re PR libstdc++/59987 ([C++11]: Missing ios_base::hexfloat format specifier)
Rüdiger Sonderfeld
1
-5
/
+12
2014-09-24
re PR libstdc++/56193 (ios_base should replace operator void* with explicit o...
Jonathan Wakely
1
-0
/
+7
2014-09-24
re PR libstdc++/63353 (libstdc++-v3/src/c++11/ios.cc:232: possible typo ?)
Jonathan Wakely
1
-1
/
+1
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
14
-48
/
+138
2014-08-13
re PR libstdc++/61841 (broken std::thread on Hurd)
Jonathan Wakely
1
-0
/
+6
2014-05-08
iostream: Fix URL in comment.
Jonathan Wakely
1
-1
/
+1
2014-05-06
macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...
François Dumont
1
-5
/
+5
2014-01-09
re PR libstdc++/59680 (Compile error in thread.cc)
Jonathan Wakely
1
-1
/
+1
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
77
-77
/
+77
2013-11-20
re PR libstdc++/49204 ([C++0x] remaining issues in <future>)
Jonathan Wakely
2
-6
/
+33
2013-10-01
Fix build break when configured with --enable-symvers=gnu-versioned-namespace
Paul Pluzhnikov
1
-0
/
+2
2013-09-23
snprintf_lite.cc (__concat_size_t): Use unsigned long long conditionally.
Paul Pluzhnikov
1
-3
/
+9
2013-09-23
Unbreak i386 and other builds where size_t != unsigned long.
Paul Pluzhnikov
1
-2
/
+3
2013-09-21
Print additional info when various out-of-range conditions are detected.
Paul Pluzhnikov
4
-1
/
+179
2013-08-14
compatibility.cc (_ZTIe): Use reinterpret_cast<const cast *> to avoid -Wcast-...
Uros Bizjak
1
-8
/
+13
2013-08-14
compatibility.cc (_ZTIe): Use (const cast *) to avoid -Wcast-qual warnings.
Uros Bizjak
1
-9
/
+8
2013-08-14
compatibility.cc (_ZTIe): Use const_cast to avoid warning.
Uros Bizjak
1
-3
/
+6
2013-08-08
hashtable_policy.h (_Hashtable_alloc): New.
François Dumont
1
-0
/
+1
2013-08-06
Commit the vtable verification feature.
Caroline Tice
6
-16
/
+37
2013-08-01
re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...
François Dumont
1
-6
/
+10
2013-07-31
functexcept.cc: Do not include the whole <regex>.
Paolo Carlini
2
-2
/
+3
2013-07-24
random.h (random_device): Avoid using the FILE type.
Paolo Carlini
1
-9
/
+10
2013-07-23
random: Add back <cstdio> include.
Paolo Carlini
1
-2
/
+0
2013-07-22
re PR libstdc++/57920 ([c++11] Linux: std::random_device reads too much from ...
Paolo Carlini
1
-0
/
+9
2013-07-21
re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any)
Jonathan Wakely
4
-7
/
+73
2013-05-28
compatibility-chrono.cc (steady_clock::now()): If !_GLIBCXX_USE_GETTIMEOFDAY ...
Jonathan Wakely
1
-1
/
+4
2013-05-25
chrono: Wrap clocks in inline namespace _V2.
Benjamin Kosnik
2
-51
/
+67
2013-05-24
chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...
Jakub Jelinek
4
-6
/
+113
2013-05-19
system_error (error_category::error_category()): LWG 2145: Declare public and...
Jonathan Wakely
2
-2
/
+4
2013-04-22
* src/c++11/hashtable_c++0x.cc: Include ext/aligned_buffer.h.
Jason Merrill
1
-0
/
+1
2013-04-21
system_error.cc (generic_category_instance): Add initializer.
Evgeniy Stepanov
2
-3
/
+3
2013-02-12
Makefile.am (hashtable_c++0x.lo, [...]): Use -fimplicit-templates.
Benjamin Kosnik
3
-7
/
+14
2013-02-06
Add missing explicit instantiation for std::lower_bound template
Dodji Seketeli
1
-0
/
+7
2013-02-04
functional_hash.h (std::__is_fast_hash<>): New.
François Dumont
1
-0
/
+1
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
70
-120
/
+70
2013-02-01
2013-02-01 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-7
/
+68
2013-01-07
re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)
Jonathan Wakely
2
-6
/
+8
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
5
-5
/
+5
2012-12-20
re PR libstdc++/55741 (bootstrap fails in libstdc++-v3/src/c++11/thread.cc)
Jonathan Wakely
1
-5
/
+10
2012-12-16
thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...
Jonathan Wakely
1
-0
/
+5
2012-12-10
Makefile.am (libstdc++-symbols.ver): Use CONFIG_HEADER.
Matthias Klose
2
-2
/
+2
2012-11-23
re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...
Jonathan Wakely
1
-2
/
+46
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
5
-5
/
+5
2012-11-07
array (_GLIBCXX_THROW_OR_ABORT): Move...
Paolo Carlini
1
-111
/
+38
[next]