Disable zerocopy if we're notified about deferred copies, add a isZeroCopyWriteInProg...
[folly.git] / folly / test /
2017-10-26 Yedidya FeldblumExpected coroutines support
2017-10-25 Yedidya FeldblumFlesh out Optional members swap, reset, emplace, has_value
2017-10-24 Yedidya FeldblumMove folly/Hash.h to folly/hash/, leaving a shim
2017-10-24 Igor Sugakfix build with asan and static linking
2017-10-24 Christopher DykesPrefer bool literals rather than integers in boolean...
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 Christopher DykesModernize uses of std::make_shared
2017-10-23 James Sedgwickmove Iterator, Enumerate, EvictingCacheMap, Foreach...
2017-10-23 Christopher DykesModernize use of std::make_unique
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-22 James Sedgwickmove futures/test/ExecutorTest.cpp to executors/ v2017.10.23.00
2017-10-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
2017-10-20 Christopher DykesDrop redundant void parameters from function declarations
2017-10-19 Christopher DykesUse nullptr rather than 0 for a null pointer
2017-10-19 James Sedgwickmove CallOnce to synchronization/
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-10-19 James Sedgwickmove ApplyTuple to functional/
2017-10-19 Peter AlexanderAdd ProducerConsumerQueue::capacity()
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-10-18 Yedidya FeldblumMove folly/MallctlHelper.h to folly/memory/
2017-10-18 James Sedgwickmove Partial to functional/
2017-10-18 Christopher DykesUse nullptr rather than 0 when initializing pointers
2017-10-18 Yedidya FeldblumLift the invoke helper in Function.h
2017-10-16 Ognjen DragoljevicFix hash overloads for integral types
2017-10-13 Yedidya FeldblumMove folly/Checksum.h into folly/hash/
2017-10-06 Valeriy Khromovadd static makeFromPath to construct SocketAddress...
2017-10-05 Andre PintoAdd an overload to use backlashify with StringPiece
2017-10-03 Maged MichaelDynamic MPMCQueue: Backout of last change as it may...
2017-10-02 Igor Sugakfix -Wvexing-parse
2017-10-02 Yedidya FeldblumMove Merge.h into folly/algorithm/ v2017.10.02.00
2017-09-22 Nathan Bronsonfix ASAN stl_tests:stl_vector_test
2017-09-19 Christopher DykesEnable -Wunused-variables
2017-09-18 Eric Nieblerfix strange recursive std::is_constructible instantiati...
2017-09-15 Dylan YudakenAllow awaiting on a folly::Optional that returns a...
2017-09-12 Michael LeeInclude glog/logging.h in SmallLocksTest for DCHECK
2017-09-08 Eric Nieblersupport using co_await with folly::Optional when it...
2017-09-02 Yedidya FeldblumFix constexpr_min after D5739715 v2017.09.04.00
2017-08-31 Yedidya FeldblumExtract non-portability constexpr math functions to...
2017-08-30 Michael LeeInclude `<array>` for test
2017-08-30 Maged MichaelDynamic MPMCQueue: Eliminate cases of enqueue indefinit...
2017-08-24 Aaryaman SagarAdded rvalue and const rvalue overloads to Try
2017-08-24 Aaryaman SagarunwrapTryTuple only accepted rvalue tuple types
2017-08-24 Andrii KryzhykCreate generic method to extract mac address from EUI...
2017-08-24 Yedidya FeldblumTry::exception overload for Try&&
2017-08-22 Aaryaman SagarAdded a for_each function to iterate through ranges
2017-08-21 Yedidya Feldblumexception_wrapper::from_exception_ptr
2017-08-21 Phil WilloughbySynchronizedPtr
2017-08-17 Stella LauFix undefined behavior when decoding varint
2017-08-14 Nick Wolchkoallow comparing Optional<T> with none
2017-08-09 Nick Jiangfix sorted_vector_{set,map} bulk_insert deduplication
2017-08-08 Yedidya FeldblumApply clang-format to folly/**/*Address*.*
2017-08-08 Phil WilloughbyAdd a UDL suffix to define a StringPiece
2017-08-06 Yedidya FeldblumConsistent use of sformat in address-related files v2017.08.07.00
2017-08-06 Yedidya FeldblumApply clang-format to folly/**/*Range*.*
2017-08-01 Phil WilloughbyC++11 support for Replaceable
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-31 Yedidya FeldblumFormatting for template parameters
2017-07-31 Yedidya FeldblumSimplify the StateSize helper in Random
2017-07-30 Yedidya FeldblumConsistent indentation for class visibility labels
2017-07-30 Yedidya Feldblumtemplate< -> template <
2017-07-30 Yedidya FeldblumMark two implicit ctors as explicit
2017-07-29 Yedidya FeldblumMerge IPAddressTest.h into the IPAddressTest.cpp
2017-07-29 Yedidya FeldblumCompute masks in IPAddressV4
2017-07-29 Phil WilloughbyFix the copy constructor in Replaceable
2017-07-28 Yedidya FeldblumOptimal make_integer_sequence
2017-07-25 Nicholas OrmrodFix double-free in DynamicConverter
2017-07-25 Phil WilloughbyReplaceable
2017-07-24 Yedidya FeldblumMove the SpookyHash libraries into folly/hash v2017.07.24.00
2017-07-23 Subodh IyengarAdd fnv1-a hash to Hash
2017-07-22 Mihaela OgrezeanuRevert D5455584: [Folly] Move the SpookyHash libraries...
2017-07-22 Yedidya FeldblumMove the SpookyHash libraries into folly/hash
2017-07-20 Phil WilloughbyIntroduce folly::max_align_t and folly::max_align_v
2017-07-19 Dave Watson3-way crc32c
2017-07-19 Eli Lindseyappend the interface index instead of throwing an excep...
2017-07-17 Yedidya FeldblumCodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false...
2017-07-14 Christopher DykesReplace all includes of pthread.h with the portability...
2017-07-14 Christopher DykesAdd an sfmt19937 benchmark (again)
2017-07-14 Christopher DykesFix building the stl_vector tests with -Wshadow-compati...
2017-07-14 Phil WilloughbyUpdate CachelinePadded
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-12 Mickey PhoenixFix documentation for folly's to<double>() method's...
2017-07-12 Tom JacksonDon't use range construction for associative containers...
2017-07-12 Phil WilloughbyImprove launder
2017-07-11 Christopher DykesRevert D5393697: [Folly] Add an sfmt19937 benchmark
2017-07-11 Benjamin Renardadd helper method to generate same crc32 results as...
2017-07-11 Christopher DykesAdd an sfmt19937 benchmark
2017-07-11 Yedidya FeldblumCompute masks in IPAddressV6
2017-07-03 Phil WilloughbyContent-conversion constructors for Future
2017-07-03 Christopher DykesReplace folly::asm_pause with folly::asm_volatile_pause v2017.07.03.00
2017-07-02 Yedidya FeldblumIn-place construction for Try
2017-07-02 Yedidya FeldblumIn-place construction for Optional
2017-07-02 Yedidya FeldblumRemove construct_in_place
2017-07-01 Christopher DykesEnable a missing test in the CMake build
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-06-28 Ankit ShahAdding getter and setter methods for RSA
2017-06-27 Yedidya FeldblumFixes for Try::withException
2017-06-26 Giuseppe OttavianoImprove Format's handling of temporaries
2017-06-23 Giuseppe OttavianoMoveOnly utility
2017-06-21 Victor ZverovichCall onRecycle after element is marked as deallocated...
next