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-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
2009-05-07
re PR libstdc++/40038 (symbols ceill@GLIBCXX_3.4.3 not exported)
Matthias Klose
2
-0
/
+13
2009-05-06
re PR libstdc++/39546 (parallel mode doesn't support implicit string conversion)
Johannes Singler
3
-2
/
+52
2009-05-06
revert: acinclude.m4 ([GLIBCXX_ENABLE_ATOMIC_BUILTINS]): Do link tests when p...
Paolo Carlini
3
-462
/
+50
2009-05-05
re PR libstdc++/39909 (non-TLS version of std::call_once causes terminate)
Jonathan Wakely
6
-11
/
+116
2009-05-03
settings.h (get): Mark const.
Jan Hubicka
6
-17
/
+28
2009-05-03
acinclude.m4 ([GLIBCXX_ENABLE_ATOMIC_BUILTINS]): Do link tests when possible.
Paolo Carlini
3
-41
/
+468
2009-05-02
functional_hash.h (explicit specializations of () operator): Mark pure.
Jan Hubicka
2
-5
/
+10
2009-04-30
create_testsuite_files: Remove thread directory.
Jonathan Wakely
2
-1
/
+5
2009-04-29
re PR libstdc++/39868 (libstdc++ generates man pages, which conflict with the...
Benjamin Kosnik
2
-23
/
+25
2009-04-26
2009-04-26 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
5
-70
/
+31
2009-04-25
mutex (__get_once_functor_lock, [...]): Replace global lock object with local...
Jonathan Wakely
5
-27
/
+78
2009-04-25
re PR libstdc++/39880 (Specialisation is_error_code_enum<errc> should not exist)
Paolo Carlini
1
-8
/
+38
2009-04-25
re PR libstdc++/39880 (Specialisation is_error_code_enum<errc> should not exist)
Paolo Carlini
16
-30
/
+297
2009-04-24
authors.xml: Add space.
Benjamin Kosnik
9
-15
/
+40
2009-04-24
array (at): Do not use builtin_expect.
Jan Hubicka
11
-13
/
+24
2009-04-22
cstdlib (abort, [...]): Mark noreturn throw ().
Jan Hubicka
7
-26
/
+41
2009-04-22
* include/ext/atomicity.h
Jan Hubicka
13
-30
/
+48
2009-04-21
re PR libstdc++/39835 (Bootstrap failure: libstdc++-v3/include/bits/random.h:...
Paolo Carlini
3
-21
/
+28
2009-04-19
stdatomic.h (__atomic_flag_for_address): Use _GLIBCXX_NOTHROW.
Jan Hubicka
2
-1
/
+6
2009-04-19
2009-04-19 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
1
-6
/
+8
2009-04-19
Fix changelog entry.
Jan Hubicka
1
-9
/
+9
2009-04-19
stdatomic.h (atomic_flag_test_and_set_explicit, [...]): Use _GLIBCXX_NOTHROW.
Jan Hubicka
2
-1
/
+8
2009-04-18
2009-04-18 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
1
-1
/
+2
2009-04-18
* eh_type.cc (__cxa_current_exception_type) Mark throw().
Jan Hubicka
10
-28
/
+48
2009-04-18
pool_allocator.cc (_M_get_free_list, [...]): Mark throw ()
Jan Hubicka
8
-33
/
+57
2009-04-18
condition_variable.cc (condition_variable, [...]): Mark throw()
Jan Hubicka
20
-98
/
+141
2009-04-18
re PR libstdc++/39802 (std::num_get fails to parse negative zero input correc...
Paolo Carlini
4
-8
/
+174
2009-04-18
formater.h: Include bits/c++config.h.
Jan Hubicka
6
-15
/
+43
2009-04-17
baseline_symbols.txt: Regenerated.
Uros Bizjak
2
-26
/
+566
2009-04-16
tree.cc (_Rb_tree_increment, [...]): Mark nothrow; update uses of _Rb_tree_ro...
Jan Hubicka
3
-29
/
+62
2009-04-16
c++config: Revert inadvertent change.
Paolo Carlini
1
-8
/
+0
2009-04-16
forward_list.h: Remove default std::allocator<_Tp> from base classes.
Paolo Carlini
4
-8
/
+23
2009-04-16
html: Regenerate, remove un-needed.
Benjamin Kosnik
52
-11913
/
+0
2009-04-15
html: Regenerate.
Benjamin Kosnik
111
-188
/
+7225
2009-04-15
status_cxx1998.xml: Update to new table style.
Benjamin Kosnik
19
-6025
/
+1104
[next]