aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2011-07-11re PR libstdc++/49559 ([C++0x] stable_sort calls self-move-assignment operator)Paolo Carlini2-94/+171
2011-07-09Makefile.am: Add new header.Jonathan Wakely3-0/+375
2011-07-09stl_vector.h: Use new allocator model in C++0x mode.Jonathan Wakely2-55/+134
2011-07-09alloc_traits.h (__allocator_always_compares_equal): New trait, provide partia...Jonathan Wakely1-4/+79
2011-07-09cast.h: Fix typo in include guard.Jonathan Wakely2-14/+9
2011-07-09re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely4-44/+146
2011-07-08configure.host (abi_baseline_subdir_switch): Describe.Rainer Orth1-0/+1
2011-06-29set.h, [...]: Remove base class default constructor calls.François Dumont11-68/+54
2011-06-22pat_trie_base.hpp: Avoid -Wall warning.Paolo Carlini1-1/+1
2011-06-22stl_construct.h: Update Copyright years.Paolo Carlini2-2/+2
2011-06-22Makefile.am: Add alloc_traits.h headers.Jonathan Wakely8-411/+647
2011-06-21move.h (__is_nothrow_swappable): Add.Daniel Krugler2-2/+16
2011-06-20tuple (__conv_types, [...]): Add.Daniel Krugler1-111/+38
2011-06-14ptr_traits.h (pointer_traits<T*>::pointer_to): Use noexcept.Jonathan Wakely1-1/+1
2011-06-14valarray (~valarray): Use noexcept.Paolo Carlini2-3/+3
2011-06-14functional: Use noexcept.Paolo Carlini2-26/+29
2011-06-12allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix.François Dumont11-54/+150
2011-06-11extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to...Jonathan Wakely1-0/+9
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini8-65/+84
2011-06-10*: Doxygen markup redo.Benjamin Kosnik67-1380/+1288
2011-06-09type_traits (__is_copy_assignable_impl, [...]): Fix typos.Paolo Carlini1-2/+2
2011-06-08extptr_allocator.h: Include <ext/numeric_traits.h> instead of <limits>.Paolo Carlini3-6/+7
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 Wakely2-4/+44
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini36-79/+158
2011-05-31basic_string.h: Use noexcept per the FDIS (minus compare(const string&)...Paolo Carlini5-85/+125
2011-05-31type_traits (__or_, __and_): Add trivial definitions for a single element.Paolo Carlini3-58/+97
2011-05-31tuple: Restore is_convertible constraint.Jonathan Wakely1-1/+1
2011-05-30tuple: Implement uses-allocator construction.Jonathan Wakely5-31/+355
2011-05-28acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...Jonathan Wakely1-2/+1
2011-05-28Makefile.am: Add new ptr_traits.h header.Jonathan Wakely12-59/+718
2011-05-28future (launch): Update enumerators and define operators required for bitmask...Jonathan Wakely1-28/+57
2011-05-28future: Use noexcept.Jonathan Wakely1-61/+61
2011-05-27thread (this_thread::sleep_until): Move after sleep_for.Jonathan Wakely1-6/+6
2011-05-27re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini6-14/+26
2011-05-26list.cc: Use noexcept per the FDIS.Paolo Carlini32-507/+507
2011-05-26stl_queue.h: Use noexcept per the FDIS.Paolo Carlini2-0/+6
2011-05-26mutex: Add doxygen comments.Jonathan Wakely1-0/+4
2011-05-25re PR libstdc++/49060 (use of deleted memory in __gnu_cxx::hashtable::erase)Ian Lance Taylor1-7/+8
2011-05-25random.h (random_device::min, max): Specify constexpr.Paolo Carlini1-4/+4
2011-05-25thread: Use noexcept throughout per the FDIS.Paolo Carlini2-35/+35
2011-05-24re PR libstdc++/49151 ([C++0x][constexpr] chrono::duration has incorrect non-...Paolo Carlini1-25/+30
2011-05-24c++config (_GLIBCXX_NOTHROW): Update for noexcept.Paolo Carlini1-3/+6
2011-05-24re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructo...Benjamin Kosnik253-9477/+6703
2011-05-23streambuf_iterator.h: Use noexcept per the FDIS.Paolo Carlini1-6/+12
2011-05-23[multiple changes]Paolo Carlini1-3/+6
2011-05-21unique_ptr.h: Use noexcept per the FDIS.Paolo Carlini1-43/+43
2011-05-21char_traits.h: Use noexcept throughout.Paolo Carlini4-72/+70