summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 2011-06-07 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2011-06-071-1/+1
* 2011-06-07 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2011-06-071-0/+3
* move.h (struct __move_if_noexcept_cond): Add.Paolo Carlini2011-06-079-45/+276
* re PR libstdc++/49293 (22_locale/time_get/get_weekday/char/38081-[12].cc fail...Paolo Carlini2011-06-073-2/+27
* move.h (move_if_noexcept): Use __and_ and __not_.Paolo Carlini2011-06-062-2/+6
* ptr_traits.h (pointer_traits): Fix typos.Jonathan Wakely2011-06-053-4/+50
* testsuite_allocator.h (tracker_allocator::construct): Update to C++0x definit...Jonathan Wakely2011-06-042-24/+41
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini2011-06-0168-95/+684
* basic_string.h: Use noexcept per the FDIS (minus compare(const string&)...Paolo Carlini2011-05-316-85/+136
* status_cxx200x.xml: Update.Jonathan Wakely2011-05-3142-173/+175
* type_traits (__or_, __and_): Add trivial definitions for a single element.Paolo Carlini2011-05-3110-71/+132
* tuple: Restore is_convertible constraint.Jonathan Wakely2011-05-313-74/+6
* re PR libstdc++/49236 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc)Paolo Carlini2011-05-302-1/+7
* tuple: Implement uses-allocator construction.Jonathan Wakely2011-05-3010-31/+765
* pointer_to.cc: Fix.Jonathan Wakely2011-05-282-2/+8
* acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...Jonathan Wakely2011-05-2812-7/+374
* pointer_to.cc: New.Jonathan Wakely2011-05-282-0/+54
* Makefile.am: Add new ptr_traits.h header.Jonathan Wakely2011-05-2822-59/+1290
* future (launch): Update enumerators and define operators required for bitmask...Jonathan Wakely2011-05-286-33/+165
* future: Use noexcept.Jonathan Wakely2011-05-283-67/+72
* thread (this_thread::sleep_until): Move after sleep_for.Jonathan Wakely2011-05-272-6/+10
* re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini2011-05-2716-30/+76
* list.cc: Use noexcept per the FDIS.Paolo Carlini2011-05-2635-522/+564
* stl_queue.h: Use noexcept per the FDIS.Paolo Carlini2011-05-263-0/+11
* gnu.ver: Correct last change, export instead at the existing @3.4.16.Paolo Carlini2011-05-265-8/+11
* documentation_hacking.xml: Minor corrections.Jonathan Wakely2011-05-262-2/+6
* mutex: Add doxygen comments.Jonathan Wakely2011-05-262-0/+8
* gnu.ver: Export recently added basic_streambuf and basic_stringbuf symbols @3...Paolo Carlini2011-05-255-2/+22
* guard.cc: Fix comments.Jonathan Wakely2011-05-262-15/+19
* re PR libstdc++/49060 (use of deleted memory in __gnu_cxx::hashtable::erase)Ian Lance Taylor2011-05-253-7/+51
* random.h (random_device::min, max): Specify constexpr.Paolo Carlini2011-05-252-4/+8
* thread: Use noexcept throughout per the FDIS.Paolo Carlini2011-05-253-35/+40
* dr2020.cc: Fix typo.Paolo Carlini2011-05-252-1/+5
* re PR libstdc++/49151 ([C++0x][constexpr] chrono::duration has incorrect non-...Paolo Carlini2011-05-243-25/+103
* re PR libstdc++/49141 (26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX ...Paolo Carlini2011-05-244-6/+13
* c++config (_GLIBCXX_NOTHROW): Update for noexcept.Paolo Carlini2011-05-243-4/+13
* re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructo...Benjamin Kosnik2011-05-24360-10178/+9230
* streambuf_iterator.h: Use noexcept per the FDIS.Paolo Carlini2011-05-232-6/+19
* * libsupc++/exception_ptr.h: Fix compilation in C++0x mode.Jason Merrill2011-05-232-1/+7
* [multiple changes]Paolo Carlini2011-05-235-3/+131
* unique_ptr.h: Use noexcept per the FDIS.Paolo Carlini2011-05-212-43/+47
* propagation_consistent.cc: Fix vs POD-ness of value_type.Paolo Carlini2011-05-215-21/+24
* char_traits.h: Use noexcept throughout.Paolo Carlini2011-05-2110-74/+311
* re PR c++/24163 (dependent Base class scope examined during unqualified name ...Jason Merrill2011-05-2019-55/+89
* tuple (tuple_element<__i, [...]): Add.Paolo Carlini2011-05-197-21/+139
* tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.Paolo Carlini2011-05-1912-28/+282
* [multiple changes]Paolo Carlini2011-05-1925-76/+1722
* shared_ptr_base.h: Use noexcept.Jonathan Wakely2011-05-185-127/+141
* * doc/xml/manual/bitmap_allocator.xml: Fix typos.Jonathan Wakely2011-05-182-3/+7
* initializer_list: Use noexcept specifier.Paolo Carlini2011-05-186-191/+218