aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2011-06-14ptr_traits.h (pointer_traits<T*>::pointer_to): Use noexcept.Jonathan Wakely2-1/+13
2011-06-14valarray (~valarray): Use noexcept.Paolo Carlini7-3/+123
2011-06-14functional: Use noexcept.Paolo Carlini3-26/+34
2011-06-12allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix.François Dumont17-54/+391
2011-06-11extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to...Jonathan Wakely4-0/+108
2011-06-11explicit_instantiation.cc: Add another instantiation.Jonathan Wakely2-1/+19
2011-06-11typedefs.cc: Check for allocator_type and value_type.Jonathan Wakely2-0/+7
2011-06-11uses_allocator.cc: New.Jonathan Wakely3-0/+69
2011-06-10throw_allocator.h: Use noexcept.Paolo Carlini10-96/+132
2011-06-10*: Doxygen markup redo.Benjamin Kosnik68-1380/+1294
2011-06-10* testsuite/20_util/bind/ref_neg.cc: Remove wrong test lines.Jason Merrill2-6/+6
2011-06-10ref_neg.cc: Remove dg-excess-errors, fix dg-error markup.Jason Merrill2-31/+55
2011-06-09* semantics.c (maybe_constant_value): Handle overflowed input.Jason Merrill2-1/+4
2011-06-09prune.exp (libstdc++-dg-prune): Prune notes.Jason Merrill42-44/+63
2011-06-09extract_symvers.in: Handle processor/OS specific or unknown symbol binding st...Simon Baldwin2-0/+8
2011-06-09type_traits (__is_copy_assignable_impl, [...]): Fix typos.Paolo Carlini2-2/+7
2011-06-08extptr_allocator.h: Include <ext/numeric_traits.h> instead of <limits>.Paolo Carlini4-6/+15
2011-06-08allocator.h (__shrink_to_fit): Simplify.Paolo Carlini5-25/+24
2011-06-07re PR c++/48969 (ICE with -std=c++0x)Jason Merrill19-39/+60
2011-06-072011-06-07 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2011-06-072011-06-07 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+3
2011-06-07move.h (struct __move_if_noexcept_cond): Add.Paolo Carlini9-45/+276
2011-06-07re PR libstdc++/49293 (22_locale/time_get/get_weekday/char/38081-[12].cc fail...Paolo Carlini3-2/+27
2011-06-06move.h (move_if_noexcept): Use __and_ and __not_.Paolo Carlini2-2/+6
2011-06-05ptr_traits.h (pointer_traits): Fix typos.Jonathan Wakely3-4/+50
2011-06-04testsuite_allocator.h (tracker_allocator::construct): Update to C++0x definit...Jonathan Wakely2-24/+41
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini68-95/+684
2011-05-31basic_string.h: Use noexcept per the FDIS (minus compare(const string&)...Paolo Carlini6-85/+136
2011-05-31status_cxx200x.xml: Update.Jonathan Wakely42-173/+175
2011-05-31type_traits (__or_, __and_): Add trivial definitions for a single element.Paolo Carlini10-71/+132
2011-05-31tuple: Restore is_convertible constraint.Jonathan Wakely3-74/+6
2011-05-30re PR libstdc++/49236 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc)Paolo Carlini2-1/+7
2011-05-30tuple: Implement uses-allocator construction.Jonathan Wakely10-31/+765
2011-05-28pointer_to.cc: Fix.Jonathan Wakely2-2/+8
2011-05-28acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...Jonathan Wakely12-7/+374
2011-05-28pointer_to.cc: New.Jonathan Wakely2-0/+54
2011-05-28Makefile.am: Add new ptr_traits.h header.Jonathan Wakely22-59/+1290
2011-05-28future (launch): Update enumerators and define operators required for bitmask...Jonathan Wakely6-33/+165
2011-05-28future: Use noexcept.Jonathan Wakely3-67/+72
2011-05-27thread (this_thread::sleep_until): Move after sleep_for.Jonathan Wakely2-6/+10
2011-05-27re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini16-30/+76
2011-05-26list.cc: Use noexcept per the FDIS.Paolo Carlini35-522/+564
2011-05-26stl_queue.h: Use noexcept per the FDIS.Paolo Carlini3-0/+11
2011-05-26gnu.ver: Correct last change, export instead at the existing @3.4.16.Paolo Carlini5-8/+11
2011-05-26documentation_hacking.xml: Minor corrections.Jonathan Wakely2-2/+6
2011-05-26mutex: Add doxygen comments.Jonathan Wakely2-0/+8
2011-05-25gnu.ver: Export recently added basic_streambuf and basic_stringbuf symbols @3...Paolo Carlini5-2/+22
2011-05-26guard.cc: Fix comments.Jonathan Wakely2-15/+19
2011-05-25re PR libstdc++/49060 (use of deleted memory in __gnu_cxx::hashtable::erase)Ian Lance Taylor3-7/+51
2011-05-25random.h (random_device::min, max): Specify constexpr.Paolo Carlini2-4/+8