folly: add bser encode/decode for dynamic
[folly.git] / folly / test /
2016-02-02 Giuseppe OttavianoKill writeTerminator in fbstring
2016-02-02 Lucian Grijincufolly: #define UNDEFINED_SANITIZER in ubsan mode
2016-02-01 Scott WolchokRemove unnecessary includes from Optional.h
2016-02-01 Lucian Grijincufolly: ubsan: HashTest: avoid invalid shift (sanitize...
2016-01-30 Igor Sugakfolly: fix -Wunused-parameter in opt mode
2016-01-30 Igor Sugakfolly: fix clang build with -Wunused-const-variable
2016-01-29 Michael LeeHandle tmp dir on Android
2016-01-29 Denis SamoylovMake advanced init function for test optional
2016-01-29 Giuseppe OttavianoOptimize getline(istream&, fbstring&) implementation
2016-01-28 Denis SamoylovA common init function for binaries and a default main...
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2016-01-28 Igor Sugakfolly/test/FBVectorTestBenchmarks.cpp.h: remove unused...
2016-01-28 Andrii GrynenkoFix EventBase destruction race in FiberManagerMap
2016-01-27 Francis MaMake folly::detail::CacheLocality portable on apple
2016-01-27 Lucian Grijincufolly: ubsan: reduce vector size to avoid UBSAN timeout
2016-01-22 David Callahanavoid aggressive optimization
2016-01-21 Tom JacksonAdd PrintTo for dynamic
2016-01-20 Michael LeeMove StringTest benchmarks into StringBenchmark.cpp
2016-01-20 Michael LeeRemove unecessary main functions.
2016-01-19 Alan FrindellAdd Range::erase
2016-01-15 Alexey SpiridonovPrint null correctly
2016-01-08 Giuseppe OttavianoFix two fbstring operator+ overloads
2016-01-06 David Callahanparse args for -json flag
2016-01-04 Michael LeeClean up folly tests.
2015-12-23 Giuseppe OttavianoFix test Dynamic.ArrayReassignment with Clang 3.7
2015-12-21 Michael LeeMove ThreadLocal.h into the implementation
2015-12-17 Bin LiuPut optimized memcpy into folly
2015-12-10 Barney MossUnit test showing array assignment problem on gcc 4.9
2015-12-10 Arjen RoodselaarFix automake build
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-12-06 Bartek Ryniecjson: Add option to parse numbers as strings
2015-12-06 Alexey SpiridonovAdd an "after fork, before exec" callback
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
next