folly: fix sysMembarrier() with newer kernel headers
[folly.git] / folly / Memory.h
2017-11-02 Yedidya FeldblumRefactor is_simple_allocator and callers
2017-10-29 Yedidya FeldblumMake SysBufferDeleter::operator() inlineable
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-04-21 Cameron PickettFix issue where compiler cannot determine address of...
2017-03-01 Philipp UnterbrunnerNew C++17 backport: folly::enable_shared_from_this
2017-01-07 Yedidya FeldblumSkip defined checks in folly/Memory.h
2017-01-06 Michael Leemake_unique is ambiguous with c++14 for some platforms
2017-01-04 Yedidya Feldblum2017
2016-12-22 Yedidya Feldblumto_weak_ptr
2016-09-15 Christopher DykesKill unneeded dependency on portability/Memory.h
2016-08-25 Felix HandteEasy: Mark folly::static_function_deleter::operator...
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