aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-19tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.Paolo Carlini12-28/+282
2011-05-19[multiple changes]Paolo Carlini25-76/+1722
2011-05-18shared_ptr_base.h: Use noexcept.Jonathan Wakely5-127/+141
2011-05-18* doc/xml/manual/bitmap_allocator.xml: Fix typos.Jonathan Wakely2-3/+7
2011-05-18initializer_list: Use noexcept specifier.Paolo Carlini6-191/+218
2011-05-18tuple: Use noexcept where appropriate.Paolo Carlini4-37/+101
2011-05-16utility: Simplify the last commit, the whole std::get code is C++0x only.Paolo Carlini2-18/+17
2011-05-16utility (get(std::pair<>&&)): Add.Paolo Carlini8-39/+154
2011-05-15c++config (_GLIBCXX_NOEXCEPT, [...]): Add.Paolo Carlini4-251/+277
2011-05-11overloads_c++0x_neg.cc: Use dg-require-cmath.Paolo Carlini3-9/+9
2011-05-11hash_load_check_resize_trigger_imp.hpp (assert_valid): Replace _GLIBCXX_DEBUG...François Dumont30-294/+108
2011-05-09re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex...Paolo Carlini5-270/+389
2011-05-07macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New.François Dumont117-1352/+1766
2011-05-06named_equivalence.cc: Fix.Paolo Carlini2-3/+7
2011-05-04PR libstdc++/47913 (again)Marc Glisse5-117/+284
2011-05-03re PR libstdc++/48848 ([C++0x] std::valarray<T> functions missing)Paolo Carlini5-7/+149
2011-05-03re PR libstdc++/48750 (for_each_template_random_access_ed has unbalanced new/...Paolo Carlini10-35/+166
2011-05-03functional (bind): Remove from overload set when first argument type might be...Jonathan Wakely3-20/+86