| Commit message (Expand) | Author | Age | Files | Lines |
* | libstdc++: Remove redundant -std=gnu++17 option from remaining tests | Jonathan Wakely | 2021-05-10 | 1 | -1/+0 |
* | Update copyright years. | Jakub Jelinek | 2021-01-04 | 8 | -8/+8 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 8 | -8/+8 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 8 | -8/+8 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 8 | -8/+8 |
* | invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+... | Jakub Jelinek | 2017-09-15 | 1 | -1/+1 |
* | Add noexcept to shared_ptr owner comparisons (LWG 2873) | Jonathan Wakely | 2017-06-05 | 1 | -5/+6 |
* | Add deduction guides for C++17 (P0433R2, partial) | Jonathan Wakely | 2017-03-22 | 1 | -0/+39 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 7 | -7/+7 |
* | testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_... | Paolo Carlini | 2016-10-12 | 1 | -4/+0 |
* | Use effective-target instead of -std options | Jonathan Wakely | 2016-08-26 | 7 | -13/+8 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 7 | -7/+7 |
* | constexpr.cc: Remove redundant -save-temps option. | Nikolai Bozhenov | 2015-08-05 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 7 | -7/+7 |
* | libstdc++.exp: Prefer -std=gnu++11. | Paolo Carlini | 2014-10-16 | 5 | -5/+5 |
* | call.c (struct conversion_info): Rename 'from_type' to 'from'. | Jason Merrill | 2014-05-14 | 1 | -1/+0 |
* | re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ... | Jonathan Wakely | 2014-04-15 | 2 | -12/+10 |
* | Update copyright years in libstdc++-v3/ | Richard Sandiford | 2014-01-02 | 7 | -7/+7 |
* | Update copyright in libstdc++-v3. | Richard Sandiford | 2013-02-03 | 7 | -7/+7 |
* | re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constru... | Jason Merrill | 2011-10-18 | 1 | -16/+0 |
* | tuple (make_tuple, [...]): Declare constexpr. | Paolo Carlini | 2011-09-16 | 1 | -1/+1 |
* | tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a... | Daniel Krugler | 2011-09-13 | 1 | -1/+1 |
* | tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr. | Benjamin Kosnik | 2011-09-07 | 1 | -1/+1 |
* | stl_iterator.h (make_move_iterator): Implement DR2061. | Paolo Carlini | 2011-08-30 | 1 | -4/+4 |
* | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 2011-08-03 | 1 | -1/+1 |
* | Propagate the source location of a template's function_decl to the template_d... | Jeffrey Yasskin | 2011-07-27 | 1 | -8/+8 |
* | tuple (__conv_types, [...]): Add. | Daniel Krugler | 2011-06-20 | 1 | -1/+1 |
* | valarray (~valarray): Use noexcept. | Paolo Carlini | 2011-06-14 | 1 | -0/+27 |
* | type_traits (__or_, __and_): Add trivial definitions for a single element. | Paolo Carlini | 2011-05-31 | 1 | -2/+2 |
* | re PR libstdc++/49236 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc) | Paolo Carlini | 2011-05-30 | 1 | -1/+1 |
* | char_traits.h: Use noexcept throughout. | Paolo Carlini | 2011-05-21 | 1 | -2/+2 |
* | tuple (tuple_element<__i, [...]): Add. | Paolo Carlini | 2011-05-19 | 1 | -1/+1 |
* | tuple (tuple<>::operator=(tuple&&)): Specify as noexcept. | Paolo Carlini | 2011-05-19 | 1 | -2/+2 |
* | shared_ptr_base.h: Use noexcept. | Jonathan Wakely | 2011-05-18 | 1 | -3/+3 |
* | tuple: Use noexcept where appropriate. | Paolo Carlini | 2011-05-18 | 1 | -1/+1 |
* | utility (get(std::pair<>&&)): Add. | Paolo Carlini | 2011-05-16 | 1 | -1/+1 |
* | re PR libstdc++/48631 ([C++0x] default_delete<T[]> accepts pointer conversion... | Daniel Krugler | 2011-04-16 | 1 | -3/+3 |
* | shared_ptr.h (operator>, [...]): Add, per DR 1401. | Paolo Carlini | 2011-03-22 | 1 | -2/+8 |
* | Makefile.am: Add functional.cc, shared_ptr.cc. | Benjamin Kosnik | 2011-03-15 | 1 | -1/+1 |
* | PR libstdc++/36104 part four | Benjamin Kosnik | 2011-01-30 | 1 | -10/+10 |
* | re PR libstdc++/46869 (FAIL: 20_util/enable_shared_from_this/cons/constexpr.c... | John David Anglin | 2010-12-19 | 1 | -1/+1 |
* | re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class... | Jonathan Wakely | 2010-12-14 | 1 | -1/+1 |
* | re PR testsuite/46860 (New libstdc++ failures) | Nathan Froyd | 2010-12-09 | 1 | -0/+1 |
* | stl_iterator.h: Add move_iterator operators overloads to make it robust to te... | François Dumont | 2010-12-08 | 1 | -1/+2 |
* | shared_ptr.h (shared_ptr<>::shared_ptr(_Tp1*, _Deleter, const _Alloc&), [...]... | Paolo Carlini | 2010-12-06 | 1 | -2/+2 |
* | re PR libstdc++/46821 ([C++0x] swapping empty classes) | Paolo Carlini | 2010-12-06 | 1 | -1/+1 |
* | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 2010-11-24 | 1 | -2/+2 |
* | chrono: Constexpr markup for is_monotonic. | Benjamin Kosnik | 2010-11-23 | 1 | -0/+30 |
* | unique_ptr.h: Use static_assert in constexpr constructors. | Jonathan Wakely | 2010-11-10 | 1 | -1/+1 |
* | re PR libstdc++/46385 (FAIL: 20_util/weak_ptr/comparison/cmp_neg.cc) | Paolo Carlini | 2010-11-09 | 1 | -1/+1 |