| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | Add iterator concepts and range access customization points for C++20 | Jonathan Wakely | 2019-10-29 | 1 | -2/+5 |
* | Implement C++20 p0879 - Constexpr for swap and swap related functions. | Edward Smith-Rowland | 2019-08-14 | 1 | -0/+2 |
* | Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a... | Edward Smith-Rowland | 2019-08-01 | 1 | -0/+1 |
* | PR libstdc++/90314 fix non-equivalent declarations of std::swap | Jonathan Wakely | 2019-05-02 | 1 | -2/+2 |
* | Use _GLIBCXX_NOEXCEPT_IF for std::swap | Jonathan Wakely | 2019-04-29 | 1 | -7/+5 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | re PR libstdc++/81064 (Inline namespace regression) | François Dumont | 2017-07-23 | 1 | -7/+2 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | Implement LWG 2766, | Ville Voutilainen | 2016-12-01 | 1 | -1/+2 |
* | Delete addressof for temporaries (LWG 2598) | Jonathan Wakely | 2016-11-14 | 1 | -0/+5 |
* | Implement constexpr std::addressof for C++17 | Jonathan Wakely | 2016-10-10 | 1 | -6/+8 |
* | Replace references to C++0x with C++11 in comments | Jonathan Wakely | 2016-07-15 | 1 | -1/+1 |
* | libstdc++/68877 Reimplement std::__is_swappable | Daniel Kruegler | 2016-01-12 | 1 | -2/+2 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | Add __is_nothrow_swappable and take it into use. | Ville Voutilainen | 2015-06-05 | 1 | -4/+13 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | Make streams movable and swappable. | Jonathan Wakely | 2014-09-22 | 1 | -0/+10 |
* | Update copyright years in libstdc++-v3/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'. | Ed Smith-Rowland | 2013-06-01 | 1 | -1/+1 |
* | Update copyright in libstdc++-v3. | Richard Sandiford | 2013-02-03 | 1 | -1/+1 |
* | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 2012-11-10 | 1 | -3/+3 |
* | move.h (move_if_noexcept): Mark constexpr. | Benjamin Kosnik | 2012-10-18 | 1 | -3/+2 |
* | type_traits: Doxygen improvements. | Jonathan Wakely | 2011-12-04 | 1 | -11/+39 |
* | move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045. | Paolo Carlini | 2011-08-28 | 1 | -9/+1 |
* | future: constexpr functions are implicitly inline. | Paolo Carlini | 2011-08-11 | 1 | -3/+3 |
* | move.h (move, forward): Mark constexpr. | Benjamin Kosnik | 2011-07-23 | 1 | -3/+3 |
* | move.h (__is_nothrow_swappable): Add. | Daniel Krugler | 2011-06-21 | 1 | -1/+11 |
* | move.h (struct __move_if_noexcept_cond): Add. | Paolo Carlini | 2011-06-07 | 1 | -3/+7 |
* | move.h (move_if_noexcept): Use __and_ and __not_. | Paolo Carlini | 2011-06-06 | 1 | -2/+2 |
* | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 2011-06-01 | 1 | -2/+2 |
* | tuple (tuple<>::operator=(tuple&&)): Specify as noexcept. | Paolo Carlini | 2011-05-19 | 1 | -1/+4 |
* | initializer_list: Use noexcept specifier. | Paolo Carlini | 2011-05-18 | 1 | -5/+7 |
* | move.h (move_if_noexcept): Add. | Paolo Carlini | 2011-04-27 | 1 | -3/+18 |
* | PR libstdc++/36104 part four | Benjamin Kosnik | 2011-01-30 | 1 | -6/+15 |
* | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 2010-12-19 | 1 | -2/+2 |
* | move.h (forward): Implement N3143, resolving US 90. | Paolo Carlini | 2010-11-11 | 1 | -19/+10 |
* | move.h (forward): Reinstate the N2835 version. | Paolo Carlini | 2010-08-11 | 1 | -10/+23 |
* | move.h (forward): Update to N3092. | Paolo Carlini | 2010-08-05 | 1 | -33/+13 |
* | stl_heap.h: Update markup. | Benjamin Kosnik | 2010-07-08 | 1 | -1/+1 |
* | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 2010-06-03 | 1 | -1/+0 |
* | [multiple changes] | Paolo Carlini | 2010-05-20 | 1 | -1/+26 |
* | type_traits (declval): Add, per DR 1255. | Paolo Carlini | 2009-11-13 | 1 | -1/+3 |
* | move.h (_GLIBCXX_FORWARD): Add. | Chris Jefferson | 2009-08-29 | 1 | -0/+2 |
* | istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline. | Paolo Carlini | 2009-08-03 | 1 | -6/+5 |
* | call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference... | Jason Merrill | 2009-07-31 | 1 | -4/+23 |
* | move.h: Doxygen group fixes. | Benjamin Kosnik | 2009-06-10 | 1 | -3/+11 |
* | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 2009-04-09 | 1 | -15/+10 |
* | move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add, per DR 809. | Paolo Carlini | 2008-06-22 | 1 | -5/+16 |