allocate_sys_buffer
[folly.git] / folly / Memory.h
2016-07-20 Yedidya Feldblumallocate_sys_buffer
2016-05-10 Christopher DykesFix detection of std::make_unique under MSVC
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-10-10 Yedidya FeldblumFix Build: GCC 4.9 has std::make_unique but not __cplus...
2015-10-03 Yedidya FeldblumConverge folly::make_unique to C++14's std::make_unique
2015-09-14 Yedidya FeldblumSupport unique_ptr instances with custom deleters in...
2015-08-31 Yedidya FeldblumFix the example for folly::static_function_deleter.
2015-08-21 Yedidya Feldblumstatic_function_deleter.
2015-06-26 Yedidya Feldblumto_shared_ptr.
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Jon PurdyAdd missing make_unique overload.
2014-04-09 Philip Proninconfigurable node allocator for ConcurrentSkipList
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-08-28 Jim Meyeringfolly: adjust more headers to be -Wshadow-clean
2013-06-04 Jordan DeLongFix some issues in allocator_delete
2013-06-04 Jordan DeLongMake folly::allocator_delete take advantage of EBO
2013-06-03 Xu Ningmake folly:make_unique support customized deleter
2013-04-21 Marcelo Juchemeasier rebinding of allocators
2013-04-21 Marcelo JuchemMaking StlAllocator<Alloc, void> usable when rebinding.
2013-04-21 Marcelo Juchemas_stl_allocator "template alias"
2013-03-27 Louis BrandyStlAllocator.h + MakeUnique.h -> Memory.h