logging: add a LogConfig class and parsing code
[folly.git] / folly / test /
2017-11-21 Dave Watsonimprove ThreadLocalBenchmark
2017-11-21 Giuseppe OttavianoRevert D6366352: [folly] Split get_default() into two...
2017-11-21 Aaryaman SagarSplit get_default() into two for deferred default const...
2017-11-20 Tianjiao Yinfix SingletonTest v2017.11.20.00
2017-11-18 Tianjiao Yinreduce the number of iteration when test SharedMutexTes...
2017-11-15 Yedidya FeldblumFix wrong source name in tests Makefile
2017-11-15 Benny Chenallow small vector to be storage for sorted_vector_map
2017-11-15 Adam Simpkinsadd EXPECT_THROW_RE() and EXPECT_THROW_ERRNO() test...
2017-11-15 Igor Sugakfix asan build
2017-11-15 Yedidya FeldblumExtra expectations for ADL toAppend
2017-11-12 Yedidya FeldblumFix some declared tests not being included in Makefile...
2017-11-11 Yedidya FeldblumBackport C++17 container access functions: size, empty...
2017-11-09 Yedidya FeldblumFix folly/test/Makefile.am
2017-11-08 Yedidya FeldblumHeterogeneous lookups for sorted_vector types
2017-11-08 Igor Sugakfix -Wunused-variable
2017-11-07 Yedidya Feldblumcrange, and range const overloads
2017-11-06 Yedidya FeldblumMove folly/LifoSem.h
2017-11-06 Eric NieblerValue-initialize the Data union member of folly::Function
2017-11-05 Yedidya FeldblumMove folly/Functional.h v2017.11.06.00
2017-11-04 Yedidya Feldblumconstexpr_clamp
2017-11-04 Yedidya FeldblumMove folly/SafeAssert.h
2017-11-03 Eric Nieblerdon't try to run the poly tests on gcc-4.9. they will...
2017-11-02 Andrey IgnatovIntroduce non-throwing try* methods for IPAddress{...
2017-11-02 Yedidya FeldblumRefactor is_simple_allocator and callers
2017-11-01 Ognjen DragoljevicMake associative container out-of-range exception provi...
2017-11-01 Alisson Gusatti... Fix OSS's "make check"
2017-10-31 Yedidya FeldblumRemove folly/ContainerTraits.h
2017-10-30 Eric NieblerFolly.Poly: a library for creating type-erasing polymor...
2017-10-29 Yedidya FeldblumMove folly/Launder.h
2017-10-29 Yedidya FeldblumMove folly/Array.h
2017-10-28 Andrew KriegerBreak out BitIterator into its own header
2017-10-28 Yedidya FeldblumMove folly/detail/AtomicUtils.h
2017-10-27 Yedidya Feldblumtype_t, a generalization of void_t
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
next