Adding a unit test for HHWheelTimer exercising the default timeout functionality.
[folly.git] / folly / test /
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
2015-07-15 Yedidya FeldblumFile ctor should take StringPiece.
2015-07-13 Yedidya FeldblumAn has_member_type macro.
2015-07-09 Yedidya FeldblumThreadedExecutor.
2015-07-09 Steve O'Brienfolly/singleton: fatal in unrecoverable error cases
2015-06-29 Philip Pronincleanup includes in folly/Format.h
2015-06-26 Yedidya Feldblumto_shared_ptr.
2015-06-24 Sara GolemonChange visibility of folly::Arena constructors to public
2015-06-24 Sara GolemonProvide backfill s6_addr16 on BSD platforms
2015-06-23 191919Fix for clang (llvm 3.7.0+)
2015-06-22 Igor SugakAdd missing override and remove redundant virtual in...
2015-06-22 Mike KaplinskiyAdd ./configure check for vsnprintf returning negative...
2015-06-21 Yoni Lavinew small_vector tests that fail on trunk and uncover...
2015-06-19 Ananth JastyARM64 assembler fixes for Folly.
2015-06-19 Nathan Bronsonmove SharedMutex from folly/experimental to folly
2015-06-19 Marc HorowitzCheck array get for < 0
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-15 Nathan BronsonMove AtomicUnorderedInsertMap to folly.
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-15 Tudor BosmanExceptionWrapper: use std::decay in implicit constructor
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-12 Nicholas OrmrodRecycle heap on assignment
2015-06-11 Hans FugalBuild and run futures tests on OSX
2015-06-09 Steve O'Briendecimal conversion: digits10 using bit-counting instruc...
2015-06-03 Haim Grosmanfolly: adding folly::ltrimWhitespace / folly::rtrimWhit...
2015-06-03 Tudor BosmanFix toString() for authority-less URIs
2015-05-26 Marc HorowitzRefactor tests to verify that a single folly target...
2015-05-20 Alexey SpiridonovMake Subprocess movable
2015-05-20 Hasnain LakhaniAdd getTotalCount() to Histogram
2015-05-20 Tudor BosmanMake folly::format no longer crash on invalid format...
2015-05-12 Tom JacksonAdd SpookyHashV2-based hash to StringPiece
2015-05-12 Alexey SpiridonovFactor out pipe methods, add takeOwnershipOfPipes
2015-05-12 Ming ZhaoAdd missing #include <gflags/gflags.h>
2015-05-12 YM CHENfix namespace v2
2015-04-29 Dave Watsonfix unittest break
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/
2015-04-29 Blake Mathenyget_or_throw and get_optional
2015-04-29 Yedidya FeldblumBenchmarkSuspender::dismissing.
2015-04-27 Yedidya FeldblumIPAddressV6::kToFullyQualifiedSize.
2015-04-27 Naizhi LiAdd support for creating SocketAddress directly from...
2015-04-27 Nicholas OrmrodRevert "Revert "Deprecating folly::is_complete""
2015-04-27 Nicholas OrmrodRevert "Deprecating folly::is_complete"
2015-04-27 Nicholas OrmrodAdds x64 arch-specific test
2015-04-27 Marcelo JuchemDeprecating folly::is_complete
2015-04-10 Lucian Grijincufolly: MemoryMapping: add offset/size params to advise
2015-04-02 Daniel PittmanMPMCQueue - FPE to invalid_argument for 0 capacity
2015-03-18 James SedgwickexceptionStr(exception_wrapper)
2015-03-05 Ram Kumar RengaswamyBugfix uriEscapeTable generate.
2015-03-03 Hans FugalmakeMoveWrapper(lvalue)
2015-03-03 zhaokaiAdd const to the variable: needle
2015-03-03 zhaokaiUpdate UnitTest of MapUtilTest.cpp
2015-03-03 Nathan Bronsonsupport IndexedMemPool for types without default constr...
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 John EhrhardtUpdating Folly Formatting's use of separators for Decim...
2015-03-03 Andrei AlexandrescuMigrate FunctionScheduler from common/concurrency/...
2015-03-03 Jim MeyeringExceptionWrapperTest.cpp vs clang's new warning about...
2015-03-03 Jim Meyeringfolly: OptionalTest.cpp: suppress a -Wself-move warning
2015-03-03 Jim Meyeringfolly: move side effects out of EXPECT_EQ args
2015-03-03 Jim Meyeringfolly: avoid new warnings from -Winconsistent-missing...
2015-03-03 Keith Adamsstd::atomicize MicroSpinLock.
2015-02-12 Nathan BronsonRevert "[folly] TLS cache for AccessSpreader"
2015-02-11 Philip Proninmake decodeVarint accept StringPiece
2015-02-11 Nathan BronsonTLS cache for AccessSpreader
2015-02-11 Tom JacksonFixing find_first_of O(n) case
2015-02-02 Nathan Bronsonadd some missing methods to DeterministicAtomic
2015-02-02 Andrei AlexandrescuAdd writeFile function to folly
2015-02-02 Marcin Pawlowskifix folly build under python 3
2015-02-02 Dave Watson'fix' threadlocal fork test
2015-02-02 Louis KrugerAdd folly::sorted_vector_map::at()
2015-01-13 Viswanath SivakumarAdd libgtest to Makefile to unbreak OSS build
2015-01-13 Andrew Gallagherfolly: make remaining TARGETS files auto converitble...
2015-01-13 Jim Meyeringfolly: ProducerConsumerQueue: avoid many -Wsign-compare...
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2015-01-13 Hans Fugal(folly) Account for different vsnprintf behavior on...
2015-01-13 Hans Fugal(folly) make check on OSX Yosemite (10.10)
2015-01-13 Jim Meyeringfolly/test/ForeachTest.cpp: avoid -Wsign-compare error
2015-01-13 Jim Meyeringfolly/test/SpinLockTest.cpp: avoid -Wsign-compare error...
2015-01-13 Nicholas OrmrodAHM ASAN test adjustment
2015-01-13 Jim Meyeringfolly/test/RangeTest.cpp: avoid -Wsign-compare error...
next