logging: implement FATAL and DFATAL log levels
[folly.git] / folly / test /
2017-06-19 Christopher DykesMake semaphore.h a non-portable header
2017-06-18 Christopher DykesFix a few exception_wrapper tests under MSVC
2017-06-16 Christopher DykesRevert D4567233: [Folly] Drop support for Clang < 3.9
2017-06-15 Adam Simpkinsfix issues with the open source tests
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-06-13 Nick TerrellAdd toFullyQualifiedAppend() methods
2017-06-10 Tianjiao Yinfix FutexTest v2017.06.12.00
2017-06-10 Christopher DykesReorganize the stats directory
2017-06-09 Yedidya FeldblumSaner test exception in ExceptionWrapperTest.cpp
2017-06-07 Yedidya FeldblumTry::tryGetExceptionObject
2017-06-06 Yedidya FeldblumRename exception_wrapper::get_object to get_exception
2017-06-06 Dave WatsonCore-local allocator
2017-06-06 Christopher DykesFix the build of MallctlHelperTest without JEMalloc
2017-06-06 Victor ZverovichAdd element construction/destruction hooks to IndexedMe...
2017-06-06 Adam Simpkinsadd missing include to ThreadId.h
2017-06-06 Qi WangUpdate MallctlHelperTest with jemalloc 5 APIs.
2017-06-01 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-31 Bi Xueadd equals interface for Range class.
2017-05-28 Qinfan WuFix tryTo to support conversion to enumerations v2017.05.29.00
2017-05-27 Philipp UnterbrunnerAdded folly::hint_emplace_iterator to folly/Iterator.h
2017-05-25 Christopher DykesFix reliance on the sign of char in fnv32 and fnv64
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-24 Nick TerrellHeterogeneous comparisons
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-05-22 Christopher DykesEnable -Wimplicit-fallthrough
2017-05-20 Christopher DykesMark constexpr values needed within non-implicitly...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-15 Yedidya FeldblumDrop support for deprecated associative containers
2017-05-12 Yedidya Feldblumexception_wrapper::get_object<>
2017-05-12 Eric NieblerCopying a non-const FunctionRef lvalue should be a...
2017-05-11 Mathieu Baudetadd missing const to fix `folly::toDynamic` on `std...
2017-05-10 Anton LunovRevert D4982969: [Folly] Destroy promise/future callbac...
2017-05-09 Yedidya FeldblumDestroy promise/future callback functions before waking...
2017-05-09 Philipp Unterbrunnerback_emplace_iterator and related classes and utility...
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-08 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-05-08 Dave WatsonAdd hardware crc impl
2017-05-06 Andrii GrynenkoFix folly::call_once v2017.05.08.00
2017-05-05 Eric NieblerFixedString gets comparisons with folly::Range and...
2017-05-04 Christopher DykesAdd support for getting the current thread's name
2017-05-03 Aravind AnbuduraiHelper utility to construct, returns an Expected<..>
2017-04-27 Philipp Unterbrunnerfolly::rvalue_reference_wrapper for store&forward of...
2017-04-27 Yedidya FeldblumCasing consistency for exception_wrapper::throw_exception
2017-04-26 Pavel Aslanovfolly::overload and folly::variant_match
2017-04-26 Nick Terrellsmall_vector improvements
2017-04-26 Dave WatsonMake folly pass TSAN checks
2017-04-26 Christopher DykesDelete the non-char integeral forms of fbstring::operator=
2017-04-25 Christopher DykesShift the implementation of setThreadName out of the...
2017-04-24 Michael LeeProperly gate the wchar tests in FBStringTest
2017-04-22 Michael LeeAlso exclude the wstring test
2017-04-21 Michael LeeTurn off failing FBString test for Android
2017-04-19 Phil WilloughbyImprove string comparisons
2017-04-16 Angelo Failla`IPVAddressV(46)::fromInverseArpaName` static methods v2017.04.17.00
2017-04-14 Christopher DykesRemove the old SpinLock implementations
2017-04-12 Alexey SpiridonovReplace Subprocess::pipe* syntax sugar with Subprocess...
2017-04-12 Alexey SpiridonovDelete | operator for Subprocess::Options
2017-04-12 Artem LantsevAdd memory padding and alignment to prevent false sharing
2017-04-12 Aravind AnbuduraiSupport linux namespace clone flags
2017-04-12 Angelo FaillaIPAddressV(46) methods to convert IPs to their inverse...
2017-04-11 Eric Nieblernon-throwing, non-allocating exception_wrapper
2017-04-10 Andrii GrynenkoFix folly/test:singleton_test - Singleton.SharedPtrUsage
2017-04-10 Christopher DykesRefactor FOLLY_GCC_DISABLE_WARNING to play nice with... v2017.04.10.00
2017-04-08 Louis Brandyfix EvictingCacheMap test bug found w/ -fsanitize-addre...
2017-04-06 Maged MichaelIndexedMemPool: Fix race condition on size_ that can...
2017-04-03 Dan MelnicRemove/make private the default ***Holder constructor...
2017-04-03 Dave Watsonatomic_shared_ptr
2017-04-01 Giuseppe OttavianoOptimize JSON escaping of ASCII strings v2017.04.03.00
2017-04-01 Mainak Mandalfix memory leak in case of large number of retries
2017-03-30 Yedidya FeldblumFix double-delete in Singleton::make_mock
2017-03-30 Eric NieblerRemove unneccessary test for &that==this in folly:...
2017-03-30 Eric NieblerProperly constrain folly::Function's generic conversion...
2017-03-30 Nick TerrellPath variants for get_(ref_)default()
2017-03-29 Tom Jacksonuncurry
2017-03-28 Maged MichaelChange trylock() to try_lock() in folly::SpinLock to...
2017-03-28 Dylan YudakenAllow custom sorting function for JSON serializer
2017-03-27 Nick TerrellDisallow temporary default values in get_ref_default()
2017-03-23 Ted PercivalRe-enable io tests
2017-03-23 Andrii GrynenkoMake sure singleton destructor is always called from...
2017-03-23 Jim Meyeringchange EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto...
2017-03-21 Nathan Bronsonfix sorted_vector_{set,map} insert with bad hint
2017-03-21 Christopher DykesRe-enable a couple of tests under MSVC
2017-03-19 Jim Meyeringfolly/test/TimeseriesTest.cpp: avoid shadowing warnings v2017.03.20.00
2017-03-15 Christopher DykesBackport std::index_sequence and friends
2017-03-14 Dmitry Pleshkovsmall_vector should not require a copy-ctr from its...
2017-03-13 Tom Jacksonget_ptr(mapOfMaps, key, key...)
2017-03-10 Adam Simpkinsteach gtest how to pretty-print StringPiece values
2017-03-09 Maged MichaelDetect data race in IndexedMemPool
2017-03-02 Yedidya FeldblumRefactor Endian
2017-03-01 Philipp UnterbrunnerNew C++17 backport: folly::enable_shared_from_this
2017-02-27 Ted PercivalUpdate googletest to 1.8.0
2017-02-27 Christopher DykesKill unused include of sched.h
2017-02-26 Christopher DykesDrop FOLLY_HAVE_STD_THIS_THREAD_SLEEP_FOR
2017-02-23 Mark LoganRemove duplicates during bulk insertion.
2017-02-17 Maged MichaelAdd Baton variants with multiple posters and with a...
2017-02-16 Yedidya FeldblumDrop support for Clang < 3.9
2017-02-16 Christopher DykesUse std::this_thread::yield rather than sched_yield
2017-02-16 Maged MichaelFix data race in Futex<EmulatedFutexAtomic>
2017-02-16 Lovro PuzarAdd AtomicIntrusiveLinkedList::reverseSweep()
2017-02-14 Alex MalyshevAdd overloads of Range::{start,end}sWith with custom...
next