Convert a polling loop to a futex wait
[folly.git] / folly / test /
2016-03-15 Phil WilloughbyConvert a polling loop to a futex wait
2016-03-15 Michael LeeMissing guards for FOLLY_TLS in test
2016-03-14 Michael LeeFix a typo in portability/Memory.cpp
2016-03-13 Giuseppe OttavianoFix warning in MicroLock initialization
2016-03-12 Michael LeeRemove portability/Stdlib.{h,cpp}
2016-03-11 Michael LeeAdding portability to gating PicoSpinLock.
2016-03-10 Eric NieblerFix an exception safety hole in ScopeGuard
2016-03-07 Giuseppe OttavianoDeprecate dynamic::dynamic(std::initializer_list<dynamic>) deprecate-dynamic-initializer
2016-03-07 Michael LeeGuard Getcpu in test.
2016-03-05 Michael LeeSwitch from tmpdir to TemporaryDirectory
2016-03-04 Michael LeeMake the test portable for different libc
2016-03-04 Daniel ColascioneAdd MicroLock as an alternative to MicroSpinLock
2016-03-04 Michael LeeHave internal tests use folly::Random instead of rand_r
2016-03-03 Marcelo JuchemAdding DynamicConverter support for enums
2016-03-03 Michael LeeFix printing of uint64_t in ConvTest
2016-03-02 Michael LeeAndroid does not always provide posix_memalign
2016-03-01 Michael LeeEnclose global variables in an anonymous namespace.
2016-03-01 Michael Leeto_string is not supported everywhere
2016-03-01 Michael LeeRemove unecessary int main from MemoryTest
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
next