aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-03re PR libstdc++/48848 ([C++0x] std::valarray<T> functions missing)Jonathan Wakely42-154/+160
2011-05-022011-05-02 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-6/+0
2011-05-02sso_string_base.h (__sso_string_base<>::_M_construct): Fix unqualified lookup.Ollie Wild4-19/+36
2011-05-02status_cxx200x.xml: Update to reflect current status and FDIS content.Jonathan Wakely100-959/+1130
2011-04-30[multiple changes]Paolo Carlini5-41/+70
2011-04-30Makefile.am (install-freestanding-headers): Also install cxxabi_tweaks.h.Doug Kwan3-0/+8
2011-04-282011-04-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini7-66/+29
2011-04-28re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Paolo Carlini12-35/+223
2011-04-27move.h (move_if_noexcept): Add.Paolo Carlini4-3/+180
2011-04-262011-04-26 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-6/+6
2011-04-25type_traits (struct underlying_type): Add.Paolo Carlini6-2/+144
2011-04-24multiway_merge.h: Uglify equally_split and equally_split_point throughout.Paolo Carlini10-26/+39
2011-04-24parallel_mode.xml: Fix link to libgomp online documentation.Gerald Pfeifer2-2/+7
2011-04-24* libsupc++/cxxabi.h: Adjust link to FAQ entry.Gerald Pfeifer2-1/+5
2011-04-22libstdc++.exp (check_v3_target_time): Discard unused compilation result thank...François Dumont2-84/+66
2011-04-20remove useless if-before-free testsJim Meyering2-2/+6
2011-04-19re PR libstdc++/48521 ([C++0x] std::result_of doesn't work with pointer to me...Jonathan Wakely11-102/+463
2011-04-19re PR testsuite/48675 (20_util/hash/chi2_quality.cc timeout)Hans-Peter Nilsson2-0/+11