Make it work more generically
[folly.git] / folly / test /
2014-09-09 Marc HorowitzMake it work more generically
2014-09-09 Nicholas OrmrodFix block overhead estimation in tests
2014-09-09 Nicholas OrmrodFix #includes
2014-09-09 Jim Meyeringfbcode: __x__-protect all __attribute__ keywords, mecha...
2014-09-09 Dave WatsonAdd link-local scope handling
2014-09-09 Nicholas OrmrodFix Optional test for -fb platform
2014-09-09 Tom Jacksonhash_range
2014-09-09 Tudor BosmanAdd Optional::value_or
2014-09-09 Jez NgFix json_test's lookup of test files.
2014-09-09 Jez NgFactor out JSON stripComments().
2014-08-14 Ranjeeth Dasinenimove EvictingCacheMap to folly
2014-08-14 Nathan Bronsonalways log from LOG_EVERY_MS if interval is <= 0
2014-08-14 Sarang MastiAdd timed_wait and try_wait to Baton
2014-08-14 Henry FilgueirasImprove IPAddress::toFullyQualified() CPU performance
2014-08-14 Jim Meyeringfolly/test: correct an erroneous test for failed mmap
2014-08-14 Marc Celanisorted_vector containers have a shrink_to_fit() method
2014-08-14 Marc CelaniIPAddress::empty()
2014-07-25 Jun LIAdd method to parse parameter list in query string...
2014-07-25 Tom JacksonAdding one more test for trailing dots
2014-07-25 Tom JacksonSupport trailing decimals for floats
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: ConvTest.cpp.
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: MPMCQueueTest...
2014-07-25 Yedidya FeldblumFix a folly build failure under clang: FutexTest.cpp.
2014-07-25 Tyler MacDonaldfix D1422343 ("make `folly::Formatter` extendible"...
2014-07-25 Brian PaneFix the unaligned string toLowerAscii test
2014-07-25 Marcin Pawlowskiextend folly::split
2014-07-21 Philip Proninmake folly::Range literal type
2014-07-21 Zejun WuCheck for self-assignment in move assignment
2014-07-21 Marcin Pawlowskireserve capacity in toAppend<StringType>(...)
2014-07-21 Marcin Pawlowskiadded replaceAt and replaceAll to MutableStringPiece
2014-07-15 Pavlo KushnirFix IPAddress operator==
2014-07-09 Paul TarjanRevert "make `folly::Formatter` extendible"
2014-07-09 Tyler MacDonaldmake `folly::Formatter` extendible
2014-07-09 Brian PaneMove the branchless, parallel ASCII toLower into folly
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-07 Kevin ChouFix string split when last part is shorter than delimiter
2014-07-01 Dave Watsonupdate make check targets
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-27 Jim Meyeringfolly: futexWaitUntilImpl: avoid abort triggered via...
2014-06-27 Sarang MastiFix use-after-free in futexWaitUntilImpl
2014-06-26 Tudor BosmanMake randomNumberSeed read from /dev/urandom
2014-06-14 Lucian Grijincufolly: fbstring: make it conservative-only: write ...
2014-06-14 Nicholas Ormrodfbstring conservative corruption
2014-06-09 Zejun WuSpecialize string to identical string conversion
2014-06-09 Marcus Holland-MoritzAdd support for returning number of benchmark iterations
2014-06-09 Philip Proninrevert "conditionally write terminator in c_str()"
2014-06-09 Marcelo JuchemAllowing additional arguments to be passed to split_ste...
2014-06-09 Yedidya FeldblumAdd shorthand functions to Format.h.
2014-06-09 Tudor BosmanMore opensource build fixes
2014-06-09 Adam Simpkinsmake BucketedTimeSeries::addValue() honor old timestamps
2014-05-20 Nicholas OrmrodRemoved old FBVector compatibility functions
2014-05-20 Rocky LiuRevert "[folly::Subprocess] Set O_CLOEXEC by default...
2014-05-20 Akshay VaidyaAdding a release function for ThreadLocalPtr.
2014-05-20 Rocky LiuSet O_CLOEXEC by default when creating pipes to avoid...
2014-05-20 Nicholas OrmrodDelete small_vector's OneBitMutex policy
2014-05-20 Nicholas OrmrodHousekeeping
2014-05-20 Lucian Grijincufolly: fbstring: conditionally write terminator in...
2014-05-20 Elizabeth SmithExpression SFINAE fixes in ApplyTuple
2014-05-20 Marc Celanitry_and_catch
2014-05-20 Tudor BosmanAdd defaulted() in Format.h to avoid throwing on missin...
2014-05-20 Tudor Bosmanexception_wrapper: now without undefined behavior
2014-05-20 Tudor BosmanMemoryMapping changes: automatically detect huge pages...
2014-05-20 Marc Celaniexception wrapper
2014-05-20 Tudor BosmanFix Chatty subprocess test, call callback on hangup
2014-05-20 Tom Jacksonstd::move-able MemoryMapping
2014-05-20 Elizabeth Smithmsvc packed attribute translation
2014-05-20 Anton LikhtarovMove common/network/IPAddress.h and related to folly/
2014-04-18 Elizabeth Smithmacro for cross platform x64 detection
2014-04-18 Elizabeth Smithabstract thread_local support
2014-04-18 Marc CelaniIntroduce LifoSem
2014-04-18 Jun LIFix folly Uri::host() return value for IPv6 address
2014-04-18 Elizabeth Smithuint isn't portable and makes some compilers angry...
2014-04-18 Lucian Grijincufolly: improve ProducerConsumerQueueBenchmark (misplace...
2014-04-18 Nicholas OrmrodFix apparent race in SubprocessTest
2014-04-18 Alexey SpiridonovChange child's working directory
2014-04-18 Jim Meyeringfolly: allow to build with clang.dev (flex arrays vs...
2014-04-09 Dave WatsonFix make check
2014-04-09 Hannes Roth(Folly/FBString) Fix compilation time of test with opt
2014-04-09 Philip Proninconfigurable node allocator for ConcurrentSkipList
2014-04-04 Louis KrugerFix TIMED_SYNCHRONIZED_CONST bug
2014-04-04 Tudor BosmanAdd ability to silence callbacks for Subprocess::commun...
2014-04-04 Mikhail OkunevUtility that converts from prettyPrint format back...
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-03-31 Tom JacksonRange::contains(x)
2014-03-31 Nima AghdaiiPerformance Improvement for AsciiCaseInsensitive
2014-03-18 Tom Jacksonrange(), for making Range<T*> from arrays and std:...
2014-03-18 Tianjiao YinAdd constexpr specifier for small_vector::max_size
2014-03-18 Marc Celanisorted_vector_types have move inserts
2014-03-18 Marc Celanifolly::merge() - std::merge() with stronger guarantees...
2014-03-18 Marc CelaniIntroduce a merge() function for folly::sorted_vector_map
2014-03-18 Marcus Holland-MoritzMake sure folly::dynamic arrays can be used with folly...
2014-03-18 Philip Proninupdate FOLLY_IS_TRIVIALLY_COPYABLE
2014-03-10 Marcus Holland-MoritzSupport numeric types as targets for folly::split
2014-02-28 Nathan Bronsonmake FB_LOG_EVERY_MS thread safe
2014-02-28 Ben MaurerFix random tests
2014-02-28 Ben MaurerRandom number generator utilities for folly
2014-02-28 Tom ConerlyFix clang folly::to failure
2014-02-28 Nicholas OrmrodRemove disallowed &* of FwdIterator
2014-02-21 Tudor BosmanBetter support for folly::Range with non-const iterator...
2014-02-21 Andrei AlexandrescuUse standard variadic macros instead of gcc-specific...
next