Adds unbounded queue test case
[folly.git] / folly / detail /
2018-01-19 Yedidya FeldblumHandle max deadlines in Futex
2018-01-14 Yedidya FeldblumFix copyright lines v2018.01.15.00
2018-01-13 Yedidya FeldblumPromote aligned_malloc and aligned_free
2018-01-12 Eric Nieblercorrectly handle APIs that accept Poly<T&> as an argument
2018-01-11 Yedidya FeldblumMemoryIdler::futexWaitUntil
2018-01-10 Yedidya FeldblumLet Futex import base-class ctors
2018-01-10 Yedidya FeldblumTweak FutexResult comments
2018-01-10 Yedidya FeldblumFutex::futexWait returns FutexResult
2018-01-10 Yedidya FeldblumSupport for all clock types in Futex
2018-01-10 Yedidya FeldblumUse ptr-to-const in Futex
2018-01-10 Yedidya FeldblumFix some copyright lines in folly/detail/ and folly...
2018-01-09 Dave Watsonuse in futex
2018-01-08 Yedidya FeldblumRemove gcc-v4.7 support from MemoryIdler v2018.01.08.00
2018-01-07 Yedidya FeldblumTerminal comma for FutexResult enumerators
2018-01-05 Yedidya FeldblumMove folly/BitIterator.h to folly/container/
2017-12-26 Yedidya FeldblumRemove folly/detail/UncaughtExceptionCounter.h
2017-12-26 Yedidya FeldblumMove folly/detail/Sleeper.h to folly/synchronization...
2017-12-26 Yedidya FeldblumMove folly/AtomicStruct.h to folly/synchronization/
2017-12-05 Nathan Bronsonbetter error handling in MemoryIdler for inside jails
2017-12-04 Dave Watsonadd AtFork::unregisterHandler
2017-12-03 Alastair DaivisStatically allocate futex array v2017.12.04.00
2017-12-01 Dave WatsonMove threadlocal_detail::Atfork to its own file
2017-11-29 Yedidya FeldblumSynchronize coupled caches in folly::threadlocal_detail...
2017-11-22 Dave WatsonAdd a fast path to folly::ThreadLocal
2017-10-30 Eric NieblerFolly.Poly: a library for creating type-erasing polymor...
2017-10-29 Yedidya FeldblumCodeMod: Replace includes of folly/Hash.h with folly...
2017-10-28 Yedidya FeldblumMove folly/detail/AtomicUtils.h
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 James Sedgwickmove Iterator, Enumerate, EvictingCacheMap, Foreach...
2017-10-23 Qi WangMemoryIdler: use mallctl directly for tcache.flush
2017-10-23 James Sedgwickmove Arena, ThreadCachedArena, and Malloc to memory/
2017-10-21 James Sedgwickmove MemoryMapping, Shell, ThreadId, ThreadName, and...
2017-10-20 Christopher DykesDrop redundant void parameters from function declarations
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-13 Yedidya FeldblumMove folly/Checksum.h into folly/hash/
2017-09-19 Christopher DykesFix hardware crc32 under MSVC
2017-09-13 Stephen Chenfixing namespacing issue for the dummy non sse crc32c_hw
2017-08-30 Yedidya FeldblumShrink MicroSpinLock.h transitive includes and inline...
2017-08-29 Christopher DykesRevert D5714883: [Folly] Shrink MicroSpinLock.h transit...
2017-08-28 Yedidya FeldblumShrink MicroSpinLock.h transitive includes and inline...
2017-08-24 Aaryaman SagarunwrapTryTuple only accepted rvalue tuple types
2017-08-08 Yedidya FeldblumApply clang-format to folly/**/*Address*.*
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-02 Greg BentleyFix for building with icc.
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-21 Stephen Chencrc32c: add missing header for std::runtime_error
2017-07-19 Dave Watson3-way crc32c
2017-07-14 Phil WilloughbyUpdate CachelinePadded
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-03 Christopher DykesReplace folly::asm_pause with folly::asm_volatile_pause v2017.07.03.00
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-06-26 Christopher DykesResolve the circular dependency between ThreadLocalDeta...
2017-06-19 Christopher DykesFix the build of detail/CacheLocality.h on Windows
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-06-13 Nick TerrellAdd toFullyQualifiedAppend() methods
2017-06-10 Christopher DykesReorganize the stats directory
2017-06-07 Giuseppe OttavianoFix destruction order problem in getCoreAllocator
2017-06-06 Dave WatsonCore-local allocator
2017-06-05 Christopher DykesSwitch Bits.h to just use the popcount builtins directly
2017-06-05 Christopher DykesRename folly/detail/Malloc.h to folly/detail/MallocImpl.h
2017-05-16 Stephen Chengate sse42 implementation of checksum for x86 only
2017-05-15 Arkady ShapkinFix compilation ChecksumDetail.cpp with MSVC
2017-05-12 James Sedgwickinclude folly/portability/Sockets.h instead of netinet...
2017-05-08 Dave WatsonAdd hardware crc impl
2017-05-06 Andrii GrynenkoFix folly::call_once v2017.05.08.00
2017-04-14 Christopher DykesRemove the old SpinLock implementations
2017-04-14 Andrew KriegerRemove pthread dependency from CacheLocality.h
2017-04-14 Christopher DykesUse getCurrentThreadID() rather than pthread_self(...
2017-04-13 Christopher DykesSwitch includes of PThread to the portability header
2017-04-03 Dan MelnicRemove/make private the default ***Holder constructor...
2017-04-03 Dave Watsonatomic_shared_ptr
2017-03-28 Maged MichaelChange trylock() to try_lock() in folly::SpinLock to...
2017-03-01 Andrii GrynenkoDisable MemoryIdler::unmapUnusedStack with ASAN
2017-02-27 Christopher DykesKill unused include of sched.h
2017-02-16 Christopher DykesAdjust a few things to avoid triggering warnings under...
2017-02-16 Maged MichaelFix data race in Futex<EmulatedFutexAtomic>
2017-02-02 Pádraig BradyFix build failure with GCC 5
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-27 Adrian HamzaMake UncaughtExceptionCounter public
2016-12-22 Yedidya FeldblumMove Thrower into exception_wrapper
2016-12-20 Michael LeeFix sysconf return type
2016-12-16 Christopher DykesAllow folly to compile cleanly with most of the rest...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-12-16 Christopher DykesInclude <cassert> when using assert
2016-12-14 Christopher DykesAllow building with -Wmissing-noreturn
2016-12-12 Christopher DykesFix some implicit truncation and sign coersion in the...
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-11-30 Christopher DykesStart fixing implicit truncations
2016-11-15 Christopher DykesMark FingerprintPolynomial.size() constexpr
2016-11-08 James Sedgwickadd tryReadUntil and make fixes along the way
2016-11-02 Philip Proninfix race between StaticMetaBase::destroy() and StaticMe...
2016-10-28 Christopher DykesDon't abort when calling qfind_first_byte_of_sse42...
next