Fix another race in Notification Queue
[folly.git] / folly / test /
2013-11-26 Peter GriessFix broken clause11_21_4_6_6 test in Apple Clang.
2013-11-26 Ben MaurerAvoid copy in folly::toJson
2013-11-26 Stephen ChenPort TimeseriesHistogram from common/stats to folly
2013-11-26 Tudor BosmanFix bad implementation of fnv32
2013-11-26 Daniel MarinescuAdded SCOPE_FAIL and SCOPE_SUCCESS macros in non-portab...
2013-11-06 Tudor BosmanAdd Formatter::writeTo(FILE*)
2013-11-06 Dave Watsonmove MoveWrapper to folly
2013-10-24 Rajat GoelIssue with find and npos
2013-10-24 Philip Proninfix a few bugs in FBString
2013-10-24 Peter GriessRemove check that depends on malloc implementation.
2013-10-24 Peter GriessDetect and use std::is_trivially_copyable<T> where...
2013-10-24 Peter GriessOnly run FBString.testConstructionFromLiteralZero under...
2013-10-24 Peter GriessDetect C++ implementations that support constexpr strlen()
2013-10-24 Peter GriessCheck for std::this_thread::sleep_for.
2013-10-24 Peter GriessDetect libc++ in configure.ac.
2013-10-24 Peter GriessUse Mach built-ins in lieu of clock_gettime(3) and...
2013-10-15 Peter GriessCast lambda to function pointer for boost::split().
2013-10-15 Peter GriessFix test for memory allocators that want to look backwards.
2013-10-15 Peter GriessUse #if rather than #ifdef to check autoconf guards.
2013-10-15 Peter GriessFix misc compilation errors in ThreadCachedIntTest.
2013-10-15 Peter GriessExplicitly use !basic_istream::fail() in test.
2013-10-15 Peter GriessChange ScopeGuardTest to work around libc++'s different...
2013-10-15 Peter GriessUse RW_SPINLOCK_USE_X86_INTRINSIC_ in RWSpinLockTest
2013-10-15 Peter GriessDisable memory reporting for non-GNU C++ libraries.
2013-10-15 Peter GriessDisable timed sychronization tests on Apple platforms.
2013-10-15 Peter GriessApple defines MAP_ANON, not MAP_ANONYMOUS
2013-10-15 Peter GriessLink spooky hash tests missing libfollybenchmark.a.
2013-10-15 Peter GriessClean up platform-dependant format strings.
2013-10-15 Peter GriessOnly run eventfd tests on Linux.
2013-10-15 Peter GriessClean up use of Boost and PThread libraries.
2013-10-15 Peter GriessAdd missing ax_boost_system.m4.
2013-10-15 Soren LassenAdded initializer_list ctors to sorted_vector_{set...
2013-10-15 Soren LassenSupport constexpr StringPiece.
2013-10-15 Rajat GoelAdd bad input to Uri in exception messages
2013-10-15 Louis Brandyadd functions to return string's internal pointers
2013-10-15 Tudor BosmanFix bad bug in folly::ThreadLocal
2013-10-15 Louis Brandyadd test for numeric -> string conversions
2013-10-15 Tom Jacksondynamic::get_ptr
2013-10-15 Nicholas OrmrodTidied up some includes.
2013-10-15 Stephane SezerFix performance issues with folly::Uri::authority().
2013-10-15 Tudor BosmanAdd noexcept specification for move ctor, move assignme...
2013-09-22 Louis Brandydeprecating boost::shared_ptr
2013-09-22 Tudor BosmanFix small race in subprocess_test
2013-09-22 Tudor BosmanFixed-size atomic bitset
2013-09-22 Max WangParametrize allocator in AtomicHash{Array,Map}
2013-09-22 Stephane SezerRemove problematic log lines from folly JSON test.
2013-09-22 Nicholas Ormrodrange checks in DynamicConverter
2013-09-08 bsimmersabort instead of throwing an exception on bad format...
2013-08-28 Tudor Bosmanstd::map and std::set are not relocatable
2013-08-28 Tudor BosmanFix overeager assertion
2013-08-28 Tudor BosmanVarint in folly
2013-08-28 Jordan DeLongFix a ThreadLocal bug: hold the meta lock when resizing...
2013-08-28 Philip Proninmake folly/Bits.h clang-compatible
2013-08-28 Dave WatsonUpdate build for Ubuntu 12.10. 12.04 seems to no longer...
2013-08-28 Tudor BosmanMake ThreadLocalPtr behave sanely around fork()
2013-08-28 Josh MetzlerUse std::equal<> as qfind default comparator
2013-08-28 Tudor BosmanMulti-Producer, Multi-Consumer pipeline
2013-07-18 Hans Fugalfolly/Hash.h add a test to ensure different hashes
2013-07-18 Hans Fugaltuple hashing
2013-07-18 Chip TurnerAdd initializer_list support to folly::join
2013-07-18 Andrei AlexandrescuFix build breakage in hphp
2013-07-18 Andrei Alexandrescufbstring::shrink_to_fit
2013-07-09 Tom JacksonAllowing trailing comma in folly::parseJson
2013-07-01 Tom JacksontoDynamic(T)
2013-07-01 Tom JacksonRange<T>::rfind()
2013-07-01 Nathan BronsonMulti-producer multi-consumer queue with optional blocking
2013-06-26 Louis Brandyfix tautological comparisons in Conv.h
2013-06-26 Tudor BosmanStringPiece comparisons are broken
2013-06-26 Stephen ChenAdd MultiLevelTimeSeries to folly.
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-06-04 Jordan DeLongMake folly::allocator_delete take advantage of EBO
2013-06-03 John Fremlin VIIcorrect broken testcase
2013-06-03 John Fremlin VIIallow reading maps from number -> value
2013-05-23 Jordan DeLongAdd folly::lazy
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-05-20 Maxime BoucherReplace CHECK in Range.h by throw std::out_of_range
2013-05-20 Tudor BosmanUnbreak build on glibc 2.5.1
2013-05-20 Tudor Bosmanfix segfault on fb platform
2013-05-20 Tudor BosmanAdd missing FileUtil functions (p?readvFull, p?writevFu...
2013-05-20 Owen YamauchiBreak dependency on endian.h
2013-05-20 Owen YamauchiBreak dependency on byteswap.h
2013-05-20 Tom JacksonFixed-size split()
2013-05-20 Tudor Bosmanflock locks in folly::File, FileUtil, Exception.h fixes...
2013-05-20 Tom JacksonDisabling conversion with contained value for Optional
2013-05-20 Adam SimpkinsMake BucketedTimeSeries::rate() more accurate
2013-05-20 Philip Proninfix fbstring move assignment operator
2013-05-20 Tudor BosmantoAppendDelimited, toDelimited
2013-04-21 Tudor BosmanRevert "Revert "URI parsing in folly""
2013-04-21 Tudor BosmanRevert "URI parsing in folly"
2013-04-21 Tudor BosmanURI parsing in folly
2013-04-21 Christian KammFix bug in reserve() and shrink_to_fit().
2013-04-21 Tudor BosmanMake Subprocess::spawn more robust
2013-04-21 Adam Simpkinsmove Histogram.h to stats/
2013-04-21 Marcelo Juchemeasier rebinding of allocators
2013-04-21 Marcelo JuchemMaking StlAllocator<Alloc, void> usable when rebinding.
2013-04-21 Michael ConnorInitialize variable before using in own initialization
2013-04-21 Jonathan CoensSoft-limit for arenas
2013-04-21 Marcelo JuchemImplementing a traits class to check for incomplete...
2013-04-21 Marcelo Juchemas_stl_allocator "template alias"
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
next