folly.git
2017-11-10 Pádraig Bradyfolly: avoid compile warning/failure due to lvalue...
2017-11-10 Shubhanshu... adding a fibers compatible once flag
2017-11-09 Yedidya FeldblumAdd makeSemiFuture declarations to helpers.h
2017-11-09 Phil WilloughbyMake ColdClassTest work on ancient compilers
2017-11-09 Dan MelnicRemove the zerocopy write threshold support, add suppor...
2017-11-09 Teng QinAdd parsing for indirect functions
2017-11-09 Teng QinAdd a multi-type version of iterateSectionsWithType
2017-11-09 Yedidya FeldblumFix folly/test/Makefile.am
2017-11-09 Teng QinAdd a multi-type version of iterateSymbolsWithType
2017-11-09 Yedidya FeldblumIn SemiFuture members, fix DCHECK of pointer types
2017-11-09 Phil WilloughbyActually mark Unexpected as cold
2017-11-09 Christopher... Mark the base class of NoFutureInSplitter as public
2017-11-08 Arkady ShapkinFix static linking gflags and glog
2017-11-08 Yedidya FeldblumHeterogeneous lookups for sorted_vector types
2017-11-08 Andre PintoAvoid implicitly dropping const modifier
2017-11-08 Andre PintoFix oss build
2017-11-08 Igor Sugakfix -Wunused-variable
2017-11-07 Christopher... Workaround a bug in MSVC
2017-11-07 Adam Simpkinslogging: set the thread name for the AsyncFileWriter...
2017-11-07 Dave WatsonSupport movable keys
2017-11-07 Dave WatsonRemove incorrect DCHECKS
2017-11-07 Giuseppe OttavianoAllow to specify per-priority capacities in PriorityLif...
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-06 Phil WilloughbyMark constructing an Unexpected as cold
2017-11-05 Yedidya FeldblumMove folly/Functional.h v2017.11.06.00
2017-11-04 Yedidya Feldblumconstexpr_clamp
2017-11-04 Lee HowesMake SemiFuture::via throw on nullptr executor.
2017-11-04 Yedidya FeldblumMove folly/SafeAssert.h
2017-11-03 Lee HowesParameter order
2017-11-03 Louis DionneNitpick: fix typo in name
2017-11-03 Dan MelnicExpose the zerocopy buf ID, change the AsyncSocket...
2017-11-03 Lee HowesMissing Future/SemiFuture->Value conversion check
2017-11-03 Yedidya FeldblumAlias std::launder when it is available
2017-11-03 Eric Nieblerdon't try to run the poly tests on gcc-4.9. they will...
2017-11-02 Phil WilloughbyMake Expected presume it has a value and not an Error
2017-11-02 Dan MelnicChange kDefaultZeroCopyThreshold to 0 to avoid a regres...
2017-11-02 Andrey IgnatovIntroduce non-throwing try* methods for IPAddress{...
2017-11-02 Yedidya FeldblumRefactor is_simple_allocator and callers
2017-11-02 Christopher... Fix folly::Function under C++17 exception specifier...
2017-11-01 Ognjen DragoljevicMake associative container out-of-range exception provi...
2017-11-01 Lee HowesQuick comment on DE to clarify use cases and lack of...
2017-11-01 Yedidya FeldblumFix unsynchronized accesses in IOThreadPoolExecutor...
2017-11-01 Eric Niebleradd a complete example to poly's docs, fix typos and...
2017-11-01 Alisson Gusatti... Fix OSS's "make check"
2017-11-01 Maged MichaelAdd integrated reference counting
2017-11-01 Andrii GrynenkoClear frame cache when activating a fiber
2017-11-01 Yedidya FeldblumA macro for creating member-invoke traits
2017-10-31 Lee HowesAdding DeferredExecutor to support deferred execution...
2017-10-31 Martin MartinRemove unused field or local var.
2017-10-31 Teng QinImprove folly::RequestContext onSet and onUnset efficiency
2017-10-31 Teng QinImprove folly::RequestContext::get()
2017-10-31 Alex GuzmanAdd utility function for loading certificates from...
2017-10-31 Yedidya FeldblumOutline most throw expressions in Expected
2017-10-31 Yedidya FeldblumRemove dep on Format.h from GenerateFingerprintTables.cpp
2017-10-31 Yedidya FeldblumRemove folly/ContainerTraits.h
2017-10-31 Yedidya FeldblumMove folly/experimental/AsymmetricMemoryBarrier.h
2017-10-30 Christopher... Fix the CMake build
2017-10-30 Felix LeupoldAllow to pass ObjC blocks into folly::Function
2017-10-30 Yedidya FeldblumSimplify type_t
2017-10-30 Lee HowesSplit SemiFuture and Future into separate types. Add...
2017-10-30 Arkady ShapkinMention Windows (Vcpkg) build in README.md
2017-10-30 Eric NieblerFolly.Poly: a library for creating type-erasing polymor...
2017-10-30 Alexander PronchenkovRemove a few memory allocations in ThreadWheelTimekeepe...
2017-10-30 Murali VilayannurOverride TemporaryFile's default move constructor v2017.10.30.00
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-29 Yedidya FeldblumMake SysBufferDeleter::operator() inlineable
2017-10-29 Yedidya FeldblumMove folly/Launder.h
2017-10-29 Yedidya FeldblumMove folly/Array.h
2017-10-29 Yedidya FeldblumMove folly/Assume.h
2017-10-28 Andrew KriegerBreak out BitIterator into its own header
2017-10-28 Yedidya FeldblumMove folly/detail/AtomicUtils.h
2017-10-28 Scott MichelsonLOG_EVERY_N instead of every time
2017-10-27 Yedidya FeldblumFix FunctionScheduler::resetFunctionTimer concurrency bug
2017-10-27 Yedidya Feldblumtype_t, a generalization of void_t
2017-10-26 Christopher... Just use a volatile static in Malloc.h
2017-10-26 Christopher... Fix build with Windows SDK v10.0.16232
2017-10-26 Dan MelnicDisable zerocopy if we're notified about deferred copie...
2017-10-26 Yedidya FeldblumExpected coroutines support
2017-10-26 Kenny Yufolly: Fix data race in folly::Codel
2017-10-25 Luca Niccolinirework reads/writes
2017-10-25 Marko NovakovicSupply an explicit default dtor impl
2017-10-25 Yedidya FeldblumFlesh out Optional members swap, reset, emplace, has_value
2017-10-25 Yedidya FeldblumSimplify IsUniquePtrToSL in IOBuf.h
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... Prefer bool literals rather than integers in boolean...
2017-10-24 Christopher... Consistently have the namespace closing comment
2017-10-23 Christopher... Modernize uses of std::make_shared
2017-10-23 Lee HowesAdd a full drain for folly's ManualExecutor.
2017-10-23 James Sedgwickmove Iterator, Enumerate, EvictingCacheMap, Foreach...
2017-10-23 Qi WangMemoryIdler: use mallctl directly for tcache.flush
2017-10-23 Christopher... Modernize use of std::make_unique
2017-10-23 Jon Maltiel... Rename unique_lock variables in `TimedMutex` in order...
2017-10-23 Andrew KriegerGate std::invoke_result et. al. to appropriate MSVC...
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 InlineExecutor, ManualExecutor, and GlobalThreadPo...
2017-10-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
next