2021-01-04 |
Jakub Jelinek | Update copyright years. |
tree | commitdiff |
2020-07-31 |
Jonathan Wakely | libstdc++: Ensure c++NN effective target present in... |
tree | commitdiff |
2020-05-19 |
Patrick Palka | c++: Explain fn template argument type/value mismatches... |
tree | commitdiff |
2020-03-31 |
Ville Voutilainen | Library-side tests for parenthesized aggregate init |
tree | commitdiff |
2020-01-01 |
Jakub Jelinek | Update copyright years. |
tree | commitdiff |
2019-12-03 |
Jonathan Wakely | libstdc++: Implement spaceship for std::pair (P1614R2) |
tree | commitdiff |
2019-09-26 |
Jonathan Wakely | Implement C++20 constexpr changes to std::pair (P1032R1) |
tree | commitdiff |
2019-01-01 |
Jakub Jelinek | Update copyright years. |
tree | commitdiff |
2018-10-31 |
Jonathan Wakely | More testing for std::pair layout change |
tree | commitdiff |
2018-10-31 |
Jonathan Wakely | PR libstdc++/87822 fix layout change for nested std... |
tree | commitdiff |
2018-10-30 |
Marek Polacek | Implement P0892R2, explicit(bool). |
tree | commitdiff |
2018-07-31 |
Jonathan Wakely | PR libstdc++/86751 default assignment operators for... |
tree | commitdiff |
2018-01-03 |
Jakub Jelinek | Update copyright years. |
tree | commitdiff |
2017-11-06 |
Paolo Carlini | deduction.cc: Avoid -Wreturn-type warnings. |
tree | commitdiff |
2017-10-30 |
Ville Voutilainen | Implement LWG 2485 |
tree | commitdiff |
2017-09-15 |
Jakub Jelinek | invoke.texi: Document -std=c++17 and -std=gnu++17 and... |
tree | commitdiff |
2017-04-03 |
Ville Voutilainen | re PR libstdc++/79141 (std::pair<int,int> p = {}; fails... |
tree | commitdiff |
2017-03-22 |
Jonathan Wakely | Add deduction guides for C++17 (P0433R2, partial) |
tree | commitdiff |
2017-01-01 |
Jakub Jelinek | Update copyright years. |
tree | commitdiff |
2016-12-01 |
Ville Voutilainen | Implement LWG 2766, |
tree | commitdiff |
2016-10-12 |
Paolo Carlini | testsuite_hooks.h: Rewrite VERIFY in terms of __builtin... |
tree | commitdiff |
2016-09-21 |
Ville Voutilainen | re PR libstdc++/77537 (pair constructors do not properl... |
tree | commitdiff |
2016-08-26 |
Jonathan Wakely | Use effective-target instead of -std options |
tree | commitdiff |
2016-08-03 |
Jonathan Wakely | Remove deprecated has_trivial_xxx traits |
tree | commitdiff |
2016-07-31 |
Jonathan Wakely | Allow std::pair test to run in C++11 mode too |
tree | commitdiff |
2016-07-12 |
Jonathan Wakely | Add tests and docs for LWG 2212 support |
tree | commitdiff |
2016-04-05 |
Ville Voutilainen | re PR libstdc++/70437 (Instantiation loop with pair... |
tree | commitdiff |
2016-01-04 |
Jakub Jelinek | Update copyright years. |
tree | commitdiff |
2015-12-21 |
Ville Voutilainen | re PR libstdc++/66693 ([C++17] std::tuple_size fails... |
tree | commitdiff |
2015-11-03 |
Ville Voutilainen | Make the default constructors of tuple and pair conditi... |
tree | commitdiff |
2015-06-30 |
Ville Voutilainen | Implement N4387, "Improving pair and tuple", and LWG... |
tree | commitdiff |
2015-01-08 |
Jonathan Wakely | re PR libstdc++/60132 (C++11: lack of is_trivially_copy... |
tree | commitdiff |
2015-01-05 |
Jakub Jelinek | Update copyright years. |
tree | commitdiff |
2014-10-16 |
Paolo Carlini | libstdc++.exp: Prefer -std=gnu++11. |
tree | commitdiff |
2014-10-15 |
Paolo Carlini | limits: Remove stray semicolon. |
tree | commitdiff |
2014-05-14 |
Jason Merrill | call.c (struct conversion_info): Rename 'from_type... |
tree | commitdiff |
2014-04-07 |
Jonathan Wakely | Fix testsuite bugs. |
tree | commitdiff |
2014-01-02 |
Richard Sandiford | Update copyright years in libstdc++-v3/ |
tree | commitdiff |
2013-05-19 |
Jonathan Wakely | tuple (get): Implement N3670. |
tree | commitdiff |
2013-03-17 |
Jason Merrill | re PR c++/55017 ([DR 1051] [C++11] Rvalue-reference... |
tree | commitdiff |
2013-02-03 |
Richard Sandiford | Update copyright in libstdc++-v3. |
tree | commitdiff |
2012-07-19 |
Paolo Carlini | DR 1170 PR c++/51213 |
tree | commitdiff |
2012-04-15 |
Paolo Carlini | re PR libstdc++/52702 ([C++11] std::is_trivially_destru... |
tree | commitdiff |
2011-12-06 |
Jonathan Wakely | re PR libstdc++/51183 (pair piecewise_construct_t const... |
tree | commitdiff |
2011-09-16 |
Paolo Carlini | less_or_equal.cc: New. |
tree | commitdiff |
2011-09-13 |
Daniel Krugler | tuple (_Head_base<>::_M_head, [...]): Change to static... |
tree | commitdiff |
2011-07-23 |
Benjamin Kosnik | move.h (move, forward): Mark constexpr. |
tree | commitdiff |
2011-05-21 |
Paolo Carlini | char_traits.h: Use noexcept throughout. |
tree | commitdiff |
2011-05-16 |
Paolo Carlini | utility (get(std::pair<>&&)): Add. |
tree | commitdiff |
2010-11-24 |
Benjamin Kosnik | tuple: Mark more constructors constexpr. |
tree | commitdiff |
2010-11-02 |
Benjamin Kosnik | libstdc++: N3126 draft support. |
tree | commitdiff |
2010-08-06 |
Paolo Carlini | tuple (pack_arguments): Rename to forward_as_tuple... |
tree | commitdiff |
2010-08-05 |
Paolo Carlini | utility (begin, end): Remove per GB 85. |
tree | commitdiff |
2010-07-27 |
Paolo Carlini | [multiple changes] |
tree | commitdiff |
2010-06-10 |
Paolo Carlini | re PR libstdc++/44487 ([C++0x] pair of references doesn... |
tree | commitdiff |
2010-04-30 |
Paolo Carlini | stl_pair.h (piecewise_construct_t, [...]): Add. |
tree | commitdiff |
2009-10-30 |
Paolo Carlini | PR libstdc++/40925 (again) |
tree | commitdiff |
2009-10-29 |
Paolo Carlini | 40925.cc: Minor comment fix. |
tree | commitdiff |
2009-10-29 |
Paolo Carlini | [multiple changes] |
tree | commitdiff |
2009-04-09 |
Jakub Jelinek | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime... |
tree | commitdiff |
2008-10-27 |
Paolo Carlini | re PR libstdc++/37919 ([c++0x] GCC 4.4 regression r1412... |
tree | commitdiff |
2008-10-18 |
Douglas Gregor | stl_pair.h (__may_be_null_pointer_init): New. |
tree | commitdiff |
2007-11-09 |
Paolo Carlini | stl_deque.h (deque<>::operator=(deque&&)): Implement... |
tree | commitdiff |
2007-10-10 |
Paolo Carlini | stl_algobase.h (swap): Move... |
tree | commitdiff |
2007-10-08 |
Paolo Carlini | [multiple changes] |
tree | commitdiff |
2007-10-03 |
Chris Jefferson | moveable.cc: New. |
tree | commitdiff |
2007-02-20 |
Benjamin Kosnik | Directory layout flattening. |
tree | commitdiff |
2005-02-02 |
Zack Weinberg | Revert bad import |
tree | commitdiff |
2005-02-02 |
Nick Clifton | Imported from mainline FSF repositories |
tree | commitdiff |
2004-07-02 |
Paolo Carlini | testsuite/20_util/allocator/, auto_ptr/, raw_storage_it... |
tree | commitdiff |
2004-01-13 |
Benjamin Kosnik | ifstream_extract_float.cc: New. |
tree | commitdiff |
|