ThreadLocalDetail: fix bug just introduced w/ recent change to constexpr-ctor style...
[folly.git] / folly / test /
2015-12-02 Steve O'Brienfolly: ThreadLocalDetail: make PthreadKeyUnregister...
2015-12-01 Yedidya FeldblumAvoid requiring a suppression (unevaluated-expression)
2015-12-01 Daniel AnderssonEnable find/emplace for key types other than KeyT.
2015-12-01 Yedidya FeldblumCodeMod: Use the ExceptionWrapper::with_exception varia...
2015-11-26 Andrii GrynenkoDeprecate get_weak()
2015-11-26 Yedidya FeldblumFix ExceptionWrapper::with_exception to support lvalue...
2015-11-26 Andrii GrynenkoNew ReadMostlySharedPtr implementation
2015-11-25 Mark IsaacsonMake folly's T_CHECK_TIMEOUT/T_CHECK_TIME_LT use SKIP...
2015-11-25 Adrien ConrathRemove undefined behavior in goodMallocSize()
2015-11-25 Yedidya FeldblumExceptionWrapper::with_exception variant, deducing...
2015-11-24 Yedidya FeldblumFix Build: folly/test/ThreadLocalTest
2015-11-23 Michael OliverBenchmark std::to_string vs. folly::to<std::string>
2015-11-21 Andrii GrynenkoFix folly/ThreadLocal with clang after PthreadKeyUnregi...
2015-11-20 Lucian GrijincuRevert "Fix folly::ThreadLocal to work in a shared...
2015-11-19 Anton LikhtarovFix invalid DCHECK
2015-11-19 Andrii GrynenkoFix folly::ThreadLocal to work in a shared library
2015-11-17 Tom JacksonUTF8StringPiece, wrapping boost::u8_to_u32
2015-11-16 Yedidya FeldblumSimplify some checks by using __CLANG_PREREQ
2015-11-15 Yedidya FeldblumSimplify some checks by using __CLANG_PREREQ
2015-11-11 Stepan PalamarchukMake Optional nothrow_default_constructible
2015-11-11 Shaft WuUNSYNCHRONIZED does NOT unlock the mutex
2015-11-10 Steve O'BrienFBString: fix constructors so it compiles with newer...
2015-11-09 Alexey SpiridonovAdd a tag type for in-place construction
2015-11-04 Zhen (Growth) Liswitch the IndexType and Allocator in AtomicUnorderedIn...
2015-10-31 Andrew GallagherFix multi-line comment warnings
2015-10-29 Xiaofan Yangadd config to allow using quadratic probing
2015-10-26 Florent ThoumieAdd new toBinary() function to IPAddress.
2015-10-26 Yedidya FeldblumStyle nits for folly/test/FingerprintBenchmark.cpp
2015-10-24 Nathan Bronsonfix AtomicUnorderedInsertMap load factor computation
2015-10-23 Bartosz NitkaOption to fallback to double when int precision is...
2015-10-23 Nathan Bronsontemplatize AtomicUnorderedInsertMap's internals to...
2015-10-22 Giuseppe OttavianoClang support for constexpr StringPiece constructor
2015-10-21 Rameshkumar ShihoraMove FingerprintBenchmark to Folly
2015-10-21 Andrii GrynenkoImprove folly::Singleton try_get perf and bring back...
2015-10-21 Emil HesslowAdd getIPv6For6To4 to IPAddressV4
2015-10-16 Yedidya FeldblumAvoid the ODR issue with ThreadLocalDetail's kInvalid
2015-10-16 Yedidya FeldblumSpecialize and implement setThreadName only on some...
2015-10-16 Jody Houndefined reference to 'folly::threadlocal_detail:...
2015-10-14 Yedidya FeldblumFix Build: address some maybe-uninitialized warnings...
2015-10-13 Nathan Bronsonnever destroy LifoSem's wait node pool
2015-10-13 Igor Sugakfolly: fix build with clang 3.6 -Werror
2015-10-13 Ben MaurerSIOF-proof thread local
2015-10-09 Hans FugalMerge pull request #331 from vbuslov/config_fix
2015-10-09 Steve O'Brienaggregator: fix `doEagerInitVia`
2015-10-07 Steve O'BrienSingleton: remove dependency on Future
2015-10-03 Yedidya FeldblumConverge folly::make_unique to C++14's std::make_unique
2015-10-02 Yedidya FeldblumSupport SSE-enabled Range functions under Clang
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-09-30 Dave WatsonUpdateableSharedPtr in folly
2015-09-30 Yedidya FeldblumExtract SparseByteSet into its own module
2015-09-25 Steve O'BrienSingleton: refine "eager" initialization
2015-09-24 Justin Gibbsemplace() support for AtomicHashArray/Map
2015-09-24 Yedidya FeldblumA qfind_first_byte_of using a bitset in folly/Range.cpp
2015-09-23 Yedidya FeldblumCpuIdTest.cpp does not need glog
2015-09-23 Yedidya FeldblumSearch unpadded strings in Range benchmarks
2015-09-22 Yedidya FeldblumFully clean up before each round of benchmarks in Range...
2015-09-21 Chip TurnerMake strlcpy available in folly, second attempt
2015-09-21 Marc Horowitzmake to<bool> skip range check
2015-09-19 Philip Proninimplement ThreadCachedArena::totalSize()
2015-09-17 Steve O'Brienfolly Singleton: "eager" option to initialize upfront
2015-09-15 Kevin HurleyAdd unit test for update_missing
2015-09-15 Yedidya FeldblumNo need to export global instances of folly::AsciiCase...
2015-09-14 Giuseppe OttavianoAdd benchmarks for SpookyHashV2 and constify SpookyHash...
2015-09-14 Yedidya FeldblumCodeMod: Drop FOLLY_OVERRIDE and FOLLY_FINAL
2015-09-14 Yedidya FeldblumLift the test for ext/random and sfmt19937
2015-09-14 Yedidya FeldblumSupport unique_ptr instances with custom deleters in...
2015-09-13 Leonardo BianconiPort Folly to PPC64
2015-09-12 Giuseppe OttavianoAdd support for std::string in folly::Hash
2015-09-11 Kevin HurleyAdd ability to merge dynamic objects
2015-09-11 Lucian Grijincufolly: fix EmplaceIterCtor test
2015-09-11 Yedidya FeldblumUse type-parameterized test cases in folly/test/Synchro...
2015-09-11 Yedidya FeldblumFix Build: IPv6: SocketAddressTest.SetFromStrings and...
2015-09-10 Lucian Grijincufolly: small_vector: emplace_back for iterator construc...
2015-09-09 Yedidya FeldblumDrop support for GCC < 4.8 in folly/Conv.h
2015-09-08 Yedidya FeldblumDrop support for GCC < 4.8 in folly/test/FBStringTest.cpp
2015-08-31 Jason EvansUniversally update to jemalloc 4.0.0.
2015-08-31 Sara GolemonRevert "Mass Revert to cdb635a"
2015-08-31 Michael LeeMass Revert to cdb635a
2015-08-31 Michael MortonAdding singular token bucket implementation.
2015-08-21 Yedidya Feldblumstatic_function_deleter.
2015-08-20 Andrey ObraztsovReplace Singleton<T>::get() with Singleton<T>::try_get...
2015-08-11 Yedidya FeldblumEmplacement in folly::padded::Adaptor, if the adapted...
2015-08-11 Noel SardanaAdded futures helpers times, when, and whileDo
2015-08-09 Brett SimmersSupport dynamic field width in folly::format()
2015-08-05 Yedidya FeldblumUse static const keys in AtomicHashArray::Config.
2015-07-31 Nick TerrellOverload on dynamic object reference type.
2015-07-31 Andrew Gallagherfolly: fix another test running under buck
2015-07-31 Andrew Gallagherfolly: fix tests running under buck (w/ clang and dynam...
2015-07-31 Yedidya Feldblumfutures::retrying.
2015-07-30 Nima AghdaiiFix Infinity
2015-07-29 Alexander ShaposhnikovAdd hasher specializations for enums, pairs and tuples
2015-07-29 Alexander Shaposhnikov[folly] Enable support of applyTuple for const tuples
2015-07-27 Alexey SpiridonovMake ProcessReturnCode default-constructible
2015-07-24 Nathan Bronsonimprovements to DeterministicSchedule
2015-07-22 Nathan Bronsonfix racy assert in SharedMutex
2015-07-22 Tudor BosmanAdd executable_path() and convert SubprocessTest to...
2015-07-21 Nick TerrellAdd bounds check in get_ptr.
2015-07-20 Nick TerrellOverload Optional::value() on object reference type.
2015-07-20 Steve O'Brienfolly Singleton: clear some state if creator function...
2015-07-20 Tom JacksonMaking Optional throw exceptions instead of assert
next