aboutsummaryrefslogtreecommitdiff
path: root/src/support/allocators/zeroafterfree.h
AgeCommit message (Expand)Author
2023-07-24Don't derive secure_allocator from std::allocatorCasey Carter
2023-06-20scripted-diff: Following the C++ Standard rules for identifiers with _.Brotcrunsher
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-20refactor: remove references to deprecated values under std::allocatorPasta
2020-11-23Treat CDataStream bytes as uint8_tMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-08-16Merge #10965: Replace deprecated throw() with noexcept specifier (C++11)MarcoFalke
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-31Use the noexcept specifier (C++11) instead of deprecated throw()practicalswift
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-04-20ensure consistent header comment naming conventionsPhilip Kaufmann
2015-03-20allocators: split allocators and pagelockerCory Fields