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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-29
Add simd_fast_mersenne_twister_engine class.
Ulrich Drepper
4
-11
/
+848
2012-08-27
Add interfaces to retrieve random numbers in bulk.
Ulrich Drepper
2
-0
/
+1228
2012-08-27
random.h (mersenne_twister_engine): Don't inline discard here.
Ulrich Drepper
2
-31
/
+58
2012-08-26
re PR libstdc++/54376 (incorrect complaint about redefinition)
Marc Glisse
1
-45
/
+37
2012-08-26
re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...
Jonathan Wakely
1
-1
/
+1
2012-08-26
re PR libstdc++/54351 (~unique_ptr() should not set stored pointer to null)
Jonathan Wakely
1
-2
/
+14
2012-08-26
re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...
Jonathan Wakely
1
-2
/
+4
2012-08-25
re PR libstdc++/54248 (Comment in standard library header talks about boost)
Jonathan Wakely
1
-2
/
+2
2012-08-13
2012-08-10 François Dumont <fdumont@gcc.gnu.org>
François Dumont
4
-158
/
+139
2012-08-13
re PR libstdc++/54112 (including complex.h and complex fails in C++03)
Marc Glisse
1
-4
/
+5
2012-08-09
acinclude.m4: Update references to final C++11 standard.
Jonathan Wakely
5
-20
/
+20
2012-08-07
re PR libstdc++/54005 (Use __atomic_always_lock_free in libstdc++ is_lock_fre...
Benjamin Kosnik
2
-6
/
+6
2012-08-06
[multiple changes]
Paolo Carlini
1
-1
/
+1
2012-08-04
revert: stl_map.h (operator[](key_type&&)): Replace std::make_pair with value...
Paolo Carlini
1
-1
/
+1
2012-08-03
functions.h (__check_partition_lower_aux): Remove redundant comparison with p...
François Dumont
1
-24
/
+56
2012-08-03
stl_map.h (operator[](key_type&&)): Replace std::make_pair with value_type.
Ollie Wild
1
-1
/
+1
2012-08-03
memory: Include auto_ptr.h later.
Jonathan Wakely
6
-29
/
+58
2012-07-30
c++config (_GLIBCXX_END_NAMESPACE_CONTAINER): Fix order of closures.
François Dumont
1
-2
/
+2
2012-07-29
re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)
François Dumont
1
-15
/
+16
2012-07-25
re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)
François Dumont
1
-9
/
+19
2012-07-20
re PR libstdc++/54025 (atomic<chrono::duration> won't compile: chrono::durati...
Chip Salzenberg
1
-1
/
+1
2012-07-16
re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...
Jonathan Wakely
2
-57
/
+26
2012-07-16
re PR libstdc++/53978 (Missing static const definitions in <bits/alloc_traits...
Jonathan Wakely
3
-6
/
+52
2012-07-13
re PR libstdc++/53657 ([C++11] pair(pair&&) move constructor is non-trivial)
Paolo Carlini
10
-58
/
+52
2012-07-06
re PR libstdc++/53872 ([C++11] ADL bug in std::thread)
Paolo Carlini
1
-2
/
+2
2012-07-05
* include/std/condition_variable: Update copyright years.
Jonathan Wakely
1
-1
/
+1
2012-07-04
re PR libstdc++/53830 (condition_variable_any - deadlock issue)
Jonathan Wakely
1
-19
/
+27
2012-07-03
re PR libstdc++/53840 ([C++11] DR 921. Rational Arithmetic should use templat...
Paolo Carlini
2
-23
/
+33
2012-07-03
revert: re PR libstdc++/49561 ([C++0x] std::list::size complexity)
Paolo Carlini
2
-83
/
+23
2012-06-28
c++config: Remove __regex nested namespace.
Benjamin Kosnik
11
-337
/
+347
2012-06-26
Add C++11 isms to tr2/dynamic_bitset and tr2/bool_set.
Edward Smith-Rowland
2
-15
/
+16
2012-06-15
re PR libstdc++/53578 (include/ext/concurrence.h relies on ill-formed narrowi...
Jonathan Wakely
2
-4
/
+4
2012-06-14
re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...
Jonathan Wakely
2
-0
/
+32
2012-06-14
re PR libstdc++/53648 ([C++11] nested empty tuples)
Jonathan Wakely
1
-2
/
+11
2012-05-31
re PR libstdc++/53543 ([unordered_map] conflict with __is_convertible clang i...
Benjamin Kosnik
1
-2
/
+2
2012-05-29
2012-05-29 François Dumont <fdumont@gcc.gnu.org>
François Dumont
1
-20
/
+19
2012-05-22
PR c++/53322 - -Wunused-local-typedefs is not enabled by Wall or Wunused
Dodji Seketeli
1
-0
/
+4
2012-05-15
re PR libstdc++/53339 (unordered_map::iterator requires Value to be complete ...
Paolo Carlini
6
-54
/
+45
2012-05-11
re PR libstdc++/53263 (priority_queue is very slow if -D_GLIBCXX_DEBUG is used)
François Dumont
3
-59
/
+159
2012-05-10
random.tcc (seed_seq::generate): Cast max() operands to size_t to ensure a te...
DJ Delorie
2
-2
/
+2
2012-05-02
re PR libstdc++/44015 (template parameters not documented)
Benjamin Kosnik
23
-39
/
+151
2012-05-02
hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration.
Benjamin Kosnik
1
-0
/
+4
2012-05-01
re PR libstdc++/53115 (_Hashtable::_M_rehash_aux(false_type) is broken)
François Dumont
1
-37
/
+35
2012-04-29
re PR libstdc++/51795 (linear_congruential_engine doesn't work correctly)
Marc Glisse
3
-73
/
+105
2012-04-29
functional (function::function(F)): LWG 2132: Disable constructor if argument...
Jonathan Wakely
1
-14
/
+26
2012-04-29
re PR libstdc++/22200 (numeric_limits<signed>::is_modulo is inconsistent with...
Marc Glisse
1
-14
/
+17
2012-04-26
hashtable.h: Adjust doxygen markup for base classes.
Benjamin Kosnik
2
-13
/
+25
2012-04-25
scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to vara...
Jonathan Wakely
1
-4
/
+4
2012-04-23
type_traits (is_nothrow_destructible): Implement.
Daniel Krugler
1
-29
/
+56
2012-04-23
re PR libstdc++/53080 (tuple interface to std::array doesn't check bounds)
Paolo Carlini
1
-6
/
+19
[next]