folly.git
2013-10-15 Peter GriessOnly run eventfd tests on Linux.
2013-10-15 Peter GriessFix ifunc test in configure.ac to make unknown attribut...
2013-10-15 Peter GriessPass 'nostdinc' to AM_INIT_AUTOMAKE().
2013-10-15 Peter GriessClean up use of Boost and PThread libraries.
2013-10-15 Peter GriessAdd missing ax_boost_system.m4.
2013-10-15 Soren LassenAdded initializer_list ctors to sorted_vector_{set...
2013-10-15 Soren LassenSupport constexpr StringPiece.
2013-10-15 Tim HansonAdd MaxString<__uint128_t>
2013-10-15 Rajat GoelAdd bad input to Uri in exception messages
2013-10-15 Louis Brandyadd functions to return string's internal pointers
2013-10-15 Daniel SommermannAdd a comment about takeOwnership()
2013-10-15 Tudor BosmanFix bad bug in folly::ThreadLocal
2013-10-15 Tudor BosmanAdd declaration for allocm
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 Philip ProninFile::dup
2013-10-15 Stephane SezerFix performance issues with folly::Uri::authority().
2013-10-15 Tudor BosmanAdd noexcept specification for move ctor, move assignme...
2013-10-15 Andrew Gallagherfolly: add a FOLLY_SANITIZE_ADDRESS macro to Portability.h
2013-10-15 Stephane SezerAdd an authority() method to folly::Uri.
2013-09-22 Louis Brandydeprecating boost::shared_ptr
2013-09-22 Tudor BosmanFix small race in subprocess_test
2013-09-22 Tudor BosmanAdd various functions to wrapNoInt
2013-09-22 Tudor BosmanFixed-size atomic bitset
2013-09-22 Max WangParametrize allocator in AtomicHash{Array,Map}
2013-09-22 Stephane SezerMake folly::Uri::port() return uint16_t instead of...
2013-09-22 Stephane SezerRemove problematic log lines from folly JSON test.
2013-09-22 Andrey Goderfix minor typo in comment
2013-09-22 Altan AlpayAsyncIO::initializeContext() should provide more debug...
2013-09-22 Philip Proninfix memcpy-param-overlap (asan) in GroupVarint
2013-09-22 Andrew Gallagherfolly: don't inline functions with ASAN disabled
2013-09-22 Nicholas Ormrodrange checks in DynamicConverter
2013-09-22 Philip Pronindisable asan for qfind_first_byte_of_needles16
2013-09-22 Philip Proninfix heap-buffer-overflow (asan) in EliasFanoCoding
2013-09-08 Jordan DeLongSome fixes for building stuff with clang
2013-09-08 Andrew Gallagherfolly: disable address sanitizer warnings on fbstring
2013-09-08 bsimmersabort instead of throwing an exception on bad format...
2013-09-08 Dave Watsonx86intrinsic seems to be problematic for clang
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
next