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 |
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 |
next |