aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
2011-08-11future: constexpr functions are implicitly inline.Paolo Carlini3-42/+42
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik10-385/+420
2011-08-04atomic.cc: Use noexcept.Paolo Carlini1-189/+205
2011-08-03tuple: Mark more constructors constexpr.Benjamin Kosnik1-18/+34
2011-07-26array (at): Remove constexpr when -fno-exceptions.Benjamin Kosnik1-5/+10
2011-07-21mutex (timed_mutex, [...]): Update to use steady_clock instead of monotonic_c...Paolo Carlini1-2/+2
2011-07-21array (array::at, [...]): Mark constexpr.Benjamin Kosnik1-6/+10
2011-07-21chrono: (system_clock::is_steady): Update to N3291 from is_monotonic.Benjamin Kosnik1-13/+23
2011-07-20system_error: Use noexcept.Paolo Carlini1-51/+53
2011-07-20bitset (operator[]): Make constexpr.Benjamin Kosnik1-8/+7
2011-07-09Makefile.am: Add new header.Jonathan Wakely1-0/+373
2011-07-09re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues)Jonathan Wakely4-44/+146
2011-06-22Makefile.am: Add alloc_traits.h headers.Jonathan Wakely1-0/+1
2011-06-20tuple (__conv_types, [...]): Add.Daniel Krugler1-111/+38
2011-06-14valarray (~valarray): Use noexcept.Paolo Carlini1-2/+2
2011-06-14functional: Use noexcept.Paolo Carlini1-24/+26
2011-06-09type_traits (__is_copy_assignable_impl, [...]): Fix typos.Paolo Carlini1-2/+2
2011-06-08extptr_allocator.h: Include <ext/numeric_traits.h> instead of <limits>.Paolo Carlini1-1/+1
2011-05-31type_traits (__or_, __and_): Add trivial definitions for a single element.Paolo Carlini2-41/+70
2011-05-31tuple: Restore is_convertible constraint.Jonathan Wakely1-1/+1
2011-05-30tuple: Implement uses-allocator construction.Jonathan Wakely1-4/+243
2011-05-28acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR...Jonathan Wakely1-2/+1
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-26mutex: Add doxygen comments.Jonathan Wakely1-0/+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-23[multiple changes]Paolo Carlini1-3/+6
2011-05-21char_traits.h: Use noexcept throughout.Paolo Carlini2-22/+18
2011-05-20re PR c++/24163 (dependent Base class scope examined during unqualified name ...Jason Merrill1-3/+6
2011-05-19tuple (tuple_element<__i, [...]): Add.Paolo Carlini3-20/+46
2011-05-19tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.Paolo Carlini1-12/+16
2011-05-19[multiple changes]Paolo Carlini1-7/+107
2011-05-18initializer_list: Use noexcept specifier.Paolo Carlini1-122/+126
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 Carlini2-33/+66
2011-05-15c++config (_GLIBCXX_NOEXCEPT, [...]): Add.Paolo Carlini1-250/+255
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-03functional (bind): Remove from overload set when first argument type might be...Jonathan Wakely1-20/+39
2011-04-30[multiple changes]Paolo Carlini1-36/+48
2011-04-28re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Paolo Carlini2-6/+27
2011-04-25type_traits (struct underlying_type): Add.Paolo Carlini1-1/+6
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-15istream: Fix comments in the light of DR60 + N3168.Paolo Carlini1-13/+16
2011-04-13[multiple changes]Paolo Carlini1-420/+792
2011-04-12re PR libstdc++/48476 ([C++0x] conversion between std::tuple which have refer...Takaya Saito1-11/+12