aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits
AgeCommit message (Expand)AuthorFilesLines
2011-09-27re PR libstdc++/50529 ([C++0x] std::vector::erase invokes undefined behavior ...Paolo Carlini3-5/+11
2011-09-27re PR libstdc++/48698 (gnu-versioned-namespace problems)Benjamin Kosnik1-18/+19
2011-09-24re PR libstdc++/50510 ([C++0x] transposed variable names in std::seed_seq::ge...John Salmon1-2/+2
2011-09-24re PR libstdc++/50509 ([C++0x] incorrect code in std::seed_seq::generate)John Salmon1-2/+2
2011-09-17hashtable.h (_Hashtable<>::__rehash_policy(const _RehashPolicy&)): Commit the...François Dumont1-2/+2
2011-09-14hashtable.h (_Hashtable<>::_M_rehash): Take and restore hash policy _M_prev_r...François Dumont1-23/+41
2011-09-10tuple: Use everywhere std::size_t...Paolo Carlini1-2/+2
2011-09-08re PR libstdc++/50336 (LWG issue 445)Paolo Carlini1-1/+7
2011-09-06hashtable_policy.h (_Prime_rehash_policy:: _M_next_bkt): Cast _M_max_load_fac...François Dumont1-23/+12
2011-09-06re PR libstdc++/50257 ([C++0x] unordered_map slow initialization due to huge ...Paolo Carlini1-2/+9
2011-09-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo...Paolo Carlini1-6/+3
2011-08-30stl_iterator.h (make_move_iterator): Implement DR2061.Paolo Carlini1-2/+3
2011-08-29re PR libstdc++/50118 (node-based containers cannot use allocators with expli...Paolo Carlini8-41/+43
2011-08-28move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045.Paolo Carlini2-11/+3
2011-08-18re PR libstdc++/50119 ([C++0x] copy_n advances InputIterator one more time th...Paolo Carlini1-4/+10
2011-08-11future: constexpr functions are implicitly inline.Paolo Carlini2-5/+5
2011-08-07alloc_traits.h: Fix doxygen @headername.Jonathan Wakely1-1/+1
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik36-3130/+3184
2011-08-04atomic.cc: Use noexcept.Paolo Carlini3-186/+219
2011-07-31re PR libstdc++/49925 ([C++0x] ADL bug mixing boost::shared_ptr and std::make...Paolo Carlini2-5/+5
2011-07-25re PR libstdc++/49836 ([C++0x] vector<T>::push_back() should not require T to...Paolo Carlini2-1/+53
2011-07-24hashtable_policy.h (_Prime_rehash_policy::_M_next_bkt, [...]): Fix typos in t...Paolo Carlini1-3/+3
2011-07-24hashtable_policy.h (_Prime_rehash_policy): Use __builtin_floor rather than __...François Dumont1-9/+9
2011-07-23move.h (move, forward): Mark constexpr.Benjamin Kosnik2-9/+9
2011-07-18re PR libstdc++/48430 (std::hash partial specialization for std::unique_ptr a...Paolo Carlini2-2/+2
2011-07-11re PR libstdc++/49559 ([C++0x] stable_sort calls self-move-assignment operator)Paolo Carlini2-94/+171
2011-07-09stl_vector.h: Use new allocator model in C++0x mode.Jonathan Wakely2-55/+134
2011-06-22stl_construct.h: Update Copyright years.Paolo Carlini2-2/+2
2011-06-22Makefile.am: Add alloc_traits.h headers.Jonathan Wakely4-411/+521
2011-06-21move.h (__is_nothrow_swappable): Add.Daniel Krugler2-2/+16
2011-06-14ptr_traits.h (pointer_traits<T*>::pointer_to): Use noexcept.Jonathan Wakely1-1/+1
2011-06-14valarray (~valarray): Use noexcept.Paolo Carlini1-1/+1
2011-06-14functional: Use noexcept.Paolo Carlini1-2/+3
2011-06-12allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix.François Dumont7-47/+114
2011-06-08extptr_allocator.h: Include <ext/numeric_traits.h> instead of <limits>.Paolo Carlini1-2/+2
2011-06-08allocator.h (__shrink_to_fit): Simplify.Paolo Carlini4-23/+13
2011-06-07move.h (struct __move_if_noexcept_cond): Add.Paolo Carlini4-43/+67
2011-06-06move.h (move_if_noexcept): Use __and_ and __not_.Paolo Carlini1-2/+2
2011-06-05ptr_traits.h (pointer_traits): Fix typos.Jonathan Wakely1-4/+5
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini14-27/+74
2011-05-31basic_string.h: Use noexcept per the FDIS (minus compare(const string&)...Paolo Carlini2-32/+40
2011-05-31type_traits (__or_, __and_): Add trivial definitions for a single element.Paolo Carlini1-17/+27
2011-05-30tuple: Implement uses-allocator construction.Jonathan Wakely2-27/+110
2011-05-28Makefile.am: Add new ptr_traits.h header.Jonathan Wakely2-3/+625
2011-05-26list.cc: Use noexcept per the FDIS.Paolo Carlini12-212/+212
2011-05-26stl_queue.h: Use noexcept per the FDIS.Paolo Carlini2-0/+6
2011-05-25random.h (random_device::min, max): Specify constexpr.Paolo Carlini1-4/+4
2011-05-24c++config (_GLIBCXX_NOTHROW): Update for noexcept.Paolo Carlini1-3/+6
2011-05-23streambuf_iterator.h: Use noexcept per the FDIS.Paolo Carlini1-6/+12
2011-05-21unique_ptr.h: Use noexcept per the FDIS.Paolo Carlini1-43/+43