summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits
Commit message (Expand)AuthorAgeFilesLines
* re PR libstdc++/51183 (pair piecewise_construct_t constructor copies)Jonathan Wakely2011-12-061-12/+6
* type_traits: Doxygen improvements.Jonathan Wakely2011-12-041-11/+39
* stl_heap.h (pop_heap): Check for non-empty range in overload taking a predicate.Markus Trippelsdorf2011-12-041-0/+1
* macros.h (__glibcxx_check_non_empty_range): Define.Jonathan Wakely2011-12-031-2/+4
* acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.Benjamin Kosnik2011-12-011-19/+3
* hashtable.h (_Hashtable<>::_M_rehash): Remove code useless now that the hasht...François Dumont2011-11-291-39/+5
* c-familyAndrew MacLeod2011-11-281-12/+11
* re PR libstdc++/41975 ([C++0x] [DR579] unordered_set::erase performs worse wh...François Dumont2011-11-234-397/+653
* re PR libstdc++/51209 (The template _M_find_node in hashtable.h has a bad ret...Harti Brandt2011-11-181-2/+2
* hash-long-double-aux.cc: Rename to...Paolo Carlini2011-11-187-40/+53
* re PR libstdc++/51102 (missing macros in <atomic>)Andrew MacLeod2011-11-161-1/+2
* re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX...Paolo Carlini2011-11-154-0/+25
* re PR middle-end/51038 (29_atomics/atomic_flag/clear/1.cc test_and_set/explic...Andrew MacLeod2011-11-101-50/+14
* allocator.h (__shrink_to_fit_aux::_S_do_it): Create the new object with the s...Jonathan Wakely2011-11-091-1/+2
* stl_vector.h (vector::_Alloc_traits): Make private.Jonathan Wakely2011-11-091-1/+1
* shared_ptr_base.h (_Sp_counted_ptr): Make 'final'.Jonathan Wakely2011-11-081-65/+73
* ptr_traits.h (__rebind): Replace with...Jonathan Wakely2011-11-082-63/+10
* atomic_base.h (atomic_thread_fence): Revert.Andrew MacLeod2011-11-071-8/+2
* atomic_base.h (atomic_thread_fence): Call builtin.Andrew MacLeod2011-11-071-6/+54
* basic_string.h (basic_string::at): Move adjacent to other overload.Jonathan Wakely2011-11-071-20/+31
* Check in patch/merge from cxx-mem-model BranchAndrew Macleod2011-11-063-1437/+600
* re PR libstdc++/50951 (state of subtract_with_carry_engine not saved correctl...Paolo Carlini2011-11-022-6/+13
* c++config: Add tr2 to versioned namespaces.Benjamin Kosnik2011-11-021-0/+5
* Makefile.am (install-freestanding-headers): Install c++0x_warning.h.Jason Merrill2011-11-0111-0/+22
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-311-3/+3
* re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru...Jason Merrill2011-10-181-0/+2
* configure.host: Use config/os/mingw32-w64 instead of config/os/mingw32 if ven...Jonathan Yong2011-10-142-9/+9
* re PR libstdc++/50714 (codecvt_byname::codecvt::_M_c_locale_codecvt not initi...Paolo Carlini2011-10-141-1/+3
* re PR c++/50594 (Option -fwhole-program discards replaced new operator for st...Paolo Carlini2011-10-121-0/+2
* re PR libstdc++/50661 (std::equal should use more efficient version for array...Emil Wojak2011-10-111-1/+2
* re PR libstdc++/49561 ([C++0x] std::list::size complexity)Paolo Carlini2011-10-042-30/+95
* alloc_traits.h (__alloc_traits::max_size): Define.Jonathan Wakely2011-10-041-2/+3
* hashtable.h (_Hashtable<>::insert(value_type&&), [...]): Don't define here...Paolo Carlini2011-10-032-27/+43
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept from de...Paolo Carlini2011-09-291-4/+2
* re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior ...Paolo Carlini2011-09-273-5/+11
* re PR libstdc++/48698 (gnu-versioned-namespace problems)Benjamin Kosnik2011-09-271-18/+19
* re PR libstdc++/50510 ([C++0x] transposed variable names in std::seed_seq::ge...John Salmon2011-09-241-2/+2
* re PR libstdc++/50509 ([C++0x] incorrect code in std::seed_seq::generate)John Salmon2011-09-241-2/+2
* hashtable.h (_Hashtable<>::__rehash_policy(const _RehashPolicy&)): Commit the...François Dumont2011-09-171-2/+2
* hashtable.h (_Hashtable<>::_M_rehash): Take and restore hash policy _M_prev_r...François Dumont2011-09-141-23/+41
* tuple: Use everywhere std::size_t...Paolo Carlini2011-09-101-2/+2
* re PR libstdc++/50336 (LWG issue 445)Paolo Carlini2011-09-081-1/+7
* hashtable_policy.h (_Prime_rehash_policy:: _M_next_bkt): Cast _M_max_load_fac...François Dumont2011-09-061-23/+12
* re PR libstdc++/50257 ([C++0x] unordered_map slow initialization due to huge ...Paolo Carlini2011-09-061-2/+9
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo...Paolo Carlini2011-09-011-6/+3
* stl_iterator.h (make_move_iterator): Implement DR2061.Paolo Carlini2011-08-301-2/+3
* re PR libstdc++/50118 (node-based containers cannot use allocators with expli...Paolo Carlini2011-08-298-41/+43
* move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045.Paolo Carlini2011-08-282-11/+3
* re PR libstdc++/50119 ([C++0x] copy_n advances InputIterator one more time th...Paolo Carlini2011-08-181-4/+10
* future: constexpr functions are implicitly inline.Paolo Carlini2011-08-112-5/+5