rename ExpectedStorage::isThis to isSelfAssign so that the self-assign check in opera...
[folly.git] / folly / test /
2016-12-19 Eric Nieblerrename ExpectedStorage::isThis to isSelfAssign so that...
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-12-16 Christopher DykesRefactor stats to use the same type for indexes
2016-12-15 Andrii GrynenkoMake SingletonVault state use ReadPriority mutex
2016-12-14 Eric Nieblerwork around GCC#61971 (spurious -Warray-bounds warnings...
2016-12-14 Christopher DykesAllow building with -Wmissing-noreturn
2016-12-13 Christopher DykesEnable -Wunreachable-code-return
2016-12-12 Christopher DykesAllow building with -Wshift-sign-overflow
2016-12-12 Christopher DykesDon't declare a variable for exceptions we discard
2016-12-09 Christopher DykesEnable -Wextra-semi
2016-12-09 Christopher DykesDon't shadow locals, parameters or fields
2016-12-09 David GoldblattFix SimpleBarrier
2016-12-09 Dave Watsonupdate small locks benchmark
2016-12-09 Qinfan WuFix sorted_vector_set::erase
2016-12-07 Eric Niebleradd folly::FixedString, a constexpr-usable string with...
2016-12-07 Christopher DykesRename stdin, etc. in Subprocess to work with MSVC
2016-12-07 Dan SchatzbergAdd EvictingCacheMap MoveConstructor
2016-12-01 Adam Simpkinsadd a new writeFileAtomic() function
2016-11-30 Eric NieblerAdd constexpr to the simple folly::Range accessors...
2016-11-29 Andrii GrynenkoDisallow folly::Singletons before main()
2016-11-24 Yedidya FeldblumSuppress deprecation warnings in related tests
2016-11-21 Christopher DykesDisable the DoubleRegistrationLogging singleton test...
2016-11-19 Christopher DykesUse the GTest portability header in shell_test
2016-11-19 Christopher DykesDon't attempt to separately close the underlying file...
2016-11-19 Maxime BoucherSynchronized: disable operator= when the type isn't...
2016-11-18 Christopher DykesDisable a range test under MSVC
2016-11-18 Yedidya FeldblumFix Build: folly with -Wmissing-braces
2016-11-18 Tom JacksonFaster unhexlify
2016-11-18 Christopher DykesDon't rely on implicit lookup of member names in depend...
2016-11-18 Christopher DykesInclude atomic in SingletonTestStructs.cpp
2016-11-17 Christopher DykesAdd folly::getCurrentThreadID()
2016-11-17 Christopher DykesAdjust the Function::NonCopyableLambda test to use...
2016-11-16 Christopher DykesDisable the CArray RangeFunc tests under MSVC
2016-11-16 Nathan Bronsonfolly: fbvector: ubsan: avoid memset(nullptr, 0, 0)
2016-11-16 Christopher DykesMark a few constexpr locals in ThreadLocalTest as static
2016-11-11 Andrew Gallagherfolly/test/SingletonTestStructs: move inlined function...
2016-11-11 Yedidya FeldblumLet folly::range(const std::array<...>&) be constexpr
2016-11-09 Christopher DykesDon't generate empty statements in DeterministicSchedul...
2016-11-09 Christopher DykesSplit the benchmarks out of UriTest
2016-11-09 Ali ZaveriExpose isFamilyInet() to check if SocketAddress is...
2016-11-08 Christopher DykesMake NeedleFinderTest::Needles256 actually do things
2016-11-08 James Sedgwickadd tryReadUntil and make fixes along the way
2016-11-07 Andrew GallagherAnnotate some static locals as "library-local" v2016.11.07.00
2016-11-06 Yedidya FeldblumLet folly::range be constexpr
2016-11-03 Jim Meyeringfolly/test/RangeFindBenchmark.cpp: avoid shadowing...
2016-11-03 Jim Meyeringfolly/test/ThreadLocalBenchmark.cpp: avoid shadowing...
2016-11-03 Jim Meyeringfolly/test/ExceptionWrapperBenchmark.cpp: avoid shadowi...
2016-11-01 Christopher DykesEliminate more VLAs
2016-11-01 Christopher Dykesuint8_t isn't a valid template argument for uniform_int...
2016-10-31 Christopher DykesAccess the individual words of an IPv6 address correctl...
2016-10-31 Nathan Bronsonimprovements to folly::doNotOptimizeAway v2016.10.31.00
2016-10-29 Christopher DykesInclude the Time.h portability header where needed
2016-10-26 Giuseppe OttavianoAdd default constructor to dynamic, make other construc...
2016-10-25 Ben MaurerprevPowTwo / faster bit operations
2016-10-24 Sven Overadd folly::Function::asSharedProxy v2016.10.24.00
2016-10-21 Eric NieblerReverted commit D3927397
2016-10-20 Laurent Demaillyimprove documentation of custom singleton creation...
2016-10-20 Eric NieblerPrevent erroneous code like vector<fbstring>{{"this...
2016-10-19 Jim Meyeringfolly/test/SynchronizedTestLib-inl.h: avoid shadowing...
2016-10-19 Jim Meyeringfolly/test/ExceptionWrapperTest.cpp: avoid shadowing...
2016-10-19 Jim Meyeringfolly/test/ThreadCachedIntTest.cpp: avoid shadowing...
2016-10-19 Jim Meyeringfolly/test/SpinLockTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/test/SmallLocksTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/test/ThreadLocalTest.cpp: avoid shadowing warnings
2016-10-19 Jim Meyeringfolly/test/SingletonTest.cpp: avoid shadowing warnings
2016-10-18 Phil WilloughbyFix for ExceptionWrapperTest
2016-10-12 Phil WilloughbyPrint why we called std::terminate
2016-10-11 Louis BovalDisabling failing test for fbandroid
2016-10-10 Nicholas OrmrodRemove memcpy-UB in fbstring
2016-10-10 Phil WilloughbyMake exception_wrapper::throwException() strict
2016-10-09 Jim Meyeringfolly/Foreach.h: allow FOR_EACH to be nested with no... v2016.10.10.00
2016-10-05 Lucian Grijincufolly: kill StringPieceHash
2016-10-05 Maged MichaelUpdated example and methodology for using Deterministic...
2016-10-02 Sven OverFix folly::Partial copy/move construction
2016-09-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-09-27 Sven OverIntroducing folly::FunctionRef
2016-09-22 Michael LeeSwitch SocketAddressTest to use TemporaryFile instead...
2016-09-19 Qi WangTry using the last Deferred reader slot first
2016-09-16 Adam Simpkinsupdate stats APIs to use TimePoint vs Duration correctly
2016-09-16 Tom JacksonReturn rvalue references from &&-qualified members...
2016-09-15 Dominik Gabiignore `$SHELL` in `shellify`
2016-09-15 Dominik Gabiformatting support for `Subprocess::shellify`
2016-09-15 Dominik Gabideprecate `folly::Subprocess(std::string, ...)`
2016-09-14 Christopher DykesSwap a newly added include of gtest.h with portability...
2016-09-14 Phil WilloughbyTest for folly::SingletonThreadLocal
2016-09-13 Michael LeeRemove Benchmark.h dependency in SpookyHash tests
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-09-10 Christopher DykesUse the GMock portability header
2016-09-09 Yedidya FeldblumNomenclature in Synchronized - prefer read to shared
2016-09-09 Michael Lee#if FOLLY_HAVE_INT128_T rather than #ifdef
2016-09-08 Maged MichaelDynamic expansion of folly MPMC queue
2016-09-08 Zonr ChangExplicitly include <random> to use std::mt19937 in...
2016-09-08 Tom Jacksonprvalues from get_ref_default()'s default functor
2016-09-07 Nathan Bronsoninteger division with controlled rounding in Math.h
2016-09-07 Maged MichaelExpand DSched interface for managing auxiliary functions
2016-09-06 Chip TurnerEliminate a string allocation in folly::SocketAddr...
2016-09-01 Phil WilloughbyFix folly conversions for Clang with GCC5's libstdc++
2016-09-01 Eric NieblerAdd ScopeGuard.h include in places where it is needed.
2016-08-31 Adam Simpkinsupdate TimeseriesHistogram::rate to return a template...
2016-08-31 Zonr ChangConsolidate namespace for using GFlags.
next