Consistently have the namespace closing comment
[folly.git] / folly / test / DeterministicSchedule.cpp
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-04 Yedidya Feldblum2017
2016-11-18 Christopher DykesDon't rely on implicit lookup of member names in depend...
2016-09-07 Maged MichaelExpand DSched interface for managing auxiliary functions
2016-08-02 Maged MichaelDeterministicSchedule support for global invariants...
2016-06-25 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-16 Jinlong ZhouReverted commit D3270439
2016-06-16 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-02-22 Nathan Bronsonfix SIOF in CacheLocality.h's AccessSpreader
2016-02-17 Nathan Bronsonclang-format some code in preparation for real changes
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-07-24 Nathan Bronsonimprovements to DeterministicSchedule
2015-06-12 Praveen KumarNeedless temporary gone
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-10-15 Nathan Bronsonadd emulation of futex() for non-Linux systems
2014-09-09 Nicholas OrmrodFix #includes
2014-06-27 Jim Meyeringfolly: futexWaitUntilImpl: avoid abort triggered via...
2014-06-27 Sarang MastiFix use-after-free in futexWaitUntilImpl
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