add test for numeric -> string conversions
[folly.git] / folly / test /
2013-10-15 Louis Brandyadd test for numeric -> string conversions
2013-10-15 Tom Jacksondynamic::get_ptr
2013-10-15 Nicholas OrmrodTidied up some includes.
2013-10-15 Stephane SezerFix performance issues with folly::Uri::authority().
2013-10-15 Tudor BosmanAdd noexcept specification for move ctor, move assignme...
2013-09-22 Louis Brandydeprecating boost::shared_ptr
2013-09-22 Tudor BosmanFix small race in subprocess_test
2013-09-22 Tudor BosmanFixed-size atomic bitset
2013-09-22 Max WangParametrize allocator in AtomicHash{Array,Map}
2013-09-22 Stephane SezerRemove problematic log lines from folly JSON test.
2013-09-22 Nicholas Ormrodrange checks in DynamicConverter
2013-09-08 bsimmersabort instead of throwing an exception on bad format...
2013-08-28 Tudor Bosmanstd::map and std::set are not relocatable
2013-08-28 Tudor BosmanFix overeager assertion
2013-08-28 Tudor BosmanVarint in folly
2013-08-28 Jordan DeLongFix a ThreadLocal bug: hold the meta lock when resizing...
2013-08-28 Philip Proninmake folly/Bits.h clang-compatible
2013-08-28 Dave WatsonUpdate build for Ubuntu 12.10. 12.04 seems to no longer...
2013-08-28 Tudor BosmanMake ThreadLocalPtr behave sanely around fork()
2013-08-28 Josh MetzlerUse std::equal<> as qfind default comparator
2013-08-28 Tudor BosmanMulti-Producer, Multi-Consumer pipeline
2013-07-18 Hans Fugalfolly/Hash.h add a test to ensure different hashes
2013-07-18 Hans Fugaltuple hashing
2013-07-18 Chip TurnerAdd initializer_list support to folly::join
2013-07-18 Andrei AlexandrescuFix build breakage in hphp
2013-07-18 Andrei Alexandrescufbstring::shrink_to_fit
2013-07-09 Tom JacksonAllowing trailing comma in folly::parseJson
2013-07-01 Tom JacksontoDynamic(T)
2013-07-01 Tom JacksonRange<T>::rfind()
2013-07-01 Nathan BronsonMulti-producer multi-consumer queue with optional blocking
2013-06-26 Louis Brandyfix tautological comparisons in Conv.h
2013-06-26 Tudor BosmanStringPiece comparisons are broken
2013-06-26 Stephen ChenAdd MultiLevelTimeSeries to folly.
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-06-04 Jordan DeLongMake folly::allocator_delete take advantage of EBO
2013-06-03 John Fremlin VIIcorrect broken testcase
2013-06-03 John Fremlin VIIallow reading maps from number -> value
2013-05-23 Jordan DeLongAdd folly::lazy
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-05-20 Maxime BoucherReplace CHECK in Range.h by throw std::out_of_range
2013-05-20 Tudor BosmanUnbreak build on glibc 2.5.1
2013-05-20 Tudor Bosmanfix segfault on fb platform
2013-05-20 Tudor BosmanAdd missing FileUtil functions (p?readvFull, p?writevFu...
2013-05-20 Owen YamauchiBreak dependency on endian.h
2013-05-20 Owen YamauchiBreak dependency on byteswap.h
2013-05-20 Tom JacksonFixed-size split()
2013-05-20 Tudor Bosmanflock locks in folly::File, FileUtil, Exception.h fixes...
2013-05-20 Tom JacksonDisabling conversion with contained value for Optional
2013-05-20 Adam SimpkinsMake BucketedTimeSeries::rate() more accurate
2013-05-20 Philip Proninfix fbstring move assignment operator
2013-05-20 Tudor BosmantoAppendDelimited, toDelimited
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 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 JuchemImplementing a traits class to check for incomplete...
2013-04-21 Marcelo Juchemas_stl_allocator "template alias"
2013-04-21 Tudor BosmanOptionally, kill subprocess when parent dies
2013-03-27 Owen YamauchiCompile out GroupVarint on non-Intel
2013-03-27 Louis BrandyStlAllocator.h + MakeUnique.h -> Memory.h
2013-03-27 Louis BrandyCopyright 2012 -> 2013
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 Marcelo Juchemadding is_non_positive traits
2013-03-19 David VickreyMake hash_combine accept a configurable hash function
2013-03-19 Lovro PuzarAdd explicit assignment operator definitions to Optional
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 Mike Curtissfolly::make_optional
2013-03-19 Lucian GrijincuMemoryMapping::data() returns StringPiece ::range(...
2013-03-19 Tom JacksonMemoryMapping
2013-03-19 Tom Jacksonfolly/{experimental => .}/File
2013-03-19 Mike CurtissFix SIGSEGV in StringPiece::find_first_of
2013-03-19 Jordan DeLongCodemod time\(NULL\) to time(nullptr)
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-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 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 Soren LassenMake FindFirstOf[Offset]Range benchmarks traverse haystack.
2013-01-19 Abhinav VoraMake folly/fbstring test wchar compatible
2013-01-19 Tudor Bosmanunbreak fbstring<wchar_t> default constructor (!!!)
2013-01-19 Thomas WhittonFixed mistake with Makefile.am for spooky tests.
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 Soren LassenRemove unnecessary branch in Range::find_first_of(Range...
2012-12-16 Tudor Bosmanfolly::padded_sequence -> folly::padded
next