Add prepareSkipTo() method to EliasFanoReader
[folly.git] / folly / test /
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...
2017-06-21 Giuseppe OttavianoAdd support for getting other threads' names
2017-06-19 Christopher DykesMake semaphore.h a non-portable header
2017-06-18 Christopher DykesFix a few exception_wrapper tests under MSVC
2017-06-16 Christopher DykesRevert D4567233: [Folly] Drop support for Clang < 3.9
2017-06-15 Adam Simpkinsfix issues with the open source tests
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-06-13 Nick TerrellAdd toFullyQualifiedAppend() methods
2017-06-10 Tianjiao Yinfix FutexTest v2017.06.12.00
2017-06-10 Christopher DykesReorganize the stats directory
2017-06-09 Yedidya FeldblumSaner test exception in ExceptionWrapperTest.cpp
2017-06-07 Yedidya FeldblumTry::tryGetExceptionObject
2017-06-06 Yedidya FeldblumRename exception_wrapper::get_object to get_exception
2017-06-06 Dave WatsonCore-local allocator
2017-06-06 Christopher DykesFix the build of MallctlHelperTest without JEMalloc
2017-06-06 Victor ZverovichAdd element construction/destruction hooks to IndexedMe...
2017-06-06 Adam Simpkinsadd missing include to ThreadId.h
2017-06-06 Qi WangUpdate MallctlHelperTest with jemalloc 5 APIs.
2017-06-01 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-31 Bi Xueadd equals interface for Range class.
2017-05-28 Qinfan WuFix tryTo to support conversion to enumerations v2017.05.29.00
2017-05-27 Philipp UnterbrunnerAdded folly::hint_emplace_iterator to folly/Iterator.h
2017-05-25 Christopher DykesFix reliance on the sign of char in fnv32 and fnv64
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-24 Nick TerrellHeterogeneous comparisons
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-05-22 Christopher DykesEnable -Wimplicit-fallthrough
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
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 Yedidya FeldblumDrop support for deprecated associative containers
2017-05-12 Yedidya Feldblumexception_wrapper::get_object<>
2017-05-12 Eric NieblerCopying a non-const FunctionRef lvalue should be a...
2017-05-11 Mathieu Baudetadd missing const to fix `folly::toDynamic` on `std...
2017-05-10 Anton LunovRevert D4982969: [Folly] Destroy promise/future callbac...
2017-05-09 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-09 Philipp Unterbrunnerback_emplace_iterator and related classes and utility...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-08 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-05-08 Dave WatsonAdd hardware crc impl
2017-05-06 Andrii GrynenkoFix folly::call_once v2017.05.08.00
2017-05-05 Eric NieblerFixedString gets comparisons with folly::Range and...
2017-05-04 Christopher DykesAdd support for getting the current thread's name
2017-05-03 Aravind AnbuduraiHelper utility to construct, returns an Expected<..>
2017-04-27 Philipp Unterbrunnerfolly::rvalue_reference_wrapper for store&forward of...
2017-04-27 Yedidya FeldblumCasing consistency for exception_wrapper::throw_exception
2017-04-26 Pavel Aslanovfolly::overload and folly::variant_match
2017-04-26 Nick Terrellsmall_vector improvements
2017-04-26 Dave WatsonMake folly pass TSAN checks
2017-04-26 Christopher DykesDelete the non-char integeral forms of fbstring::operator=
next