fix fbstring move assignment operator
[folly.git] / folly /
2013-05-20 Philip Proninfix fbstring move assignment operator
2013-05-20 Tudor BosmantoAppendDelimited, toDelimited
2013-04-21 Tudor BosmanFOLLY_NORETURN
2013-04-21 Tudor BosmanModernize TemporaryFile, add TemporaryDirectory
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 Philip Pronindo not include iostream from Range.h
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 JuchemFixing clang compatibility issues
2013-04-21 Marcelo JuchemImplementing a traits class to check for incomplete...
2013-04-21 Lucian Grijincufolly: speed up fastpath of ThreadLocal::get()
2013-04-21 Lucian Grijincufolly: speed up fastpath of StaticMeta::get()
2013-04-21 Marcelo Juchemas_stl_allocator "template alias"
2013-04-21 Misha ShneersonSuppress unused variable warning
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
2013-04-21 Tudor Bosmanremove folly/eventfd.h
2013-04-21 Brett SimmersRemove an unused variable in FormatValue<double>
2013-03-27 Tudor Bosmanmake sse4.2 functions in folly/Range.h build on -fb...
2013-03-27 Louis Brandyfix clang warnings in folly::Gen
2013-03-27 Peter GriessAdd read/write mode to ElfFile
2013-03-27 Owen YamauchiHandle non-Intel platforms in Range and CpuId
2013-03-27 Peter GriessAdd symbol name resolution and value retrieval
2013-03-27 Peter GriessEnable Elf::at<T> only for POD data types
2013-03-27 Peter GriessMove folly::symbolizer::systemError() into Exception.h
2013-03-27 Owen YamauchiCompile out GroupVarint on non-Intel
2013-03-27 Louis BrandyStlAllocator.h + MakeUnique.h -> Memory.h
2013-03-27 Mike CurtissHACK: Static detection of infinite sequences
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2013-03-27 Hans FugalIOBuf::getIov
2013-03-27 Alessandro Salvatoriallow to dequeue the first IOBuf in an IOBufQueue
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 Tom JacksonFix unsplit(", ")
2013-03-19 Marcelo Juchemadding is_non_positive traits
2013-03-19 David VickreyMake hash_combine accept a configurable hash function
2013-03-19 Tom JacksonFixing namespace for GeneratorBuilder, more moves for...
2013-03-19 Lovro PuzarAdd explicit assignment operator definitions to Optional
2013-03-19 Ben Gertzfieldfolly (easy): Disable GCC-specific warning disabling...
2013-03-19 Tudor BosmanAdd CHECK for out-of-range minRequests
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 Adam Simpkinsprovide a flag to control the minimum number of iterations
2013-03-19 Mike Curtissfolly::make_optional
2013-03-19 Lucian GrijincuMemoryMapping::data() returns StringPiece ::range(...
2013-03-19 Owen YamauchiAbstract ifunc support into a define
2013-03-19 Tom JacksonRenaming flag in MemoryMapping
2013-03-19 Tom JacksonMemoryMapping
2013-03-19 Lucian Grijincufolly: AsyncIO: add debuging helper
2013-03-19 Tom Jacksonfolly/{experimental => .}/File
2013-03-19 Mike CurtissFix SIGSEGV in StringPiece::find_first_of
2013-03-19 Tudor BosmanRework folly::AsyncIO interface to make it easier for...
2013-03-19 Tudor Bosmanfix comment
2013-03-19 Rajat Goelvalue_ might be uninitialized
2013-03-19 Tudor BosmanDefine ALLOCM_LG_ALIGN
2013-03-19 Gaurav JainMinor clang compiler fixes
2013-03-19 Sergey DoroshenkoMake AsyncIO::capacity_ const
2013-03-19 Jordan DeLongCodemod time\(NULL\) to time(nullptr)
2013-03-19 Tudor BosmanFix subtle double-free in trimEnd; optionally pack...
2013-03-19 Tom Jacksonall(), better any()
2013-03-19 Tudor Bosmanfix typos
2013-03-19 Peter GriessAdd some CursorBase::operator-() implementations
2013-03-19 Philip Proninassert on self move assignment
2013-03-19 Tudor BosmanAsyncIO: CHECK preconditions
2013-03-19 Tudor BosmanAsyncIO in folly
2013-03-19 Andrew Tullochunsplit
2013-02-04 Jordan DeLongUpdate example in folly::gen
2013-02-04 Tom Jacksoncontains()
2013-02-04 Andrew Gallagherfolly/dynamic: fix explicit specializations after insta...
2013-02-04 Marcelo Juchemadding some missing remove_reference in make_stl_alloca...
2013-02-04 Jordan DeLongRemove a bit of debug code in folly::Range
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-02-04 Philip Pronintemporary get rid of ifunc in folly::Range
2013-02-04 Jordan DeLongFix comment in folly::dynamic
2013-01-19 Nathan SmithBoost system is now needed
2013-01-19 Nathan SmithAdd optional description which complains on newer versi...
2013-01-19 Philip Proninopen source Elias-Fano coding implementation
2013-01-19 Tudor Bosmanset pid_=-1 after wait, actually implement pid()
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 Tudor Bosmangraduate IOBuf out of folly/experimental
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 Andrew Gallagherfbstring: avoid including Likely.h
2013-01-19 Soren LassenMake FindFirstOf[Offset]Range benchmarks traverse haystack.
2013-01-19 Rafael Sagulafolly/comprehensions - fixing exceptions
2013-01-19 Abhinav VoraMake folly/fbstring test wchar compatible
next