An intro to the upgrade mutex in the Synchronized docs
[folly.git] / folly / test /
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...
2016-08-02 Maged MichaelDeterministicSchedule support for global invariants...
2016-08-02 Aravind AnbuduraireadFile to take in fd
2016-07-29 Giuseppe OttavianoLimit symbol length in demangle()
2016-07-27 Adam Simpkinsadd an unlock() method to Synchronized<T>::LockedPtr
2016-07-27 Christopher DykesDon't shift an int left while assigning it to a size_t
2016-07-26 Christopher DykesDon't run the thread local tests requiring dlopen on...
2016-07-26 Christopher DykesAdd folly::assume_unreachable
2016-07-26 Christopher DykesHandle MSVC's preprocessor oddities in the SharedMutex... 2016.07.26
2016-07-24 Giuseppe OttavianoFix a namespace issue
2016-07-24 Qinfan WuAdd helper functions for mallctl
2016-07-22 Mark IsaacsonFix ASAN exposed heap-use-after-free
2016-07-22 Christopher DykesRename GetTickCount to GetClockTickCount
2016-07-22 Christopher DykesAlways use the 64-bit conversion function in ConvBenchm...
2016-07-22 Christopher DykesInclude the sys/types.h portability header
2016-07-22 Christopher DykesDon't typedef types to the same name in different names...
2016-07-22 Wez Furlongfolly: fixup folly::Random FixedSeed test expectations...
2016-07-21 Christopher DykesSupport StlVectorTest for MSVC
2016-07-21 Christopher DykesDisable a test of ThreadLocal across forks for Windows
2016-07-20 Yedidya Feldblumallocate_sys_buffer
2016-07-19 Christopher DykesWrappers folly::chrono::clock_gettime and clock_gettime_ns
2016-07-19 Elliott ClarkCorrectly use iters_ in ProducerConsumerQueueBenchmark
2016-07-19 Christopher DykesMake sure to return from atomicHashArrayInsertRaceThread
2016-07-18 Wez Furlongfolly: improve setThreadName for macOS
2016-07-18 Andrii GrynenkoFix mocking to support multiple overrides
2016-07-18 Christopher DykesAdd an Atomic portability header
2016-07-16 Wez Furlongfolly: fix constexpr methods in RandomTest on macos
2016-07-16 Qinfan WuFix FBStringTest build failure and hash computation...
2016-07-16 Tom Jacksonget_or_throw(map, key) returns references
2016-07-15 Eric NieblerMake Synchronized tests work with gtest-1.7
2016-07-15 Michael LeeAdd a check for wchar support
2016-07-14 Vikas Kumars/PortabilityTimeTest.cpp/TimeTest.cpp
2016-07-14 Tavian Barnesfbstring: Fix std::hash specializations for non-char...
2016-07-14 Christopher DykesSwitch away from things that are removed in C++17
2016-07-12 Christopher DykesImprove folly/portability/Time.cpp OS X and Windows...
2016-07-12 Adam Simpkinsadd Synchronized::withLock() methods
2016-07-12 Adam Simpkinsimprove Synchronized LockedPtr class, and add new lock...
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-07-07 Marcus Holland-MoritzHandle conversion from float in toDynamic()
2016-07-06 Giuseppe OttavianoPython-like enumerate()
2016-07-06 Adam Simpkinsvarious improvements to the Synchronized tests
2016-07-06 Adam SimpkinsRemove LockTraitsBoost from Synchronized.h
2016-07-06 Marcus Holland-MoritzRefactor folly::to<>
2016-07-06 Adam Simpkinsupdate Synchronized to use LockTraits
2016-07-06 Adam Simpkinsadd LockTraits
2016-07-02 Jim Meyeringfolly:thread_local_test: avoid test failure due to...
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-07-02 Christopher DykesMark a few constants as constexpr so VLAs aren't required
2016-07-02 Christopher DykesUse a defined form of uniform_int_distribution
2016-07-02 Christopher DykesDon't use a VLA for the dest buffer when testing wide...
2016-07-02 Christopher Dykesboost::filesystem::path is a wide string on Windows
2016-07-01 Adam Simpkinsfix the ThreadLocal test in open source builds
2016-07-01 Christopher DykesConstantRNG should implement UniformRandomBitGenerator
2016-07-01 Christopher DykesDon't use named variadic macro parameters
2016-07-01 Christopher DykesUse asm_volatile_memory() for portable memory barriors...
2016-07-01 Christopher DykesUse UTF-8 strings for strings with multi-byte Unicode...
2016-07-01 Christopher DykesUse decltype rather than typeof
2016-07-01 Christopher DykesRename SIZE to kSize
2016-07-01 Christopher DykesUse uint32_t rather than uint
2016-07-01 Christopher DykesUse std::vector in the CacheLocalityBenchmark rather...
2016-07-01 Christopher DykesUse float literals when initializing float values
2016-07-01 Christopher DykesLong is not long enough for a long long
2016-06-30 Tianjiao Yinsuppress unused variable warnings
2016-06-29 Eric Nieblerfix the open source ssl_test target
2016-06-27 Marcus Holland-MoritzAllow unchecked conversion from floating point to bool
2016-06-27 Bo YouFolly parseJson doesn't handle minInt properly
next