contains()
[folly.git] / folly / test /
2013-02-04 Xin Liufixing rwspinlock test Summary:
2013-02-04 Marcelo JuchemA few fixes for clang support
2013-02-04 Philip Proninqfind_first_byte_of may suffer from global initializati...
2013-02-04 Marcelo JuchemImplementing unique/shared_ptr for custom allocators...
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports - 2
2013-01-19 Philip Proninfix some of the warning/errors clang 3.1 reports
2013-01-19 Bert MaherCreate a benchmark for ProducerConsumerQueue
2013-01-19 Jordan DeLongRemove some unnecessary uses of LOG(FATAL) in folly
2013-01-19 Mike CurtissSpeed-up StringPiece::find_first_of()
2013-01-19 Soren LassenMake FindFirstOf[Offset]Range benchmarks traverse haystack.
2013-01-19 Abhinav VoraMake folly/fbstring test wchar compatible
2013-01-19 Tudor Bosmanunbreak fbstring<wchar_t> default constructor (!!!)
2013-01-19 Thomas WhittonFixed mistake with Makefile.am for spooky tests.
2013-01-19 Jordan DeLongMake dynamic::object callable with initializer lists
2013-01-19 Yang NiFixed a potential deadlock in folly::RWSpinLock
2013-01-19 Soren LassenRemove unnecessary branch in Range::find_first_of(Range...
2012-12-16 Tudor Bosmanfolly::padded_sequence -> folly::padded
2012-12-16 Nicholas Ormroddummy results in stl_vector_test on gcc 4.6
2012-12-16 Christopher BernerAdd converter for containers of pairs
2012-12-16 Nicholas OrmrodFBVector 2.0 - now standard compliant
2012-12-16 Nicholas OrmrodAdded two new traits and a way to specify them
2012-12-16 Davide BolcioniFix output of 128 bit integer to string conversion.
2012-12-16 Sergey DoroshenkoAdd bytesUsed() to folly::Arena
2012-12-16 Soren Lassenuse std::underlying_type to support enum classes
2012-12-16 Tom JacksonRemoving unneeded eachAs() operators
2012-12-16 Tudor BosmanRemove Stream
2012-12-16 Philip Proninconstexpr-ize folly/Bits.h
2012-12-16 Tom JacksonAdding support for printing arbitrary pointers
2012-12-16 Tom JacksonEnabling format("{}", format(...))
2012-12-16 Tudor Bosmanints used as flags (bitwise): so C
2012-12-16 Tudor BosmanSubprocess library, modeled after python's subprocess...
2012-12-16 Adam Simpkinsupdate function_benchmark to test exception handling
2012-12-16 Hari Manikarnikamake folly::toJson retain non-ascii chars if encode_non...
2012-10-29 Tom JacksonOptional bugfixes
2012-10-29 Xin Liufixing double destruction of CSL::data_type
2012-10-29 Andrei Alexandrescufbstring's front() and back() return by reference
2012-10-29 Tom JacksonOptional
2012-10-12 Tudor BosmanAdd SpookyHashV2
2012-10-12 Wei XuFix fbstring hash
2012-10-12 Rajat GoelJust trying out one more combination
2012-10-12 Jonathan CoensGet total memory currently allocated by an Arena allocator
2012-10-12 Anton Likhtarovfolly/json: serialize \r and \n as \r and \n
2012-10-12 Ashoat TevosyanAdd DynamicConverters for const strings.
2012-10-12 Andrei AlexandrescuBetter unsigned to string conversion
2012-10-12 Jeremy LilleyFix push_back() to shared fbstring bug.
2012-10-12 Lucian Grijincufolly: Range: implement find_first_of and optimize...
2012-10-12 Rajat GoelSyntactic sugar
2012-08-26 Tudor BosmanFix fedora / ubuntu build
2012-08-26 Adam Simpkinsfolly: simplify the stats avgHelper() function
2012-08-26 Adam SimpkinsBucketedTimeSeries: fix type converison issues computin...
2012-08-26 Adam Simpkinsfolly: add a simple benchmark for Histogram::addValue()
2012-08-26 Adam SimpkinsAdd BucketedTimeSeries to folly
2012-08-26 Philip Proninone more simple folly::join optimization
2012-08-26 Tudor BosmanAdd Bob Jenkins's SpookyHash to folly.
2012-08-26 Michael CurtissisPowTwo
2012-08-26 Philip Proninone more folly::join overload
2012-08-26 Sergey Doroshenkofolly: randomNumberSeed should be random wrt multiple...
2012-08-26 Philip Proninstrings join
2012-08-26 Nicholas OrmrodAdded dynamic::convertTo<Type> method
2012-08-26 Nicholas OrmrodIncreased std::vector compatibility of fbvector
2012-08-26 Tom JacksonRemoving broken specialization of std::hash<std::tuple>
2012-08-26 Jeremy LilleyAdd "short append" benchmark to fbstring benchmark...
2012-08-08 Tudor BosmanDetect popcnt instruction at runtime, use it if available.
2012-08-05 Tudor BosmanAdd inverses for jenkins_rev_mix32, twang_mix64
2012-08-02 Wei WuMake AtomicHashMap support move constructible types
2012-08-02 Rajat GoelMoving some more benchmarks to fbcode benchmark system
2012-08-02 Tudor BosmanAdd IEC binary unit prefixes
2012-08-02 Jordan DeLongAdd folly::applyTuple utility
2012-08-02 Tudor BosmanAdd wrapper macros for "final" and "override"
2012-07-14 Tudor BosmanAdd missing include
2012-07-13 Rajat GoelA sample diff thats ports FormatTests to benchmarks
2012-07-13 Tudor BosmanRange<const char*> -> Range<const unsigned char*> impli...
2012-07-13 Andrew Gallagherfolly: fix build on ubuntu and fedora platforms
2012-07-13 Spencer Ahrensadd bm_max/min_iters and bm_regex
2012-06-22 Mike CurtissAdd sizeGuess() member to ProducerConsumerQueue
2012-06-14 Chip TurnerMove and refactor code
2012-06-13 Tudor BosmanFix intermittent failure in concurrent_skip_list_test
2012-06-12 Tudor BosmanFix build and test.
2012-06-12 Tudor BosmanMove Rabin fingerprinting code to folly.
2012-06-05 Michael CurtissFix error in ProducerQueue::isEmpty
2012-06-05 Tudor BosmanTypos.
2012-06-05 Tom JacksonAdding support for in-place use of ProducerConsumerQueue.
2012-06-02 Jordan DeLongPull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6