]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/src/c++17/memory_resource.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / src / c++17 / memory_resource.cc
2020-01-01  Jakub JelinekUpdate copyright years.
2019-09-02  Jonathan WakelyUse __constinit keyword in libstdc++ sources
2019-04-11  Jonathan WakelyPR libstdc++/90046 fix build failure on epiphany-elf
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-21  Jonathan WakelyPR libstdc++/88111 Make maximum block size depend on...
2018-11-21  Jonathan WakelyPR libstdc++/88113 use size_type consistently instead...
2018-11-17  Jonathan WakelyImplement std::pmr::synchronized_pool_resource
2018-11-15  Jonathan WakelyOptimize pool resource allocation
2018-11-13  Jonathan WakelyFix error when selecting number of memory pools
2018-11-13  Jonathan WakelyFix unused parameter warnings introduced in earlier...
2018-11-13  Jonathan WakelyRemove redundant loop in unsynchronized_pool_resource...
2018-11-13  Jonathan WakelyImprove handling of pool_options::largest_required_pool...
2018-11-13  Jonathan WakelyFix incorrect assertion when deallocating big block
2018-11-13  Jonathan WakelyFix overflows in std::pmr::unsynchonized_pool_resource
2018-11-12  Jonathan WakelyPR libstdc++/87963 fix build for 64-bit mingw
2018-11-06  Jonathan WakelyImplement std::pmr::unsynchronized_pool_resource
2018-08-15  Jonathan WakelyFix single-threaded build for targets without atomics
2018-08-14  Jonathan WakelyPR libstdc++/86846 Alternative to pointer-width atomics
2018-08-07  Jonathan WakelyDefine monotonic_buffer_resource members out-of-line
2018-07-24  Jonathan WakelyAdd initial version of C++17 <memory_resource> header