projects
/
folly.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
folly.git
2013-03-19
Tom Jackson
File::tryOpen
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tom Jackson
Truthy File
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tudor Bosman
Add resizing constructor to folly::padded::Adaptor
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tom Jackson
Adding useful error message for File
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Adam Simpkins
provide a flag to control the minimum number of iterations
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Mike Curtiss
folly::make_optional
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Lucian Grijincu
MemoryMapping::data() returns StringPiece ::range(...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Owen Yamauchi
Abstract ifunc support into a define
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tom Jackson
Renaming flag in MemoryMapping
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tom Jackson
MemoryMapping
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Lucian Grijincu
folly: AsyncIO: add debuging helper
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tom Jackson
folly/{experimental => .}/File
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Mike Curtiss
Fix SIGSEGV in StringPiece::find_first_of
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tudor Bosman
Rework folly::AsyncIO interface to make it easier for...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tudor Bosman
fix comment
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Rajat Goel
value_ might be uninitialized
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tudor Bosman
Define ALLOCM_LG_ALIGN
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Gaurav Jain
Minor clang compiler fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Sergey Doroshenko
Make AsyncIO::capacity_ const
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Jordan DeLong
Codemod time\(NULL\) to time(nullptr)
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tudor Bosman
Fix subtle double-free in trimEnd; optionally pack...
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tom Jackson
all(), better any()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tudor Bosman
fix typos
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Peter Griess
Add some CursorBase::operator-() implementations
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Philip Pronin
assert on self move assignment
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tudor Bosman
AsyncIO: CHECK preconditions
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Tudor Bosman
AsyncIO in folly
commit
|
commitdiff
|
tree
|
snapshot
2013-03-19
Andrew Tulloch
unsplit
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Jordan DeLong
Update example in folly::gen
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Tom Jackson
contains()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Andrew Gallagher
folly/dynamic: fix explicit specializations after insta...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Marcelo Juchem
adding some missing remove_reference in make_stl_alloca...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Jordan DeLong
Remove a bit of debug code in folly::Range
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Xin Liu
fixing rwspinlock test Summary:
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Marcelo Juchem
A few fixes for clang support
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Philip Pronin
qfind_first_byte_of may suffer from global initializati...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Marcelo Juchem
Implementing unique/shared_ptr for custom allocators...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Philip Pronin
temporary get rid of ifunc in folly::Range
commit
|
commitdiff
|
tree
|
snapshot
2013-02-04
Jordan DeLong
Fix comment in folly::dynamic
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Nathan Smith
Boost system is now needed
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Nathan Smith
Add optional description which complains on newer versi...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Philip Pronin
open source Elias-Fano coding implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Tudor Bosman
set pid_=-1 after wait, actually implement pid()
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Philip Pronin
fix some of the warning/errors clang 3.1 reports - 2
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Philip Pronin
fix some of the warning/errors clang 3.1 reports
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Tudor Bosman
graduate IOBuf out of folly/experimental
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Bert Maher
Create a benchmark for ProducerConsumerQueue
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Jordan DeLong
Remove some unnecessary uses of LOG(FATAL) in folly
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Mike Curtiss
Speed-up StringPiece::find_first_of()
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Andrew Gallagher
fbstring: avoid including Likely.h
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Soren Lassen
Make FindFirstOf[Offset]Range benchmarks traverse haystack.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Rafael Sagula
folly/comprehensions - fixing exceptions
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Abhinav Vora
Make folly/fbstring test wchar compatible
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Tudor Bosman
unbreak fbstring<wchar_t> default constructor (!!!)
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Florent Thoumie
Unbreak folly.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Anton Korobeynikov
Get rid of some gcc-ism's in Portability.h
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Thomas Whitton
Fixed mistake with Makefile.am for spooky tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Anton Korobeynikov
Make sure there is no signed int overflow
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Jordan DeLong
Make dynamic::object callable with initializer lists
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Yang Ni
Fixed a potential deadlock in folly::RWSpinLock
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Anton Korobeynikov
Make sure the op does not change the sign of the operand
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Jonathan Wakely
trivial typo
commit
|
commitdiff
|
tree
|
snapshot
2013-01-19
Soren Lassen
Remove unnecessary branch in Range::find_first_of(Range...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Gaurav Jain
Fix some clang compiler warnings/errors
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
Fix bug in Bits<T>::get / set
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
Silence -Wuninitialized in some cases
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
folly::padded_sequence -> folly::padded
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tom Jackson
Removing test code from `first`
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Nicholas Ormrod
dummy results in stl_vector_test on gcc 4.6
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Christopher...
Add converter for containers of pairs
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Nicholas Ormrod
FBVector 2.0 - now standard compliant
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Nicholas Ormrod
Added two new traits and a way to specify them
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tom Jackson
Fixing GENERATOR benchmark
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Philip Pronin
fix GroupVarintDecoder::rest()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tom Jackson
Simplifying GENERATOR to be like ScopeGuard
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
folly/PaddedSequence.h
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Soren Lassen
tiny fbstring push_back(Char) optimization
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Helios Alonso...
Added missing curly braces
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Helios Alonso...
Add samples to FBVector documentation
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Yiding Jia
folly/stats - fix c++ spec compliance for call to templ...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Yiding Jia
folly/dynamic fix use of incomplete type in template...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Yiding Jia
fix std::out_of_range calls to use real constructors
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
fix Traits.md
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Davide Bolcioni
Fix output of 128 bit integer to string conversion.
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Sergey Doroshenko
Add bytesUsed() to folly::Arena
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tom Jackson
Supressing GCC 4.7 warning for Optional
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Soren Lassen
use std::underlying_type to support enum classes
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Alan Frindell
Fix IOBufQueue::preallocate for callers who really...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Alan Frindell
Return the maximum available space from IOBufQueue...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Dave Watson
add clone / insert methods
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Adam Simpkins
add IOBuf::maybeCopyBuffer()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tom Jackson
Removing unneeded eachAs() operators
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
static constexpr in enclosing class + lambdas make...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
one more
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
fix ~File crash in debug mode
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
unbreak build
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
Remove Stream
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tom Jackson
split()
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
fix comments
commit
|
commitdiff
|
tree
|
snapshot
2012-12-16
Tudor Bosman
add split operator
commit
|
commitdiff
|
tree
|
snapshot
next