aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-25thread: Use noexcept throughout per the FDIS.Paolo Carlini3-35/+40
2011-05-25dr2020.cc: Fix typo.Paolo Carlini2-1/+5
2011-05-24re PR libstdc++/49151 ([C++0x][constexpr] chrono::duration has incorrect non-...Paolo Carlini3-25/+103
2011-05-24re PR libstdc++/49141 (26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX ...Paolo Carlini4-6/+13
2011-05-24c++config (_GLIBCXX_NOTHROW): Update for noexcept.Paolo Carlini3-4/+13
2011-05-24re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructo...Benjamin Kosnik360-10178/+9230
2011-05-23streambuf_iterator.h: Use noexcept per the FDIS.Paolo Carlini2-6/+19
2011-05-23* libsupc++/exception_ptr.h: Fix compilation in C++0x mode.Jason Merrill2-1/+7
2011-05-23[multiple changes]Paolo Carlini5-3/+131
2011-05-21unique_ptr.h: Use noexcept per the FDIS.Paolo Carlini2-43/+47
2011-05-21propagation_consistent.cc: Fix vs POD-ness of value_type.Paolo Carlini5-21/+24
2011-05-21char_traits.h: Use noexcept throughout.Paolo Carlini10-74/+311
2011-05-20re PR c++/24163 (dependent Base class scope examined during unqualified name ...Jason Merrill19-55/+89
2011-05-19tuple (tuple_element<__i, [...]): Add.Paolo Carlini7-21/+139