summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 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
* tuple: Use noexcept where appropriate.Paolo Carlini2011-05-184-37/+101
* utility: Simplify the last commit, the whole std::get code is C++0x only.Paolo Carlini2011-05-162-18/+17
* utility (get(std::pair<>&&)): Add.Paolo Carlini2011-05-168-39/+154
* c++config (_GLIBCXX_NOEXCEPT, [...]): Add.Paolo Carlini2011-05-154-251/+277
* overloads_c++0x_neg.cc: Use dg-require-cmath.Paolo Carlini2011-05-113-9/+9
* hash_load_check_resize_trigger_imp.hpp (assert_valid): Replace _GLIBCXX_DEBUG...François Dumont2011-05-1130-294/+108
* re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex...Paolo Carlini2011-05-095-270/+389
* macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New.François Dumont2011-05-07117-1352/+1766
* named_equivalence.cc: Fix.Paolo Carlini2011-05-062-3/+7
* PR libstdc++/47913 (again)Marc Glisse2011-05-045-117/+284
* re PR libstdc++/48848 ([C++0x] std::valarray<T> functions missing)Paolo Carlini2011-05-035-7/+149
* re PR libstdc++/48750 (for_each_template_random_access_ed has unbalanced new/...Paolo Carlini2011-05-0310-35/+166
* functional (bind): Remove from overload set when first argument type might be...Jonathan Wakely2011-05-033-20/+86
* re PR libstdc++/48848 ([C++0x] std::valarray<T> functions missing)Jonathan Wakely2011-05-0342-154/+160
* 2011-05-02 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2011-05-021-6/+0
* sso_string_base.h (__sso_string_base<>::_M_construct): Fix unqualified lookup.Ollie Wild2011-05-024-19/+36
* status_cxx200x.xml: Update to reflect current status and FDIS content.Jonathan Wakely2011-05-02100-959/+1130
* [multiple changes]Paolo Carlini2011-04-305-41/+70
* Makefile.am (install-freestanding-headers): Also install cxxabi_tweaks.h.Doug Kwan2011-04-303-0/+8
* 2011-04-28 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2011-04-287-66/+29
* re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Paolo Carlini2011-04-2812-35/+223
* move.h (move_if_noexcept): Add.Paolo Carlini2011-04-274-3/+180
* 2011-04-26 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2011-04-261-6/+6