aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-22re PR c++/53067 (c++0x GCC 4.7.0 Regression std::ref with unordered sets)Paolo Carlini1-14/+22
2012-04-22alloc_traits.h (__alloc_traits::difference_type): Define.Jonathan Wakely1-0/+2
2012-04-22ptr_traits.h (pointer_traits::rebind): Make public.Jonathan Wakely1-6/+0
2012-04-22forward_list (forward_list::splice_after): Check allocators are equal.Jonathan Wakely1-0/+12
2012-04-20re PR libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_...Paolo Carlini1-6/+0
2012-04-15re PR libstdc++/52702 ([C++11] std::is_trivially_destructible is missing)Paolo Carlini1-9/+24
2012-04-14re PR libstdc++/52699 (infinite loop generated with -O0)Paolo Carlini2-22/+58
2012-04-13safe_iterator.h (_BeforeBeginHelper<>:: _S_Is_Beginnest): Add.Paolo Carlini3-7/+24
2012-04-13unordered_map.h (__unordered_map): Remove.Benjamin Kosnik4-1468/+1584
2012-04-12Fix PR52822 (stable_partition move-assigns object to itself) by scanning for...Jeffrey Yasskin1-26/+69
2012-04-12re PR libstdc++/52942 (using std::ref with a std::unordered_map fails to comp...Paolo Carlini2-10/+38
2012-04-11re PR c++/52924 (Using an std::function object as deleter of shared_ptr in C+...Jonathan Wakely1-0/+4
2012-04-11forward_list.h (splice_after(const_iterator, forward_list&), [...]): Add per ...Paolo Carlini3-47/+80
2012-04-11re PR libstdc++/52931 (std::hash shouldn't be defined for unknown types)Paolo Carlini1-7/+3
2012-04-01re PR libstdc++/52591 ([C++0x] [4.7 Regression] moving std::vector relies on ...Jonathan Wakely1-25/+40
2012-04-01functional (__callable_functor): Overload for volatile-qualified pointers.Jonathan Wakely1-0/+10
2012-03-31re PR libstdc++/52799 (deque::emplace(iterator, ...) tries to call push_front...Jeffrey Yasskin1-3/+3
2012-03-27functional (mem_fn): Qualify to prevent ADL.Jonathan Wakely1-6/+6
2012-03-27type_traits (result_of): Fix handling of cv-quals.Jonathan Wakely1-14/+10
2012-03-23forward_list.h: Slightly tweak two comments.Paolo Carlini1-3/+2
2012-03-22array (array<>::at(size_type) const): Fix version for undefined __EXCEPTIONS.Paolo Carlini1-2/+3
2012-03-20stl_list.h (list::_M_size): Use NSDMI.Jonathan Wakely1-8/+2
2012-03-19[multiple changes]Paolo Carlini2-3/+3
2012-03-19allocator.h (std::allocator): Base class is __allocator_base.Benjamin Kosnik2-8/+12