Fix SignalHandlerTest with ASAN
[folly.git] / folly / experimental / test /
2017-12-06 Yedidya FeldblumMove folly/Baton.h to folly/synchronization/
2017-10-30 Murali VilayannurOverride TemporaryFile's default move constructor v2017.10.30.00
2017-10-27 Yedidya FeldblumFix FunctionScheduler::resetFunctionTimer concurrency bug
2017-10-24 Yedidya FeldblumMove folly/Hash.h to folly/hash/, leaving a shim
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 Yedidya FeldblumRevert D6050464: [Folly] Move folly/Hash.h to folly...
2017-10-19 Yedidya FeldblumMove folly/Hash.h to folly/hash/
2017-09-19 Christopher DykesEnable -Wunused-variables
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-18 Christopher DykesEnsure the allocator types in the string keyed tests...
2017-07-13 Christopher DykesAdd support for closing a TemporaryFile early
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-27 Dave WatsonMove folly/experimental/AtomicSharedPtr.h -> folly...
2017-06-20 Qi Zhoufix folly::FunctionScheduler.cancelFunctionAndWait...
2017-06-01 Tom JacksonFix UB in folly/experimental/Bits.h
2017-05-24 Giuseppe OttavianoA core-cached shared_ptr
2017-05-17 Alexey SpiridonovThreadedRepeatingFunctionRunner: Name all the threads
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-15 Nathan BronsonStampedPtr
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-04 Maged MichaelAdd thread-safe priority queue with arbitrary prioritie...
2017-05-03 Giuseppe OttavianoTemplate EliasFanoReader on size type
2017-04-28 Alexey SpiridonovSimplify BackgroundThreads, move them to folly/experime...
2017-04-12 Alexey SpiridonovReplace Subprocess::pipe* syntax sugar with Subprocess...
2017-04-11 Christopher DykesRevert D4832473: [Folly] Disable EnvUtil::setAsCurrentE...
2017-04-08 Giuseppe OttavianoFix leak in EliasFanoCodingTest
2017-04-08 Louis BrandyReadMostlySharedPtrTest, subtle test bug caught by...
2017-04-07 Phil WilloughbyFix a logic error in StringKeyedTest
2017-04-06 Phil WilloughbyUpdate StringKeyed... benchmarks to tell the whole...
2017-04-05 Christopher DykesDisable EnvUtil::setAsCurrentEnvironment() on platforms...
2017-04-03 Dave Watsonatomic_shared_ptr
2017-03-24 Phil WilloughbyExpand environment-handling in folly
2017-03-22 Christopher DykesFix the nested command line app test helper
2017-03-08 Christopher DykesMark non-captured constexpr variable as static
2017-02-24 Giuseppe OttavianoFix a corner case in EliasFanoReader::previousValue
2017-02-15 Philip Proninoptimize EliasFanoEncoder::defaultNumLowerBits
2017-01-31 Igor AdamskiFunctionScheduler - set running_ when it has actually...
2017-01-30 Michael LeeSplit up experimental/TestUtil
2017-01-28 Christopher DykesActually do the stress test on RCURefCount and make...
2017-01-27 Christopher DykesMove the Environment portability header to the stdlib...
2017-01-24 Mathieu Baudetfolly: remove unused includes
2017-01-20 Igor Zinkovskyfix use-after-free in addFunctionOnce
2017-01-06 Igor Sugakfix gcc-5 build
2017-01-04 Yedidya Feldblum2017
2017-01-03 Steve O'Brienfolly: ReadMostlySharedPtr fix for `getStdShared()...
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-12-16 Junlin Zhangadd cancelFunctionAndWait and cancelAllFunctionsAndWait...
2016-12-16 Yinghai LuAdd BEXTR instruction support
2016-12-13 Philip Proninmove JemallocNodumpAllocator to folly/experimental
2016-12-13 Igor Zinkovskyallow run-once callbacks
2016-12-09 Christopher DykesDon't shadow locals, parameters or fields
2016-12-07 Christopher DykesRename stdin, etc. in Subprocess to work with MSVC
2016-11-23 Christopher DykesDon't expect .native() to return a string
2016-11-19 Christopher DykesDon't explicitly alias dynamic after using the entire...
2016-11-05 Christopher Smalloperator== for ReadMostlySharedPtr to nullptr_t
2016-10-19 Jim Meyeringfolly/experimental: avoid shadowing warnings
2016-10-07 Mirek KlimosFunctionScheduler - return whether shutdown was successful
2016-10-05 Lucian Grijincufolly: experimental: ABI-break: replace deprecated...
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-11 Lucian Grijincu__google_stl_debug_vector: erase() at invalid position...
2016-08-10 Andrii GrynenkoReadMostlyMainPtrDeleter
2016-08-10 Christopher DykesAdd a utility for disabling some CRT assertions in...
2016-08-09 Christopher DykesImplement setenv correctly and support setting values...
2016-08-09 Christopher DykesLook for the PATH environment variable rather than...
2016-08-04 Christopher DykesInclude the fcntl.h portability header where it's needed
2016-07-29 Jim Meyeringfolly/experimental/test/FutureDAGTest.cpp: fix ASAN...
2016-07-09 Shayan MohantyFolly::FutureDAG <-> Gossit
2016-07-06 Marcus Holland-MoritzRefactor folly::to<>
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-07-02 Christopher Dykesboost::filesystem::path is a wide string on Windows
2016-07-02 Aravind AnbuduraiMoved object destructor should not log
2016-07-01 Aravind AnbuduraiMake AutoTimer work with std::chrono::duration instead...
2016-07-01 Christopher DykesDon't use stderr as an identifier name
2016-06-30 Aravind AnbuduraiMake AutoTimer usable with Closures
2016-05-24 Jon Maltiel Swensonstd::make_unique -> folly::make_unique
2016-05-24 Joseph GriegoClear old fs::path when moving a TemporaryDirectory
2016-05-14 Lucian Grijincufolly: ubsan: redo BitsTest (no macros) and fix DCHECK...
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-04-28 Andrii GrynenkoFix races in TLRefCount
2016-04-20 Michael LeeFix use of dynamic {} initialization in JSONSchemaTest
2016-04-07 Alexey SpiridonovDynamicParser to reliably and reversibly convert JSON...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-03-23 Yedidya FeldblumUse C++'s standardized [[noreturn]] attribute
2016-03-14 Jimmy Saadefolly::FunctionScheduler: Adding capability to reset...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-30 Igor Sugakfolly: fix clang build with -Wunused-const-variable
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-21 Dmitry PleshkovHaswell-specific implementation of Select64 routine.
2016-01-05 David Callahanparse args for -json flag
2015-12-11 Andrii GrynenkoFix RefCountTest and RCURefCount race
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-12-08 Andrii GrynenkoFix TLRefCount race around thread local destruction...
2015-11-26 Andrii GrynenkoNew ReadMostlySharedPtr implementation
2015-11-20 Delyan KratunovExpose move result from LockFreeRingBuffer::Cursor
next