folly.git
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
2013-01-19 Tudor Bosmanunbreak fbstring<wchar_t> default constructor (!!!)
2013-01-19 Florent ThoumieUnbreak folly.
2013-01-19 Anton KorobeynikovGet rid of some gcc-ism's in Portability.h
2013-01-19 Thomas WhittonFixed mistake with Makefile.am for spooky tests.
2013-01-19 Anton KorobeynikovMake sure there is no signed int overflow
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 Anton KorobeynikovMake sure the op does not change the sign of the operand
2013-01-19 Jonathan Wakelytrivial typo
2013-01-19 Soren LassenRemove unnecessary branch in Range::find_first_of(Range...
2012-12-16 Gaurav JainFix some clang compiler warnings/errors
2012-12-16 Tudor BosmanFix bug in Bits<T>::get / set
2012-12-16 Tudor BosmanSilence -Wuninitialized in some cases
2012-12-16 Tudor Bosmanfolly::padded_sequence -> folly::padded
2012-12-16 Tom JacksonRemoving test code from `first`
2012-12-16 Nicholas Ormroddummy results in stl_vector_test on gcc 4.6
2012-12-16 Christopher... Add 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 Tom JacksonFixing GENERATOR benchmark
2012-12-16 Philip Proninfix GroupVarintDecoder::rest()
2012-12-16 Tom JacksonSimplifying GENERATOR to be like ScopeGuard
2012-12-16 Tudor Bosmanfolly/PaddedSequence.h
2012-12-16 Soren Lassentiny fbstring push_back(Char) optimization
2012-12-16 Helios Alonso... Added missing curly braces
2012-12-16 Helios Alonso... Add samples to FBVector documentation
2012-12-16 Yiding Jiafolly/stats - fix c++ spec compliance for call to templ...
2012-12-16 Yiding Jiafolly/dynamic fix use of incomplete type in template...
2012-12-16 Yiding Jiafix std::out_of_range calls to use real constructors
2012-12-16 Tudor Bosmanfix Traits.md
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 Tom JacksonSupressing GCC 4.7 warning for Optional
2012-12-16 Soren Lassenuse std::underlying_type to support enum classes
2012-12-16 Alan FrindellFix IOBufQueue::preallocate for callers who really...
2012-12-16 Alan FrindellReturn the maximum available space from IOBufQueue...
2012-12-16 Dave Watsonadd clone / insert methods
2012-12-16 Adam Simpkinsadd IOBuf::maybeCopyBuffer()
2012-12-16 Tom JacksonRemoving unneeded eachAs() operators
2012-12-16 Tudor Bosmanstatic constexpr in enclosing class + lambdas make...
2012-12-16 Tudor Bosmanone more
2012-12-16 Tudor Bosmanfix ~File crash in debug mode
2012-12-16 Tudor Bosmanunbreak build
2012-12-16 Tudor BosmanRemove Stream
2012-12-16 Tom Jacksonsplit()
2012-12-16 Tudor Bosmanfix comments
2012-12-16 Tudor Bosmanadd split operator
2012-12-16 Tudor Bosmanmovify generators (but mostly operators)
2012-12-16 Philip Proninconstexpr-ize folly/Bits.h
2012-12-16 Chao YangFix example for folly::format
2012-12-16 Tom JacksonComposed, for lightweight operator composition
2012-12-16 Tom JacksonAdding support for printing arbitrary pointers
2012-12-16 Tom JacksonEnabling format("{}", format(...))
2012-12-16 Tudor Bosmanadd IOBuf::moveToFbString
2012-12-16 Marcelo JuchemClang complains about errors in folly String-inl.h...
2012-12-16 Marcelo JuchemAdding usage example for BENCHMARK_DRAW_LINE()
2012-12-16 Nicholas OrmrodAugment DynamicConverter's is_container check
2012-12-16 Tudor Bosmanints used as flags (bitwise): so C
2012-12-16 Tudor BosmanRetry wait() on EINTR; clean up signal handling
next