summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* re PR libstdc++/53339 (unordered_map::iterator requires Value to be complete ...Paolo Carlini2012-05-156-54/+45
* re PR libstdc++/53263 (priority_queue is very slow if -D_GLIBCXX_DEBUG is used)François Dumont2012-05-113-59/+159
* random.tcc (seed_seq::generate): Cast max() operands to size_t to ensure a te...DJ Delorie2012-05-102-2/+2
* re PR libstdc++/44015 (template parameters not documented)Benjamin Kosnik2012-05-0223-39/+151
* hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration.Benjamin Kosnik2012-05-021-0/+4
* re PR libstdc++/53115 (_Hashtable::_M_rehash_aux(false_type) is broken)François Dumont2012-05-011-37/+35
* re PR libstdc++/51795 (linear_congruential_engine doesn't work correctly)Marc Glisse2012-04-293-73/+105
* functional (function::function(F)): LWG 2132: Disable constructor if argument...Jonathan Wakely2012-04-291-14/+26
* re PR libstdc++/22200 (numeric_limits<signed>::is_modulo is inconsistent with...Marc Glisse2012-04-291-14/+17
* hashtable.h: Adjust doxygen markup for base classes.Benjamin Kosnik2012-04-262-13/+25
* scoped_allocator (scoped_allocator::__outermost): Do not pass non-POD to vara...Jonathan Wakely2012-04-251-4/+4
* type_traits (is_nothrow_destructible): Implement.Daniel Krugler2012-04-231-29/+56
* re PR libstdc++/53080 (tuple interface to std::array doesn't check bounds)Paolo Carlini2012-04-231-6/+19
* re PR c++/53067 (c++0x GCC 4.7.0 Regression std::ref with unordered sets)Paolo Carlini2012-04-221-14/+22
* alloc_traits.h (__alloc_traits::difference_type): Define.Jonathan Wakely2012-04-221-0/+2
* ptr_traits.h (pointer_traits::rebind): Make public.Jonathan Wakely2012-04-221-6/+0
* forward_list (forward_list::splice_after): Check allocators are equal.Jonathan Wakely2012-04-221-0/+12
* re PR libstdc++/53052 ([C++11] is_explicitly_convertible still part of <type_...Paolo Carlini2012-04-201-6/+0
* re PR libstdc++/52702 ([C++11] std::is_trivially_destructible is missing)Paolo Carlini2012-04-151-9/+24
* re PR libstdc++/52699 (infinite loop generated with -O0)Paolo Carlini2012-04-142-22/+58
* safe_iterator.h (_BeforeBeginHelper<>:: _S_Is_Beginnest): Add.Paolo Carlini2012-04-133-7/+24
* unordered_map.h (__unordered_map): Remove.Benjamin Kosnik2012-04-134-1468/+1584
* Fix PR52822 (stable_partition move-assigns object to itself) by scanning for...Jeffrey Yasskin2012-04-121-26/+69
* re PR libstdc++/52942 (using std::ref with a std::unordered_map fails to comp...Paolo Carlini2012-04-122-10/+38
* re PR c++/52924 (Using an std::function object as deleter of shared_ptr in C+...Jonathan Wakely2012-04-111-0/+4
* forward_list.h (splice_after(const_iterator, forward_list&), [...]): Add per ...Paolo Carlini2012-04-113-47/+80
* re PR libstdc++/52931 (std::hash shouldn't be defined for unknown types)Paolo Carlini2012-04-111-7/+3
* re PR libstdc++/52591 ([C++0x] [4.7 Regression] moving std::vector relies on ...Jonathan Wakely2012-04-011-25/+40
* functional (__callable_functor): Overload for volatile-qualified pointers.Jonathan Wakely2012-04-011-0/+10
* re PR libstdc++/52799 (deque::emplace(iterator, ...) tries to call push_front...Jeffrey Yasskin2012-03-311-3/+3
* functional (mem_fn): Qualify to prevent ADL.Jonathan Wakely2012-03-271-6/+6
* type_traits (result_of): Fix handling of cv-quals.Jonathan Wakely2012-03-271-14/+10
* forward_list.h: Slightly tweak two comments.Paolo Carlini2012-03-231-3/+2
* array (array<>::at(size_type) const): Fix version for undefined __EXCEPTIONS.Paolo Carlini2012-03-221-2/+3
* stl_list.h (list::_M_size): Use NSDMI.Jonathan Wakely2012-03-201-8/+2
* [multiple changes]Paolo Carlini2012-03-192-3/+3
* allocator.h (std::allocator): Base class is __allocator_base.Benjamin Kosnik2012-03-192-8/+12
* constructors_destructor_fn_imps.hpp: Increment after recursion.Benjamin Kosnik2012-03-192-4/+12
* re PR libstdc++/52476 ([DR 518] Unordered multimap reorders equivalent elements)François Dumont2012-03-161-25/+135
* Remove obsolete Solaris 8 supportRainer Orth2012-03-142-29/+28
* forward_list.h: Fix comments.Paolo Carlini2012-03-141-21/+23
* formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign.Paolo Carlini2012-03-0914-9/+33
* user.cfg.in: Update to Doxygen 1.8.0.Benjamin Kosnik2012-03-085-56/+56
* re PR libstdc++/52433 ([C++11] debug mode iterators need to move)Jonathan Wakely2012-03-081-1/+11
* stl_algobase.h (iter_swap): In C++11 mode just call swap.Paolo Carlini2012-03-052-6/+39
* re PR libstdc++/43813 ([DR1234] vector<T*>(3, NULL) fails to compile)Paolo Carlini2012-03-0512-48/+233
* re PR libstdc++/52433 ([C++11] debug mode iterators need to move)Jonathan Wakely2012-03-041-1/+32
* limits (numeric_limits): Fix returns per C++11.Paolo Carlini2012-03-021-9/+9
* cstdio: Remove extraneous extern.Benjamin Kosnik2012-03-022-2/+2
* re PR libstdc++/51785 (gets not anymore declared)Benjamin Kosnik2012-03-022-3/+10