2013-09-08 |
bsimmers | abort instead of throwing an exception on bad format... |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Dave Watson | x86intrinsic seems to be problematic for clang |
commit | commitdiff | tree | snapshot |
2013-09-08 |
Tudor Bosman | Fix insignificant CRTP bug |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Sean Cannella | fix folly build on OSX with gcc 4.8 |
commit | commitdiff | tree | snapshot |
2013-08-29 |
Tudor Bosman | folly::io::QueueAppender speedup |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Dave Watson | Update build for Ubuntu 12.10. 12.04 seems to no longer... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | Unbreak build: -Werror=pragmas (srsly) |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | Expand the range where uninitialized warnings are ignored |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Jim Meyering | folly: adjust more headers to be -Wshadow-clean |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | unbreak build |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Sara Golemon | Use boost:has_trivial_destructor instead of std::... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | std::map and std::set are not relocatable |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Lucian Grijincu | folly: improve Subprocess::enforce() error message |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Philip Pronin | make StringGen clang-compatible |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Philip Pronin | retry flock() if interrupted (EINTR) |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | Fix overeager assertion |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | Add Varint-length-prefixed flavor of LZ4 |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | Varint in folly |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Jordan DeLong | Fix a ThreadLocal bug: hold the meta lock when resizing... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Jim Meyering | folly: attribute-aligned-arg must now be constant ... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Andrew Gallagher | folly/Conv.h: remove unused local typedef |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Jim Meyering | folly: avoid use of has_trivial_destructor in FBVector.h |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | IOBuf compression |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Andrew Gallagher | Revert "[clang support] removed superfluous declaration... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Bob Haarman | removed superfluous declarations from header files |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tom Jackson | dereference |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tom Jackson | Fixing Until, Take |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Philip Pronin | make folly/Bits.h clang-compatible |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Kittipat Virochsiri | Batch |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Dave Watson | Update build for Ubuntu 12.10. 12.04 seems to no longer... |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | Make ThreadLocalPtr behave sanely around fork() |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tom Jackson | Cycle |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Andrew Tulloch | Fix build break for Clang builds. |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Josh Metzler | Use std::equal<> as qfind default comparator |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Sean Cannella | fix folly Range compilation on FreeBSD |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Sean Cannella | fix folly compilation on FreeBSD |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Tudor Bosman | Multi-Producer, Multi-Consumer pipeline |
commit | commitdiff | tree | snapshot |
2013-08-28 |
Nathan Bronson | folly/MPMCQueue sizeGuess should return a signed int |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Hans Fugal | folly/Hash.h add a test to ensure different hashes |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Hans Fugal | tuple hashing |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Sean Cannella | OSX compat fixes |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Chip Turner | Add initializer_list support to folly::join |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Tom Jackson | guard<Exception>() (redo) |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Chip Turner | Fix folly/FBString.h build error |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Andrei Alexandrescu | Fix build breakage in hphp |
commit | commitdiff | tree | snapshot |
2013-07-18 |
Andrei Alexandrescu | fbstring::shrink_to_fit |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Tom Jackson | Allowing trailing comma in folly::parseJson |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Chip Turner | Revert D874344 (it broke the build) |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Tom Jackson | guard<Exception>() |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Philip Pronin | move assignment operators for folly::Synchronized |
commit | commitdiff | tree | snapshot |
2013-07-09 |
Sean Cannella | memrchr and *timed_mutex are platform-specific |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Sean Cannella | strerror_r is XSI compliant on Apple/FreeBSD |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Tom Jackson | toDynamic(T) |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Tom Jackson | Range<T>::rfind() |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Nathan Bronson | Multi-producer multi-consumer queue with optional blocking |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Tom Jackson | const'ing sorted_vector_map::count() |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Louis Brandy | fix tautological comparisons in Conv.h |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Tudor Bosman | Speed up EventCount, now 64-bit only |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Tudor Bosman | StringPiece comparisons are broken |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Tudor Bosman | add Chrono.h to patch around a gcc 4.6 issue |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Tudor Bosman | Use libunwind instead of the heavyweight thing from... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Stephen Chen | Add MultiLevelTimeSeries to folly. |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Louis Brandy | rename template parameters in folly::greater_than |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Jim Meyering | folly: accommodate use of -Wshadow in other projects |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Adam Simpkins | rework the Subprocess::communicate() API |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Todd Nowacki | Folly Changes for Clang, revision 1 |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Jordan DeLong | Fix some issues in allocator_delete |
commit | commitdiff | tree | snapshot |
2013-06-04 |
Jordan DeLong | Make folly::allocator_delete take advantage of EBO |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Paul Tarjan | osx on folly take 2 |
commit | commitdiff | tree | snapshot |
2013-06-03 |
Paul Tarjan | revert folly/Benchmark.cpp |
commit | commitdiff | tree | snapshot |
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 |
next |