Fix some copyright lines in folly/detail/ and folly/test/
[folly.git] / folly / test / DeterministicSchedule.h
2018-01-10 Yedidya FeldblumFix some copyright lines in folly/detail/ and folly...
2017-10-28 Yedidya FeldblumMove folly/detail/AtomicUtils.h
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-06-19 Christopher DykesMake semaphore.h a non-portable header
2017-04-03 Dave Watsonatomic_shared_ptr
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-04 Yedidya Feldblum2017
2016-09-07 Maged MichaelExpand DSched interface for managing auxiliary functions
2016-08-02 Maged MichaelDeterministicSchedule support for global invariants...
2016-07-22 Christopher DykesInclude the sys/types.h portability header
2016-07-01 Christopher DykesDon't use named variadic macro parameters
2016-06-10 Maged MichaelAdded support for std::mutex in folly Deterministic...
2016-02-22 Nathan Bronsonfix SIOF in CacheLocality.h's AccessSpreader
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-07-24 Nathan Bronsonimprovements to DeterministicSchedule
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Nathan Bronsonadd some missing methods to DeterministicAtomic
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-04-18 Elizabeth Smithabstract thread_local support
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Sarang MastiAdd futexTimedWait
2013-12-20 Nathan Bronsondetail/CacheLocality.h - utilities for dynamic cache...
2013-07-01 Nathan BronsonMulti-producer multi-consumer queue with optional blocking