move assignment operators for folly::Synchronized
[folly.git] / folly / test /
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
2013-03-27 Owen YamauchiCompile out GroupVarint on non-Intel
2013-03-27 Louis BrandyStlAllocator.h + MakeUnique.h -> Memory.h
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2013-03-19 Mike CurtissUse aligned loads for Range::find_first_of
2013-03-19 Tom JacksonShort-circuit operator== based on size()
2013-03-19 Marcelo Juchemadding is_non_positive traits
2013-03-19 David VickreyMake hash_combine accept a configurable hash function
2013-03-19 Lovro PuzarAdd explicit assignment operator definitions to Optional
2013-03-19 Tom JacksonRemove File::tryOpen
2013-03-19 Tom JacksonFile::tryOpen
2013-03-19 Tom JacksonTruthy File
2013-03-19 Tudor BosmanAdd resizing constructor to folly::padded::Adaptor
2013-03-19 Tom JacksonAdding useful error message for File
2013-03-19 Mike Curtissfolly::make_optional
2013-03-19 Lucian GrijincuMemoryMapping::data() returns StringPiece ::range(...
2013-03-19 Tom JacksonMemoryMapping
2013-03-19 Tom Jacksonfolly/{experimental => .}/File
2013-03-19 Mike CurtissFix SIGSEGV in StringPiece::find_first_of
2013-03-19 Jordan DeLongCodemod time\(NULL\) to time(nullptr)
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
next