Age | Commit message (Expand) | Author | Files | Lines |
2015-09-25 | Avoid creating dangling references in case of nested tuples | Ville Voutilainen | 1 | -8/+36 |
2015-06-30 | Implement N4387, "Improving pair and tuple", and LWG 2367. | Ville Voutilainen | 1 | -49/+441 |
2015-06-23 | array: Include <array>. | François Dumont | 1 | -12/+0 |
2015-06-12 | tuple (__is_tuple_like_impl): Disambiguate array in debug and profile modes. | Jonathan Wakely | 1 | -1/+1 |
2015-06-05 | Add __is_nothrow_swappable and take it into use. | Ville Voutilainen | 1 | -4/+3 |
2015-05-02 | re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::ti... | Jonathan Wakely | 1 | -2/+6 |
2015-01-17 | re PR libstdc++/56785 (std::tuple of two elements does not apply empty base c... | Jonathan Wakely | 1 | -24/+124 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-12 | stl_iterator.h (make_reverse_iterator): LWG DR 2285. | Jonathan Wakely | 1 | -0/+2 |
2014-10-01 | Implement SD-6: SG10 Feature Test Recommendations | Edward Smith-Rowland | 1 | -0/+3 |
2014-07-29 | re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple) | Jonathan Wakely | 1 | -13/+15 |
2014-05-15 | tuple (tuple_size<cv _Tp>): Implement LWG 2313. | Jonathan Wakely | 1 | -7/+8 |
2014-05-14 | tuple (__add_c_ref, [...]): Remove. | Jonathan Wakely | 1 | -100/+65 |
2014-05-13 | re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though... | Jonathan Wakely | 1 | -6/+6 |
2014-04-15 | N3887 Consistent Metafunction Aliases | Jonathan Wakely | 1 | -0/+5 |
2014-04-14 | re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though... | Jonathan Wakely | 1 | -5/+5 |
2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 1 | -1/+1 |
2013-10-31 | tuple (_Index_tuple, [...]): Move to <utility>. | Jonathan Wakely | 1 | -21/+0 |
2013-06-01 | include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'. | Ed Smith-Rowland | 1 | -4/+4 |
2013-05-19 | tuple (get): Implement N3670. | Jonathan Wakely | 1 | -0/+27 |
2013-02-20 | user.cfg.in: Set __cplusplus to 201103L. | Benjamin Kosnik | 1 | -1/+11 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 1 | -1/+1 |
2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 1 | -2/+2 |
2012-11-07 | re PR libstdc++/51850 (debug mode for std::array and tr1::array) | Paolo Carlini | 1 | -14/+2 |
2012-10-18 | move.h (move_if_noexcept): Mark constexpr. | Benjamin Kosnik | 1 | -13/+13 |
2012-06-14 | re PR libstdc++/53648 ([C++11] nested empty tuples) | Jonathan Wakely | 1 | -2/+11 |
2011-12-20 | re PR libstdc++/51365 (cannot use final empty class in std::tuple) | Jonathan Wakely | 1 | -3/+8 |
2011-12-06 | re PR libstdc++/51183 (pair piecewise_construct_t constructor copies) | Jonathan Wakely | 1 | -13/+18 |
2011-11-21 | tuple (__conv_types, [...]): Remove. | Paolo Carlini | 1 | -46/+7 |
2011-11-20 | re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well) | Jason Merrill | 1 | -6/+7 |
2011-09-16 | tuple (make_tuple, [...]): Declare constexpr. | Paolo Carlini | 1 | -6/+7 |
2011-09-13 | tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a... | Daniel Krugler | 1 | -61/+70 |
2011-09-11 | re PR libstdc++/50159 ([C++0x] tuple_cat only accepts two arguments) | Daniel Krugler | 1 | -112/+165 |
2011-09-10 | tuple: Use everywhere std::size_t... | Paolo Carlini | 1 | -2/+2 |
2011-09-07 | tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr. | Benjamin Kosnik | 1 | -27/+27 |
2011-08-03 | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 1 | -18/+34 |
2011-06-20 | tuple (__conv_types, [...]): Add. | Daniel Krugler | 1 | -111/+38 |
2011-05-31 | type_traits (__or_, __and_): Add trivial definitions for a single element. | Paolo Carlini | 1 | -39/+58 |
2011-05-31 | tuple: Restore is_convertible constraint. | Jonathan Wakely | 1 | -1/+1 |
2011-05-30 | tuple: Implement uses-allocator construction. | Jonathan Wakely | 1 | -4/+243 |
2011-05-21 | char_traits.h: Use noexcept throughout. | Paolo Carlini | 1 | -14/+10 |
2011-05-19 | tuple (tuple_element<__i, [...]): Add. | Paolo Carlini | 1 | -7/+41 |
2011-05-19 | tuple (tuple<>::operator=(tuple&&)): Specify as noexcept. | Paolo Carlini | 1 | -12/+16 |
2011-05-18 | tuple: Use noexcept where appropriate. | Paolo Carlini | 1 | -36/+49 |
2011-04-12 | re PR libstdc++/48476 ([C++0x] conversion between std::tuple which have refer... | Takaya Saito | 1 | -11/+12 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 1 | -2/+5 |
2010-12-06 | re PR libstdc++/46821 ([C++0x] swapping empty classes) | Paolo Carlini | 1 | -2/+6 |
2010-11-24 | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 1 | -13/+14 |
2010-11-04 | tuple (tuple): Make default constructors constexpr. | Benjamin Kosnik | 1 | -6/+6 |
2010-11-02 | cinttypes: Remove, move contents to C++0x and TR1 headers. | Paolo Carlini | 1 | -3/+4 |