2013-06-03 |
Daniel Sloof | make folly build on OSX |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Owen Yamauchi | add missing include |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Tom Jackson | eachToTuple<Types...>() |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Mike Curtiss | HACK: New Gen operators: zip, interleave |
commit | commitdiff | tree | snapshot |
2013-06-03 |
John Fremlin VII | correct broken testcase |
commit | commitdiff | tree | snapshot |
2013-06-03 |
John Fremlin VII | allow reading maps from number -> value |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Tudor Bosman | add openNoInt, truncateNoInt, ftruncateNoInt |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Tudor Bosman | Add QueueAppender |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Xu Ning | make folly:make_unique support customized deleter |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Tom Jackson | member(&Foo::getter), field(&Foo::field) |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Jordan DeLong | Some documentation updates in lazy |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Jordan DeLong | Add folly::lazy |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Maxime Boucher | Allow escapeString in folly/json.cpp to be called by... |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Mike Curtiss | Gen apply comment |
commit | commitdiff | tree | snapshot |
2013-05-23 |
Paul Tarjan | delete unused variable |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Mike Curtiss | gen::sample |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Adam Simpkins | Update Subprocess to throw if exec() fails |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Chip Turner | Expose a human-readable type name for a dynamic |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Mark Williams | New feature support in folly::AtomicHash* |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | Add fsyncNoInt, fdatasyncNoInt |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Maxime Boucher | Replace CHECK in Range.h by throw std::out_of_range |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Maxime Boucher | Replace CHECK in Range.h by throw std::out_of_range |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | Unbreak build on glibc 2.5.1 |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | fix segfault on fb platform |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | convert RecordIO to pwritev |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | Add missing FileUtil functions (p?readvFull, p?writevFu... |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | Make folly::AsyncIO thread safe |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Owen Yamauchi | Break dependency on endian.h |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Owen Yamauchi | Break dependency on byteswap.h |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Owen Yamauchi | Break dependency on features.h |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Hannes Roth | (Folly) Remove unused variable according to -Wunused... |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Owen Yamauchi | Fail the configure script if you don't have boost |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Peter Griess | Add read*String() methods to Cursor |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tom Jackson | Fixed-size split() |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | RecordIO: robust record-based streaming I/O |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | flock locks in folly::File, FileUtil, Exception.h fixes... |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Jordan DeLong | Fix build for folly_fb_platform |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tom Jackson | Making from(dynamic.items()) work |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tom Jackson | distinctBy() |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tom Jackson | Disabling conversion with contained value for Optional |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | Fix async_io_test to work with larger block sizes |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Adam Simpkins | move rateHelper() to detail/Stats.h |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Adam Simpkins | Make BucketedTimeSeries::rate() more accurate |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Philip Pronin | fix fbstring move assignment operator |
commit | commitdiff | tree | snapshot |
2013-05-20 |
Tudor Bosman | toAppendDelimited, toDelimited |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Tudor Bosman | FOLLY_NORETURN |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Tudor Bosman | Modernize TemporaryFile, add TemporaryDirectory |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Tudor Bosman | Revert "Revert "URI parsing in folly"" |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Tudor Bosman | Revert "URI parsing in folly" |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Tudor Bosman | URI parsing in folly |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Christian Kamm | Fix bug in reserve() and shrink_to_fit(). |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Tudor Bosman | Make Subprocess::spawn more robust |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Philip Pronin | do not include iostream from Range.h |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Adam Simpkins | move Histogram.h to stats/ |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Marcelo Juchem | easier rebinding of allocators |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Marcelo Juchem | Making StlAllocator<Alloc, void> usable when rebinding. |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Michael Connor | Initialize variable before using in own initialization |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Jonathan Coens | Soft-limit for arenas |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Marcelo Juchem | Fixing clang compatibility issues |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Marcelo Juchem | Implementing a traits class to check for incomplete... |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Lucian Grijincu | folly: speed up fastpath of ThreadLocal::get() |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Lucian Grijincu | folly: speed up fastpath of StaticMeta::get() |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Marcelo Juchem | as_stl_allocator "template alias" |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Misha Shneerson | Suppress unused variable warning |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Tudor Bosman | Optionally, kill subprocess when parent dies |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Tudor Bosman | remove folly/eventfd.h |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Brett Simmers | Remove an unused variable in FormatValue<double> |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Tudor Bosman | make sse4.2 functions in folly/Range.h build on -fb... |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Louis Brandy | fix clang warnings in folly::Gen |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Peter Griess | Add read/write mode to ElfFile |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Owen Yamauchi | Handle non-Intel platforms in Range and CpuId |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Peter Griess | Add symbol name resolution and value retrieval |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Peter Griess | Enable Elf::at<T> only for POD data types |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Peter Griess | Move folly::symbolizer::systemError() into Exception.h |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Owen Yamauchi | Compile out GroupVarint on non-Intel |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Louis Brandy | StlAllocator.h + MakeUnique.h -> Memory.h |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Mike Curtiss | HACK: Static detection of infinite sequences |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Louis Brandy | Copyright 2012 -> 2013 |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Hans Fugal | IOBuf::getIov |
commit | commitdiff | tree | snapshot |
2013-03-27 |
Alessandro... | allow to dequeue the first IOBuf in an IOBufQueue |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Mike Curtiss | Use aligned loads for Range::find_first_of |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Tom Jackson | Short-circuit operator== based on size() |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Tom Jackson | Fix unsplit(", ") |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Marcelo Juchem | adding is_non_positive traits |
commit | commitdiff | tree | snapshot |
2013-03-19 |
David Vickrey | Make hash_combine accept a configurable hash function |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Tom Jackson | Fixing namespace for GeneratorBuilder, more moves for... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Lovro Puzar | Add explicit assignment operator definitions to Optional |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Ben Gertzfield | folly (easy): Disable GCC-specific warning disabling... |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Tudor Bosman | Add CHECK for out-of-range minRequests |
commit | commitdiff | tree | snapshot |
2013-03-19 |
Tom Jackson | Remove File::tryOpen |
commit | commitdiff | tree | snapshot |
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 |
next |