summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/new
AgeCommit message (Expand)Author
2025-11-19libstdc++: Implement proposed resolution of LWG4477 [PR122671]Jakub Jelinek
2025-07-10c++, libstdc++: Implement C++26 P3068R5 - constexpr exceptions [PR117785]Jakub Jelinek
2025-01-02Update copyright years.Jakub Jelinek
2024-11-08ibstdc++: Add some further attributes to ::operator new in <new>Jakub Jelinek
2024-10-31libstdc++: Add align_alloc attribute to aligned operator newJonathan Wakely
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-09-23libstdc++: operator new/delete are transaction_safeJason Merrill
2024-09-19libstdc++: add #pragma diagnosticJason Merrill
2024-09-12libstdc++: Simplify std::launder definitionJonathan Wakely
2024-08-08c++, libstdc++: Implement C++26 P2747R2 - constexpr placement new [PR115744]Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-01-16Update copyright years.Jakub Jelinek
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-09-13c++: implement C++17 hardware interference sizeJason Merrill
2021-01-04Update copyright years.Jakub Jelinek
2020-10-12PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)Martin Sebor
2020-09-02libstdc++: Break header cycle between <new> and <exception>Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-05-10Improve API docs for <memory> and <new>Jonathan Wakely
2019-02-13PR libstdc++/89345 Only define std::destroying_delete for C++2aJonathan Wakely
2019-01-21Fix after P0600.Ulrich Drepper
2019-01-01Update copyright years.Jakub Jelinek
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill
2018-08-24new(nothrow) is malloc-likeMarc Glisse
2018-07-31Don't unconditionally define feature test macros in <version>Jonathan Wakely
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill
2018-01-03Update copyright years.Jakub Jelinek
2017-11-24Add [[nodiscard]] attribute to std::launderJonathan Wakely
2017-07-19new (bad_array_new_length): Remove redundant semicolon after in-class member ...Volker Reichelt
2017-04-19* libsupc++/new: Update comment on #endif directive.Jonathan Wakely
2017-04-19PR libstdc++/80446 cope with libc defining __has_builtinJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-10-28Implement std::launder for C++17Jonathan Wakely
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill
2016-07-12Remove unused operator delete overloads (LWG 2458)Jonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11LWG 2510, make the default constructors of library tag types explicit.Ville Voutilainen
2015-11-03* libsupc++/new: Declare sized deletes.Jason Merrill
2015-01-05Update copyright years.Jakub Jelinek
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-05-09N3639 C++1y VLA supportJason Merrill
2013-05-08Core 624/N2932: Throw bad_array_new_length on overflowJason Merrill
2013-04-03exception (get_terminate(), [...]): Declare.Jonathan Wakely
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2011-10-12re PR c++/50594 (Option -fwhole-program discards replaced new operator for st...Paolo Carlini
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini