aggregator: fix `doEagerInitVia`
[folly.git] / folly / test /
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
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
next