Compile RangeSse42.cpp with -msse4.2
[folly.git] / folly / test /
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.
2016-08-31 Philip ProninReverted commit D3755446
2016-08-31 Naizhi LiFix folly::SocketAddress::reset
2016-08-30 Zonr ChangDefine "__STDC_FORMAT_MACROS" for using PRI{u,x}64...
2016-08-30 Zonr ChangMake type conversion from Expected<> to bool explicitly.
2016-08-30 Anand MazumdarModified ref-qualifiers return type for Optional::value...
2016-08-29 Dan SchatzbergFix ThreadCachedInt race condition
2016-08-29 Philipp UnterbrunnerGeneralized and polished folly::TokenBucket v2016.08.29.00
2016-08-26 Christopher DykesUse folly::Random and ensure M_PI is defined
2016-08-26 David GoldblattAdd CachelinePadded<T> to folly.
2016-08-25 Christopher DykesSuppress an abort in FileUtilTest under MSVC
2016-08-24 Christopher DykesDon't assume unsigned long is 64-bit
2016-08-22 Christopher DykesUse a constexpr char* under MSVC for the constexpr...
2016-08-19 Yedidya FeldblumRemove a dead comment in folly/test/SynchronizedTest.cpp
2016-08-19 Aaryaman SagarAdding upgradable locks to Synchronized
2016-08-17 Phil WilloughbyFix folly contbuild
2016-08-17 Michael LeeMove the type_traits portability header into its own...
2016-08-16 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-16 Sven OverIntroducing folly::partial
2016-08-15 Yedidya FeldblumLet FOLLY_SAFE_DCHECK be erased by the optimizer in...
2016-08-15 Eric NieblerReverted commit D3557832
2016-08-15 Eric NieblerUse folly::Expected to implement folly::tryTo, a non...
2016-08-15 Eric NieblerAdd folly::Expected, an alternative to exceptions for...
2016-08-14 Sven Overadd forgotten apply_tuple_test to Makefile.am v2016.08.15.00
2016-08-12 Sven Overprepare for folly::Executor taking folly::Function
2016-08-12 Giuseppe OttavianoAdditional changes to MicroLock
2016-08-11 Christopher DykesDon't attempt to escape % in SparseByteSetBench
2016-08-11 Christopher DykesConstruct TestObject in AtomicLinkedListTest via a...
2016-08-11 Christopher DykesDisable the constexpr tests for findFirstSet, findLastS...
2016-08-11 Christopher DykesUse explicitly sized integers in the Conv test
2016-08-11 Yedidya FeldblumRemove ConditionallyExistent, because it violates the...
2016-08-11 Sven OverLet applyTuple accept any number of tuples
2016-08-10 Philip Proninfix bug in FBString::find
2016-08-09 Yedidya Feldblumconstexpr_abs
2016-08-08 Maged MichaelMethodology for using DeterministicSchedule support...
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-08-05 Christopher DykesDon't throw in the Watchdog destructor
2016-08-05 Aaryaman SagarAdding policies for all the upgrade and downgrade mutex...
2016-08-05 Aaryaman SagarAdding support for upgradable mutexes to LockTraits
2016-08-04 Christopher DykesUse std::max_align_t rather than __attribute__((__align...
2016-08-04 Christopher DykesDon't attempt to mmap an anonymous shared piece of...
2016-08-04 Christopher DykesUse std::thread rather than pthreads in AtomicHashMapTest
2016-08-04 Christopher DykesDon't assume boost::path contains narrow characters
2016-08-04 Christopher DykesInclude the fcntl.h portability header where it's needed
2016-08-04 Nick TerrellFix Enumerate C++17 Support
2016-08-04 Christopher DykesDon't use a macro for no reason
2016-08-03 Alexander StockoAdd libfollytestmain.la to mallctl's LDADD
2016-08-03 Maged MichaelTest of DeterministicSchedule support for global invari...
next