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