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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-31
forward_list.h (forward_list): Adjust comments.
Jonathan Wakely
2
-41
/
+17
2012-10-29
re PR libstdc++/55123 ([C++11] Construction of shared_ptr<const T> from uniqu...
Jonathan Wakely
1
-2
/
+2
2012-10-27
unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha...
François Dumont
4
-124
/
+1211
2012-10-24
type_traits (common_type): Implement LWG 2141.
Daniel Kruegler
1
-3
/
+3
2012-10-24
re PR libstdc++/55047 (operator() in std::exponential_distribution may call l...
Haakan Younes
2
-20
/
+24
2012-10-22
unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha...
François Dumont
3
-38
/
+1182
2012-10-21
map.h (map::emplace_hint): Remove invalid parenthesis.
François Dumont
1
-1
/
+1
2012-10-20
* include/std/scoped_allocator: Avoid badname.
Jonathan Wakely
1
-10
/
+10
2012-10-19
scoped_allocator (__outermost_alloc_traits): Define.
Jonathan Wakely
1
-20
/
+94
2012-10-18
forward_list.h: Add C++11 allocator support.
Jonathan Wakely
2
-31
/
+100
2012-10-18
formatter.h (_Debug_msg_id): Add __msg_valid_load_factor.
François Dumont
4
-2
/
+53
2012-10-18
move.h (move_if_noexcept): Mark constexpr.
Benjamin Kosnik
4
-21
/
+26
2012-10-16
formatter.h (_Debug_msg_id): Add __msg_bucket_index_oob.
François Dumont
4
-27
/
+137
2012-10-15
gthr.m4: New.
Pavel Chupin
2
-3
/
+5
2012-10-12
dd the Hoyt and the arcsine distributions as extensions.
Edward Smith-Rowland
2
-0
/
+639
2012-10-12
Revert r192297.
Kirill Yukhin
2
-3
/
+2
2012-10-11
hashtable_policy.h: Revert libstdc++/53067 quick hacks thanks to the resoluti...
Paolo Carlini
1
-22
/
+15
2012-10-10
type_traits (__do_common_type_impl): Revert for now LWG 2141-related change.
Paolo Carlini
1
-3
/
+3
2012-10-10
Fix missing gthr-default.h issue on separate libstdc++ configure
Pavel Chupin
2
-2
/
+3
2012-10-09
type_traits (common_time): Provide "SFINAE-friendly" implementation.
Daniel Krugler
2
-33
/
+103
2012-10-09
re PR libstdc++/54861 (std::atomic_signal_fence(std::memory_order_seq_cst) is...
Andrew MacLeod
1
-1
/
+1
2012-10-09
re PR libstdc++/54869 (ext/random/simd_fast_mersenne_twister_engine/cons/defa...
Paolo Carlini
2
-0
/
+5
2012-10-09
re PR libstdc++/54754 ([parallel mode] 'make check-parallel' only works on x8...
Jonathan Wakely
1
-127
/
+43
2012-10-06
re PR c++/52764 (Including <cstdint> after <stdint.h> fails to define limit m...
Paolo Carlini
1
-18
/
+1
2012-10-06
dynamic_bitset: Fix cxxabi_forced.h include path.
Joe Seymour
1
-2
/
+2
2012-10-05
re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...
Marc Glisse
1
-5
/
+11
2012-10-05
cstdlib: Remove redundant pasto code protected by __GXX_EXPERIMENTAL_CXX0X__.
Paolo Carlini
4
-61
/
+4
2012-10-05
re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...
Marc Glisse
1
-5
/
+11
2012-10-04
re PR libstdc++/53248 (std::array<T,0> doesn't work when T is not default-con...
Paolo Carlini
1
-14
/
+35
2012-10-02
re PR other/53889 (Gthreads doesn't support destroying recursive mutexes)
Jonathan Wakely
2
-76
/
+3
2012-10-01
re PR libstdc++/54757 (FAIL: ext/random/beta_distribution/cons/default.cc (te...
Paolo Carlini
2
-0
/
+12
2012-10-01
type_traits (result_of): Provide "SFINAE-friendly" (see N3436) implementation.
Daniel Krugler
1
-61
/
+142
2012-09-30
ropeimpl.h (__uninitialized_fill_n_a): Fix using declaration.
Jonathan Wakely
1
-1
/
+1
2012-09-29
re PR libstdc++/34106 ([parallel mode] Atomic operations compatibility layer ...
Jonathan Wakely
1
-169
/
+14
2012-09-29
fragment.am (CONFIG_CXXFLAGS): Remove EXTRA_CXX_FLAGS.
Benjamin Kosnik
1
-1
/
+1
2012-09-28
acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Remove ENABLE_PARALLEL.
Benjamin Kosnik
2
-92
/
+55
2012-09-27
random: Add include checks for c++11 and <cstdint>.
Paolo Carlini
1
-1
/
+10
2012-09-26
re PR libstdc++/53515 (InputIterator version std::advance needs negative check)
Akira Takahashi
1
-2
/
+3
2012-09-26
Optimize bulk mode for normal_distribution<double> for SSE3.
Ulrich Drepper
5
-16
/
+56
2012-09-25
Implement the K-distribution as an extension.
Edward Smith-Rowland
2
-0
/
+341
2012-09-24
re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)
François Dumont
13
-116
/
+730
2012-09-23
revert: stl_algobase.h (max, min): Use conditional operator.
Paolo Carlini
1
-6
/
+20
2012-09-23
re PR libstdc++/54675 (Many libstdc++ testsuite failures in ext/random)
Uros Bizjak
2
-32
/
+32
2012-09-21
Implement the Pareto distribution as an extension.
Edward Smith-Rowland
2
-0
/
+300
2012-09-21
stl_algobase.h (max, min): Use conditional operator.
Paolo Carlini
1
-20
/
+6
2012-09-20
re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++)
Benjamin Kosnik
1
-14
/
+10
2012-09-18
Implement the Nakagami statistical distribution as an extension.
Edward Smith-Rowland
2
-0
/
+285
2012-09-18
re PR libstdc++/54612 (Many failures in ext/random testsuite)
Paolo Carlini
1
-1
/
+6
2012-09-17
configure.ac: Substitute CPU_OPT_EXT_RANDOM.
Ulrich Drepper
4
-93
/
+66
2012-09-17
Fix a paste-o in ext/random.tcc - declared an Adapted urng that was not used ...
Edward Smith-Rowland
1
-3
/
+0
[next]