folly.git
2013-09-08 Tudor BosmanFix insignificant CRTP bug
2013-08-29 Sean Cannellafix folly build on OSX with gcc 4.8
2013-08-29 Tudor Bosmanfolly::io::QueueAppender speedup
2013-08-28 Dave WatsonUpdate build for Ubuntu 12.10. 12.04 seems to no longer...
2013-08-28 Tudor BosmanUnbreak build: -Werror=pragmas (srsly)
2013-08-28 Tudor BosmanExpand the range where uninitialized warnings are ignored
2013-08-28 Jim Meyeringfolly: adjust more headers to be -Wshadow-clean
2013-08-28 Tudor Bosmanunbreak build
2013-08-28 Sara GolemonUse boost:has_trivial_destructor instead of std::...
2013-08-28 Tudor Bosmanstd::map and std::set are not relocatable
2013-08-28 Lucian Grijincufolly: improve Subprocess::enforce() error message
2013-08-28 Philip Proninmake StringGen clang-compatible
2013-08-28 Philip Proninretry flock() if interrupted (EINTR)
2013-08-28 Tudor BosmanFix overeager assertion
2013-08-28 Tudor BosmanAdd Varint-length-prefixed flavor of LZ4
2013-08-28 Tudor BosmanVarint in folly
2013-08-28 Jordan DeLongFix a ThreadLocal bug: hold the meta lock when resizing...
2013-08-28 Jim Meyeringfolly: attribute-aligned-arg must now be constant ...
2013-08-28 Andrew Gallagherfolly/Conv.h: remove unused local typedef
2013-08-28 Jim Meyeringfolly: avoid use of has_trivial_destructor in FBVector.h
2013-08-28 Tudor BosmanIOBuf compression
2013-08-28 Andrew GallagherRevert "[clang support] removed superfluous declaration...
2013-08-28 Bob Haarmanremoved superfluous declarations from header files
2013-08-28 Tom Jacksondereference
2013-08-28 Tom JacksonFixing Until, Take
2013-08-28 Philip Proninmake folly/Bits.h clang-compatible
2013-08-28 Kittipat VirochsiriBatch
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 Tom JacksonCycle
2013-08-28 Andrew TullochFix build break for Clang builds.
2013-08-28 Josh MetzlerUse std::equal<> as qfind default comparator
2013-08-28 Sean Cannellafix folly Range compilation on FreeBSD
2013-08-28 Sean Cannellafix folly compilation on FreeBSD
2013-08-28 Tudor BosmanMulti-Producer, Multi-Consumer pipeline
2013-08-28 Nathan Bronsonfolly/MPMCQueue sizeGuess should return a signed int
2013-07-18 Hans Fugalfolly/Hash.h add a test to ensure different hashes
2013-07-18 Hans Fugaltuple hashing
2013-07-18 Sean CannellaOSX compat fixes
2013-07-18 Chip TurnerAdd initializer_list support to folly::join
2013-07-18 Tom Jacksonguard<Exception>() (redo)
2013-07-18 Chip TurnerFix folly/FBString.h build error
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-09 Chip TurnerRevert D874344 (it broke the build)
2013-07-09 Tom Jacksonguard<Exception>()
2013-07-09 Philip Proninmove assignment operators for folly::Synchronized
2013-07-09 Sean Cannellamemrchr and *timed_mutex are platform-specific
2013-07-01 Sean Cannellastrerror_r is XSI compliant on Apple/FreeBSD
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-07-01 Tom Jacksonconst'ing sorted_vector_map::count()
2013-06-26 Louis Brandyfix tautological comparisons in Conv.h
2013-06-26 Tudor BosmanSpeed up EventCount, now 64-bit only
2013-06-26 Tudor BosmanStringPiece comparisons are broken
2013-06-26 Tudor Bosmanadd Chrono.h to patch around a gcc 4.6 issue
2013-06-26 Tudor BosmanUse libunwind instead of the heavyweight thing from...
2013-06-26 Stephen ChenAdd MultiLevelTimeSeries to folly.
2013-06-26 Louis Brandyrename template parameters in folly::greater_than
2013-06-26 Jim Meyeringfolly: accommodate use of -Wshadow in other projects
2013-06-26 Adam Simpkinsrework the Subprocess::communicate() API
2013-06-26 Todd NowackiFolly Changes for Clang, revision 1
2013-06-04 Jordan DeLongFix some issues in allocator_delete
2013-06-04 Jordan DeLongMake folly::allocator_delete take advantage of EBO
2013-06-03 Paul Tarjanosx on folly take 2
2013-06-03 Paul Tarjanrevert folly/Benchmark.cpp
2013-06-03 Daniel Sloofmake folly build on OSX
2013-06-03 Owen Yamauchiadd missing include
2013-06-03 Tom JacksoneachToTuple<Types...>()
2013-06-03 Mike CurtissHACK: New Gen operators: zip, interleave
2013-06-03 John Fremlin VIIcorrect broken testcase
2013-06-03 John Fremlin VIIallow reading maps from number -> value
2013-06-03 Tudor Bosmanadd openNoInt, truncateNoInt, ftruncateNoInt
2013-06-03 Tudor BosmanAdd QueueAppender
2013-06-03 Xu Ningmake folly:make_unique support customized deleter
2013-06-03 Tom Jacksonmember(&Foo::getter), field(&Foo::field)
2013-05-23 Jordan DeLongSome documentation updates in lazy
2013-05-23 Jordan DeLongAdd folly::lazy
2013-05-23 Maxime BoucherAllow escapeString in folly/json.cpp to be called by...
2013-05-23 Mike CurtissGen apply comment
2013-05-23 Paul Tarjandelete unused variable
2013-05-20 Mike Curtissgen::sample
2013-05-20 Adam SimpkinsUpdate Subprocess to throw if exec() fails
2013-05-20 Chip TurnerExpose a human-readable type name for a dynamic
2013-05-20 Mark WilliamsNew feature support in folly::AtomicHash*
2013-05-20 Tudor BosmanAdd fsyncNoInt, fdatasyncNoInt
2013-05-20 Maxime BoucherReplace CHECK in Range.h by throw std::out_of_range
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 Bosmanconvert RecordIO to pwritev
2013-05-20 Tudor BosmanAdd missing FileUtil functions (p?readvFull, p?writevFu...
2013-05-20 Tudor BosmanMake folly::AsyncIO thread safe
2013-05-20 Owen YamauchiBreak dependency on endian.h
2013-05-20 Owen YamauchiBreak dependency on byteswap.h
2013-05-20 Owen YamauchiBreak dependency on features.h
2013-05-20 Hannes Roth(Folly) Remove unused variable according to -Wunused...
2013-05-20 Owen YamauchiFail the configure script if you don't have boost
next