projects
/
folly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
distinctBy()
[folly.git]
/
folly
/
test
/
2013-05-20
Tom Jackson
Disabling conversion with contained value for Optional
tree
|
commitdiff
2013-05-20
Adam Simpkins
Make BucketedTimeSeries::rate() more accurate
tree
|
commitdiff
2013-05-20
Philip Pronin
fix fbstring move assignment operator
tree
|
commitdiff
2013-05-20
Tudor Bosman
toAppendDelimited, toDelimited
tree
|
commitdiff
2013-04-21
Tudor Bosman
Revert "Revert "URI parsing in folly""
tree
|
commitdiff
2013-04-21
Tudor Bosman
Revert "URI parsing in folly"
tree
|
commitdiff
2013-04-21
Tudor Bosman
URI parsing in folly
tree
|
commitdiff
2013-04-21
Christian Kamm
Fix bug in reserve() and shrink_to_fit().
tree
|
commitdiff
2013-04-21
Tudor Bosman
Make Subprocess::spawn more robust
tree
|
commitdiff
2013-04-21
Adam Simpkins
move Histogram.h to stats/
tree
|
commitdiff
2013-04-21
Marcelo Juchem
easier rebinding of allocators
tree
|
commitdiff
2013-04-21
Marcelo Juchem
Making StlAllocator<Alloc, void> usable when rebinding.
tree
|
commitdiff
2013-04-21
Michael Connor
Initialize variable before using in own initialization
tree
|
commitdiff
2013-04-21
Jonathan Coens
Soft-limit for arenas
tree
|
commitdiff
2013-04-21
Marcelo Juchem
Implementing a traits class to check for incomplete...
tree
|
commitdiff
2013-04-21
Marcelo Juchem
as_stl_allocator "template alias"
tree
|
commitdiff
2013-04-21
Tudor Bosman
Optionally, kill subprocess when parent dies
tree
|
commitdiff
2013-03-27
Owen Yamauchi
Compile out GroupVarint on non-Intel
tree
|
commitdiff
2013-03-27
Louis Brandy
StlAllocator.h + MakeUnique.h -> Memory.h
tree
|
commitdiff
2013-03-27
Louis Brandy
Copyright 2012 -> 2013
tree
|
commitdiff
2013-03-19
Mike Curtiss
Use aligned loads for Range::find_first_of
tree
|
commitdiff
2013-03-19
Tom Jackson
Short-circuit operator== based on size()
tree
|
commitdiff
2013-03-19
Marcelo Juchem
adding is_non_positive traits
tree
|
commitdiff
2013-03-19
David Vickrey
Make hash_combine accept a configurable hash function
tree
|
commitdiff
2013-03-19
Lovro Puzar
Add explicit assignment operator definitions to Optional
tree
|
commitdiff
2013-03-19
Tom Jackson
Remove File::tryOpen
tree
|
commitdiff
2013-03-19
Tom Jackson
File::tryOpen
tree
|
commitdiff
2013-03-19
Tom Jackson
Truthy File
tree
|
commitdiff
2013-03-19
Tudor Bosman
Add resizing constructor to folly::padded::Adaptor
tree
|
commitdiff
2013-03-19
Tom Jackson
Adding useful error message for File
tree
|
commitdiff
2013-03-19
Mike Curtiss
folly::make_optional
tree
|
commitdiff
2013-03-19
Lucian Grijincu
MemoryMapping::data() returns StringPiece ::range(...
tree
|
commitdiff
2013-03-19
Tom Jackson
MemoryMapping
tree
|
commitdiff
2013-03-19
Tom Jackson
folly/{experimental => .}/File
tree
|
commitdiff
2013-03-19
Mike Curtiss
Fix SIGSEGV in StringPiece::find_first_of
tree
|
commitdiff
2013-03-19
Jordan DeLong
Codemod time\(NULL\) to time(nullptr)
tree
|
commitdiff
2013-02-04
Xin Liu
fixing rwspinlock test Summary:
tree
|
commitdiff
2013-02-04
Marcelo Juchem
A few fixes for clang support
tree
|
commitdiff
2013-02-04
Philip Pronin
qfind_first_byte_of may suffer from global initializati...
tree
|
commitdiff
2013-02-04
Marcelo Juchem
Implementing unique/shared_ptr for custom allocators...
tree
|
commitdiff
2013-01-19
Philip Pronin
fix some of the warning/errors clang 3.1 reports - 2
tree
|
commitdiff
2013-01-19
Philip Pronin
fix some of the warning/errors clang 3.1 reports
tree
|
commitdiff
2013-01-19
Bert Maher
Create a benchmark for ProducerConsumerQueue
tree
|
commitdiff
2013-01-19
Jordan DeLong
Remove some unnecessary uses of LOG(FATAL) in folly
tree
|
commitdiff
2013-01-19
Mike Curtiss
Speed-up StringPiece::find_first_of()
tree
|
commitdiff
2013-01-19
Soren Lassen
Make FindFirstOf[Offset]Range benchmarks traverse haystack.
tree
|
commitdiff
2013-01-19
Abhinav Vora
Make folly/fbstring test wchar compatible
tree
|
commitdiff
2013-01-19
Tudor Bosman
unbreak fbstring<wchar_t> default constructor (!!!)
tree
|
commitdiff
2013-01-19
Thomas Whitton
Fixed mistake with Makefile.am for spooky tests.
tree
|
commitdiff
2013-01-19
Jordan DeLong
Make dynamic::object callable with initializer lists
tree
|
commitdiff
2013-01-19
Yang Ni
Fixed a potential deadlock in folly::RWSpinLock
tree
|
commitdiff
2013-01-19
Soren Lassen
Remove unnecessary branch in Range::find_first_of(Range...
tree
|
commitdiff
2012-12-16
Tudor Bosman
folly::padded_sequence -> folly::padded
tree
|
commitdiff
2012-12-16
Nicholas Ormrod
dummy results in stl_vector_test on gcc 4.6
tree
|
commitdiff
2012-12-16
Christopher Berner
Add converter for containers of pairs
tree
|
commitdiff
2012-12-16
Nicholas Ormrod
FBVector 2.0 - now standard compliant
tree
|
commitdiff
2012-12-16
Nicholas Ormrod
Added two new traits and a way to specify them
tree
|
commitdiff
2012-12-16
Davide Bolcioni
Fix output of 128 bit integer to string conversion.
tree
|
commitdiff
2012-12-16
Sergey Doroshenko
Add bytesUsed() to folly::Arena
tree
|
commitdiff
2012-12-16
Soren Lassen
use std::underlying_type to support enum classes
tree
|
commitdiff
2012-12-16
Tom Jackson
Removing unneeded eachAs() operators
tree
|
commitdiff
2012-12-16
Tudor Bosman
Remove Stream
tree
|
commitdiff
2012-12-16
Philip Pronin
constexpr-ize folly/Bits.h
tree
|
commitdiff
2012-12-16
Tom Jackson
Adding support for printing arbitrary pointers
tree
|
commitdiff
2012-12-16
Tom Jackson
Enabling format("{}", format(...))
tree
|
commitdiff
2012-12-16
Tudor Bosman
ints used as flags (bitwise): so C
tree
|
commitdiff
2012-12-16
Tudor Bosman
Subprocess library, modeled after python's subprocess...
tree
|
commitdiff
2012-12-16
Adam Simpkins
update function_benchmark to test exception handling
tree
|
commitdiff
2012-12-16
Hari Manikarnika
make folly::toJson retain non-ascii chars if encode_non...
tree
|
commitdiff
2012-10-29
Tom Jackson
Optional bugfixes
tree
|
commitdiff
2012-10-29
Xin Liu
fixing double destruction of CSL::data_type
tree
|
commitdiff
2012-10-29
Andrei Alexandrescu
fbstring's front() and back() return by reference
tree
|
commitdiff
2012-10-29
Tom Jackson
Optional
tree
|
commitdiff
2012-10-12
Tudor Bosman
Add SpookyHashV2
tree
|
commitdiff
2012-10-12
Wei Xu
Fix fbstring hash
tree
|
commitdiff
2012-10-12
Rajat Goel
Just trying out one more combination
tree
|
commitdiff
2012-10-12
Jonathan Coens
Get total memory currently allocated by an Arena allocator
tree
|
commitdiff
2012-10-12
Anton Likhtarov
folly/json: serialize \r and \n as \r and \n
tree
|
commitdiff
2012-10-12
Ashoat Tevosyan
Add DynamicConverters for const strings.
tree
|
commitdiff
2012-10-12
Andrei Alexandrescu
Better unsigned to string conversion
tree
|
commitdiff
2012-10-12
Jeremy Lilley
Fix push_back() to shared fbstring bug.
tree
|
commitdiff
2012-10-12
Lucian Grijincu
folly: Range: implement find_first_of and optimize...
tree
|
commitdiff
2012-10-12
Rajat Goel
Syntactic sugar
tree
|
commitdiff
2012-08-26
Tudor Bosman
Fix fedora / ubuntu build
tree
|
commitdiff
2012-08-26
Adam Simpkins
folly: simplify the stats avgHelper() function
tree
|
commitdiff
2012-08-26
Adam Simpkins
BucketedTimeSeries: fix type converison issues computin...
tree
|
commitdiff
2012-08-26
Adam Simpkins
folly: add a simple benchmark for Histogram::addValue()
tree
|
commitdiff
2012-08-26
Adam Simpkins
Add BucketedTimeSeries to folly
tree
|
commitdiff
2012-08-26
Philip Pronin
one more simple folly::join optimization
tree
|
commitdiff
2012-08-26
Tudor Bosman
Add Bob Jenkins's SpookyHash to folly.
tree
|
commitdiff
2012-08-26
Michael Curtiss
isPowTwo
tree
|
commitdiff
2012-08-26
Philip Pronin
one more folly::join overload
tree
|
commitdiff
2012-08-26
Sergey Doroshenko
folly: randomNumberSeed should be random wrt multiple...
tree
|
commitdiff
2012-08-26
Philip Pronin
strings join
tree
|
commitdiff
2012-08-26
Nicholas Ormrod
Added dynamic::convertTo<Type> method
tree
|
commitdiff
2012-08-26
Nicholas Ormrod
Increased std::vector compatibility of fbvector
tree
|
commitdiff
2012-08-26
Tom Jackson
Removing broken specialization of std::hash<std::tuple>
tree
|
commitdiff
2012-08-26
Jeremy Lilley
Add "short append" benchmark to fbstring benchmark...
tree
|
commitdiff
2012-08-08
Tudor Bosman
Detect popcnt instruction at runtime, use it if available.
tree
|
commitdiff
2012-08-05
Tudor Bosman
Add inverses for jenkins_rev_mix32, twang_mix64
tree
|
commitdiff
next