Age | Commit message (Expand) | Author | Files | Lines |
2025-03-05 | libstdc++: implement constexpr memory algorithms | Giuseppe D'Angelo | 1 | -0/+1 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-02 | libstdc++: Simplify std::_Destroy using 'if constexpr' | Jonathan Wakely | 1 | -6/+27 |
2024-10-09 | libstdc++: Do not cast away const-ness in std::construct_at (LWG 3870) | Jonathan Wakely | 1 | -3/+3 |
2024-10-09 | libstdc++: Make std::construct_at support arrays (LWG 3436) | Jonathan Wakely | 1 | -3/+17 |
2024-03-22 | libstdc++: Use feature test macros in <bits/stl_construct.h> | Jonathan Wakely | 1 | -7/+7 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-07-04 | libstdc++: Qualify calls to std::_Destroy and _Destroy_aux | Jonathan Wakely | 1 | -2/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-01-14 | libstdc++: Ignore cv-quals when std::allocator<void> constructs | Jonathan Wakely | 1 | -2/+2 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-12-01 | libstdc++: Define std::__is_constant_evaluated() for internal use | Jonathan Wakely | 1 | -6/+6 |
2021-10-14 | libstdc++: Add missing constexpr to std::optional (P2231R1) | Jonathan Wakely | 1 | -2/+13 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-04-28 | libstdc++: Fix regression in std::_Construct (PR 94831) | Jonathan Wakely | 1 | -13/+7 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-10-29 | Fix compilation errors with Clang | Jonathan Wakely | 1 | -1/+1 |
2019-10-23 | PR c++/91369 Implement P0784R7 changes to allocation and construction | Jonathan Wakely | 1 | -51/+77 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-04-28 | PR libstdc++/80553 don't allow destroying non-destructible types | Jonathan Wakely | 1 | -4/+37 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-09-20 | re PR libstdc++/77619 (uninitialized_meow_construct and friends not exception... | Ville Voutilainen | 1 | -0/+45 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 1 | -1/+1 |
2013-03-08 | memoryfwd.h: New. | Benjamin Kosnik | 1 | -3/+1 |
2013-02-03 | Update copyright in libstdc++-v3. | Richard Sandiford | 1 | -3/+1 |
2012-11-10 | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 1 | -1/+1 |
2011-06-22 | stl_construct.h: Update Copyright years. | Paolo Carlini | 1 | -1/+1 |
2011-06-22 | Makefile.am: Add alloc_traits.h headers. | Jonathan Wakely | 1 | -1/+3 |
2011-01-30 | PR libstdc++/36104 part four | Benjamin Kosnik | 1 | -2/+5 |
2010-12-19 | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 1 | -2/+2 |
2010-06-16 | stl_construct.h (_Construct): Change to variadic in C++0x mode, consistently ... | Paolo Carlini | 1 | -6/+8 |
2010-05-20 | [multiple changes] | Paolo Carlini | 1 | -3/+4 |
2009-08-29 | stl_construct.h: Include <bits/move.h>. | Paolo Carlini | 1 | -0/+1 |
2009-08-29 | move.h (_GLIBCXX_FORWARD): Add. | Chris Jefferson | 1 | -1/+6 |
2009-05-18 | re PR c++/40192 (Unable to use std::vector with typedef'd array types) | Paolo Carlini | 1 | -3/+22 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 1 | -15/+10 |
2008-01-18 | [multiple changes] | Benjamin Kosnik | 1 | -9/+1 |
2007-10-28 | stl_uninitialized.h (uninitialized_copy): Use ::new and value_type per the le... | Paolo Carlini | 1 | -15/+0 |
2007-05-04 | stl_construct.h (_Destroy(_ForwardIterator, _ForwardIterator __last, _Allocat... | Paolo Carlini | 1 | -2/+2 |
2007-04-03 | stl_algobase.h (__copy_aux(_II, _II, _OI), [...]): Use __is_pod. | Paolo Carlini | 1 | -36/+5 |
2005-12-19 | c++config: Add in revised namespace associations. | Benjamin Kosnik | 1 | -4/+3 |
2005-08-23 | re PR libstdc++/23358 (_Destroy doesn't optimize for scalar types) | Thomas Kho | 1 | -1/+1 |
2005-08-17 | All files: Update FSF address. | Kelley Cook | 1 | -1/+1 |
2005-01-31 | cpp_type_traits.h: Add types to the structs thus making type_traits.h redunda... | Paolo Carlini | 1 | -4/+4 |
2004-07-28 | stl_construct.h (_Destroy): New three-argument overload that takes an allocat... | Matt Austern | 1 | -0/+29 |
2004-07-04 | basic_string.h: Trivial formatting fixes and/or const-ification of some varia... | Paolo Carlini | 1 | -1/+4 |
2004-02-08 | Remove trailing whitespace (see ChangeLog for longwinded description). | Bernardo Innocenti | 1 | -5/+5 |