Add conversion constructors for Future
[folly.git] / folly / test /
2016-03-01 Subodh IyengarAdd conversion constructors for Future
2016-02-25 Michael LeeSplit tests into test and benchmarks.
2016-02-25 Michael LeeSplit FileTest to a smaller test and an extended test
2016-02-25 Nathan Bronsonshorten SharedMutex tests that timeout under ASAN
2016-02-25 Jonathan KronFixing AtomicHashArrayTest ASan Test Failure
2016-02-24 Sven Overfolly/futures: keep Core alive until callback has returned
2016-02-24 Yedidya FeldblumFix Build: folly/test/IndestructibleTest.cpp under...
2016-02-23 Michael LeeSplit benchmarks and tests
2016-02-22 Nathan Bronsonfix SIOF in CacheLocality.h's AccessSpreader
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-19 Yedidya FeldblumIndestructible
2016-02-18 Sven Overfolly/ApplyTuple.h: fix const-correctness & other issue...
2016-02-17 Nathan Bronsonclang-format some code in preparation for real changes
2016-02-17 Lovro PuzarAdd call_once, wrapper around std::call_once with a...
2016-02-16 Iaroslav TverdokhlibFix wrapvFull for the case when iovec* has size more...
2016-02-16 Brett Simmersfolly::Optional<T> should be trivially destructible...
2016-02-13 Igor Sugakfolly/test/json_test: fix heap-buffer-overflow in Json...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-12 Drew HoskinsFix MultiLevelTimeseries::getRate()
2016-02-11 Michael LeeFix typo in StringTest
2016-02-11 Michael LeeSwitch stripLeftMargin to not use boost::regex
2016-02-11 Michael LeeCompensate for -m32 platforms.
2016-02-10 Yedidya FeldblumstripLeftMargin
2016-02-08 Michael LeeFix bad merge.
2016-02-08 Yedidya FeldblumFix Build: conditionally_existent_test in folly/test...
2016-02-06 Den RaskovalovCall destructor for non-trivial destructors if arena...
2016-02-05 Yedidya FeldblumConditionallyExistent<typename>
2016-02-05 Andrii GrynenkoRevert D2853921
2016-02-05 Michael LeeTurn off a FBStringTest for Android.
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...
next