Add threshold for thread local retired objects
[folly.git] / folly / experimental / hazptr /
2018-01-06 Maged MichaelAdd threshold for thread local retired objects
2017-12-20 Yedidya FeldblumKill FOLLY_ALIGNED etc
2017-12-14 Yedidya FeldblumMove max_align_v and max_align_t to folly/lang/Align.h
2017-11-21 Dave Watsonfix hazptr_array move
2017-11-20 Dave WatsonAdd free-function retire
2017-11-01 Maged MichaelAdd integrated reference counting
2017-10-31 Yedidya FeldblumMove folly/experimental/AsymmetricMemoryBarrier.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-03 Maged MichaelFixes: prevent compiler reporting UB, hazptr_array...
2017-10-01 Maged MichaelOptimize local and bulk management of hazptr_holder-s
2017-08-16 Maged MichaelFix destruction order
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-26 Dave WatsonConcurrentHashMap
2017-07-26 Dave WatsonAllow stealing pointer bits
2017-07-20 Phil WilloughbyIntroduce folly::max_align_t and folly::max_align_v
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-30 Maged MichaelHazard pointers: Fix leak in hazptr_priv destruction
2017-06-29 Maged MichaelHazard pointers: Add support for thread local lists...
2017-06-21 Maged MichaelAdd support for move operations on hazptr-holder. Other...
2017-06-20 Maged MichaelUpdate hazard pointer interface to standard proposal...
2017-06-15 Maged MichaelAdd thread caching of hazard pointers. Benchmarks....
2017-06-02 Maged MichaelHazard pointers: Optimize memory order, add bulk reclam...
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-03 Dave WatsonDomain destruction fixes
2017-04-26 Dave WatsonFix virtual struct bug
2017-03-25 Arthur O'DwyerSeveral fixes to the "SWMRList" example in experimental... v2017.03.27.00
2017-03-22 Christopher DykesUse the gflags portability header
2017-01-20 Maged MichaelMade atomics generic in hazptr_owner member functions
2017-01-04 Yedidya Feldblum2017
2016-11-28 Yedidya FeldblumCanonicalize some aspects of the folly/experimental... v2016.11.28.00
2016-10-31 Maged MichaelUpdate hazard pointers interface and implementation
2016-10-27 Andrew Gallagherfolly/experimental/hazptr: mark static local as "librar...
2016-10-10 Maged MichaelUpdate hazard pointers prototype
2016-10-04 Arthur O'Dwyerhazptr: Replace friend "swap" with a member function...
2016-09-28 Maged Michaelfolly/experimental/hazptr: fix gcc 5 build
2016-09-20 Maged MichaelDraft prototype of hazard pointers C++ template library