projects
/
folly.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
folly.git
2012-08-05
Tudor Bosman
Add inverses for jenkins_rev_mix32, twang_mix64
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Abhijeet Joglekar
Allow capacity and length to be different for user...
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Wei Wu
Make AtomicHashMap support move constructible types
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Rajat Goel
Moving some more benchmarks to fbcode benchmark system
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Tudor Bosman
Add IEC binary unit prefixes
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Nathan Bronson
add sched_yield in RWTicketSpinLock
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Jordan DeLong
Add folly::applyTuple utility
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Tudor Bosman
Fix an issue in IOBufQueue::move
commit
|
commitdiff
|
tree
|
snapshot
2012-08-02
Tudor Bosman
Add wrapper macros for "final" and "override"
commit
|
commitdiff
|
tree
|
snapshot
2012-07-14
Tudor Bosman
Add missing include
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
rallocm(ALLOCM_ZERO) only zeroes *new* memory
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Rajat Goel
A sample diff thats ports FormatTests to benchmarks
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
Unbreak build.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
Range<const char*> -> Range<const unsigned char*> impli...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
(minor changes, part of unrelated diff)
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
Make Bits<T> work with T = Unaligned<X> (X is unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Andrew Gallagher
folly/Malloc.h: use libstdc++-safe exception wrappers
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Philip Pronin
fix memory order in AtomicHashMap<>::findInternal()
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Andrew Gallagher
folly: fix build on ubuntu and fedora platforms
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
(minor changes, part of unrelated diff)
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
Add IOBufQueue::prepend, fix bug in IOBuf::prepend.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Eitan Frachtenberg
Improve digits_to() performance
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
Add multi-bit operations to folly/experimental/Bits.h
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Rafael Sagula
adding StringPiece constructor that takes a piece of...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Tudor Bosman
Remove unnecessary member variable.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Spencer Ahrens
add bm_max/min_iters and bm_regex
commit
|
commitdiff
|
tree
|
snapshot
2012-07-13
Andrew Gallagher
folly: get building with gcc-4.7.1
commit
|
commitdiff
|
tree
|
snapshot
2012-06-27
Tudor Bosman
Minor changes to folly/experimental/io
commit
|
commitdiff
|
tree
|
snapshot
2012-06-27
Rajat Goel
Adding support to output benchmarks result in JSON
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Tudor Bosman
Add TypedIOBuf.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Mike Curtiss
Add sizeGuess() member to ProducerConsumerQueue
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Tudor Bosman
Add an allocate() member function on IOBufQueue
commit
|
commitdiff
|
tree
|
snapshot
2012-06-22
Sherman Ye
Fix a typo in benchmark comments
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Tudor Bosman
Unbreak Ubuntu build.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Andrew Gallagher
Fix clang narrowing error in GroupVarintTables
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Tudor Bosman
Clarify split / splitTo comments.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-14
Chip Turner
Move and refactor code
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Tudor Bosman
Fix narrowing warning (if enabled).
commit
|
commitdiff
|
tree
|
snapshot
2012-06-13
Tudor Bosman
Fix intermittent failure in concurrent_skip_list_test
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Tudor Bosman
Fix build and test.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Tudor Bosman
Fix build and test.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Tudor Bosman
Move Rabin fingerprinting code to folly.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Tudor Bosman
InternalBuf doesn't need capacity
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Tudor Bosman
Properly align internal buffer in IOBuf.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Tudor Bosman
Add IOBuf::takeOwnership(unique_ptr<T>&&).
commit
|
commitdiff
|
tree
|
snapshot
2012-06-12
Tudor Bosman
Typos.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-09
Tudor Bosman
D'oh: fix size computation in ThreadLocalDetail.h
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Philip Pronin
folly::detail::futex should be inline
commit
|
commitdiff
|
tree
|
snapshot
2012-06-08
Tudor Bosman
Add IOBufQueue::wrapBuffer, which handles buffers ...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Tudor Bosman
Add links to README.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Tudor Bosman
Deuglify unaligned accesses in GroupVarint.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-07
Tudor Bosman
EventCount: "condition variable" for lock-free algorithms
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Andrew Gallagher
fbstring: remove reference to /home/engshare/ paths
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Jordan DeLong
Fix some memory_order parameters in AtomicHashMap
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Christopher...
Some typos corrects, and collapsed the two descriptions...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Tudor Bosman
Add #include <new> to folly/Malloc.h.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Tudor Bosman
Check the return value from malloc / realloc.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Michael Curtiss
Fix error in ProducerQueue::isEmpty
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Tudor Bosman
Typos.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Jordan DeLong
Move LICENCE and README to top level directory
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Chip Turner
add a .gitignore and remove folly-config.h (generated...
commit
|
commitdiff
|
tree
|
snapshot
2012-06-05
Tom Jackson
Adding support for in-place use of ProducerConsumerQueue.
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Jordan DeLong
Add a LICENSE file for folly
commit
|
commitdiff
|
tree
|
snapshot
2012-06-04
Jordan DeLong
Update the folly/README
commit
|
commitdiff
|
tree
|
snapshot
2012-06-02
Jordan DeLong
Pull from FB rev 63ce89e2f2301e6bba44a111cc7d4218022156f6
commit
|
commitdiff
|
tree
|
snapshot
2012-06-01
Jordan DeLong
initial
commit
|
commitdiff
|
tree
|
snapshot