Fix include ordering for OpenSSLPtrTypes.h
[folly.git] / folly / test /
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...
2017-02-11 Adam Simpkinsadd Range constructors from std::array
2017-02-10 Andrew KriegerDetect identity conversion in toDynamic
2017-02-09 Den Raskovalovadd folly:hasher<bool>
2017-02-09 Phil WilloughbyBenchmark string copying via the formatter
2017-02-09 Andrew KriegerNon-const `dynamic` iterators
2017-02-08 Sebastian MessmerSpecialise std::hash for folly::Optional
2017-02-03 Xuli LiuExpose more functions/constructors on BucketedTimeSeries
2017-02-03 Mark LoganAdd ContainerT&& ctors to sorted_vector_map and sorted_...
2017-02-03 Mark LoganFix worst-case quadratic behavior of iterator construct...
2017-02-01 Scott MichelsonMPMCQueue Wrapper with priorities
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-02-01 Christopher DykesUse std::chrono::high_resolution_clock for folly::Benchmark
2017-01-31 Phil WilloughbyRequire compile-time constant format strings to `shellify`
2017-01-27 Phil WilloughbyNamespace rename from UpperCamelCase to snake_case
2017-01-27 Angelo FaillaImplemented IPAddressV6::getMacAddressFromLinkLocal
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-24 Mathieu Baudetfolly: remove unused includes
2017-01-19 Phil WilloughbyModernise and clang-format existing formatting benchmark
2017-01-16 Christopher DykesSupport setting thread name via std::thread::id
2017-01-10 Yedidya FeldblumRename exception_wrapper::getExceptionPtr to to_excepti...
2017-01-10 Maged MichaelFix dynamic MPMCQueue tryObtainPromisedPushTicket(...
2017-01-09 Nick WolchkoRemove folly::Future conversion constructor
2017-01-08 Eric Niebleradd folly::as_const, like C++17's std::as_const
2017-01-07 Yedidya FeldblumRemove <glog/logging.h> from folly/Indestructible.h
2017-01-07 Eric Niebleradd folly::void_t like C++17's std::void_t
2017-01-06 Igor Sugakfix gcc-5 build
2017-01-05 Eric Nieblerdon't use assert in benchmarks. it gets stripped out...
2017-01-05 Yedidya FeldblumNamespace the UBSAN_DISABLE symbol
2017-01-05 Yedidya FeldblumBackport ceil, floor, round from C++17 std::chrono
2017-01-04 Yedidya Feldblum2017
2017-01-02 Mathieu Baudetfbcode: remove unused includes from .cpp files without...
2017-01-02 Yedidya FeldblumMove the traits factories up, and remove <boost/mpl...
2016-12-30 Yedidya FeldblumConst-correctness for folly::exception_wrapper::with_ex...
2016-12-29 Bi XueMake FunctionRef support bool operator
2016-12-29 Yedidya Feldblumfolly::copy
2016-12-29 Philip Proninnuke UNSYNCHRONIZED
2016-12-27 Adrian HamzaMake UncaughtExceptionCounter public
2016-12-27 Christopher Smallpass RNG by reference so state is updated on each call
2016-12-22 Yedidya Feldblumto_weak_ptr
2016-12-22 Amir ShalemFBString: remove unnecessary 7-byte padding in large...
2016-12-21 Amir ShalemFix bug where capacity is not updated correctly after...
2016-12-20 Guobao SunFix library name for thread_local_test in open source...
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
next