aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2011-05-31type_traits (__or_, __and_): Add trivial definitions for a single element.Paolo Carlini3-58/+97
2011-05-31tuple: Restore is_convertible constraint.Jonathan Wakely1-1/+1
2011-05-30tuple: Implement uses-allocator construction.Jonathan Wakely5-31/+355
2011-05-28acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...Jonathan Wakely1-2/+1
2011-05-28Makefile.am: Add new ptr_traits.h header.Jonathan Wakely12-59/+718
2011-05-28future (launch): Update enumerators and define operators required for bitmask...Jonathan Wakely1-28/+57
2011-05-28future: Use noexcept.Jonathan Wakely1-61/+61
2011-05-27thread (this_thread::sleep_until): Move after sleep_for.Jonathan Wakely1-6/+6
2011-05-27re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?...Paolo Carlini6-14/+26
2011-05-26list.cc: Use noexcept per the FDIS.Paolo Carlini32-507/+507
2011-05-26stl_queue.h: Use noexcept per the FDIS.Paolo Carlini2-0/+6
2011-05-26mutex: Add doxygen comments.Jonathan Wakely1-0/+4
2011-05-25re PR libstdc++/49060 (use of deleted memory in __gnu_cxx::hashtable::erase)Ian Lance Taylor1-7/+8
2011-05-25random.h (random_device::min, max): Specify constexpr.Paolo Carlini1-4/+4
2011-05-25thread: Use noexcept throughout per the FDIS.Paolo Carlini2-35/+35
2011-05-24re PR libstdc++/49151 ([C++0x][constexpr] chrono::duration has incorrect non-...Paolo Carlini1-25/+30
2011-05-24c++config (_GLIBCXX_NOTHROW): Update for noexcept.Paolo Carlini1-3/+6
2011-05-24re PR libstdc++/37144 (A bug in include/ext/pb_ds/detail/pat_trie_/constructo...Benjamin Kosnik253-9477/+6703
2011-05-23streambuf_iterator.h: Use noexcept per the FDIS.Paolo Carlini1-6/+12
2011-05-23[multiple changes]Paolo Carlini1-3/+6
2011-05-21unique_ptr.h: Use noexcept per the FDIS.Paolo Carlini1-43/+43
2011-05-21char_traits.h: Use noexcept throughout.Paolo Carlini4-72/+70
2011-05-20re PR c++/24163 (dependent Base class scope examined during unqualified name ...Jason Merrill15-45/+53
2011-05-19tuple (tuple_element<__i, [...]): Add.Paolo Carlini3-20/+46
2011-05-19tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.Paolo Carlini4-15/+28
2011-05-19[multiple changes]Paolo Carlini1-7/+107
2011-05-18shared_ptr_base.h: Use noexcept.Jonathan Wakely2-122/+128
2011-05-18initializer_list: Use noexcept specifier.Paolo Carlini4-184/+200
2011-05-18tuple: Use noexcept where appropriate.Paolo Carlini1-36/+49
2011-05-16utility: Simplify the last commit, the whole std::get code is C++0x only.Paolo Carlini1-18/+12
2011-05-16utility (get(std::pair<>&&)): Add.Paolo Carlini4-38/+76
2011-05-15c++config (_GLIBCXX_NOEXCEPT, [...]): Add.Paolo Carlini2-250/+266
2011-05-11hash_load_check_resize_trigger_imp.hpp (assert_valid): Replace _GLIBCXX_DEBUG...François Dumont29-294/+80
2011-05-09re PR libstdc++/48933 (Infinite recursion in tr1/cmath functions with complex...Paolo Carlini2-270/+246
2011-05-07macro.h (_GLIBCXX_DEBUG_VERIFY_AT): New.François Dumont116-1352/+1694
2011-05-04PR libstdc++/47913 (again)Marc Glisse1-108/+245
2011-05-03re PR libstdc++/48848 ([C++0x] std::valarray<T> functions missing)Paolo Carlini1-4/+61
2011-05-03re PR libstdc++/48750 (for_each_template_random_access_ed has unbalanced new/...Paolo Carlini7-35/+77
2011-05-03functional (bind): Remove from overload set when first argument type might be...Jonathan Wakely1-20/+39
2011-05-02sso_string_base.h (__sso_string_base<>::_M_construct): Fix unqualified lookup.Ollie Wild3-19/+18
2011-04-30[multiple changes]Paolo Carlini1-36/+48
2011-04-30Makefile.am (install-freestanding-headers): Also install cxxabi_tweaks.h.Doug Kwan2-0/+2
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 Carlini9-35/+93
2011-04-27move.h (move_if_noexcept): Add.Paolo Carlini1-3/+18
2011-04-25type_traits (struct underlying_type): Add.Paolo Carlini1-1/+6
2011-04-24multiway_merge.h: Uglify equally_split and equally_split_point throughout.Paolo Carlini9-24/+24
2011-04-19re PR libstdc++/48521 ([C++0x] std::result_of doesn't work with pointer to me...Jonathan Wakely3-59/+151
2011-04-19type_traits (is_nothrow_default_constructible, [...]): Add.Paolo Carlini1-30/+117
2011-04-17PR libstdc++/48635 (again)Daniel Krugler1-4/+4