folly.git
2013-12-20 Tudor BosmanRevert "Change exception tracer to use per-thread cachi...
2013-12-20 Tudor BosmanPrint (2 more) if stack trace truncated
2013-12-20 bsimmersFix asm constraints in folly::MicroSpinLock::cas
2013-12-20 Adam Simpkinsmake IOBuf::gather() safe
2013-12-20 Adam Simpkinsfix issues when compiling with clang
2013-12-20 Adam Simpkinschange the mechanism for "internal" buffer storage
2013-12-20 Tudor BosmanChange exception tracer to use per-thread caching in...
2013-12-20 Soren LassenMade File::release() return the released file descriptor.
2013-12-20 Tudor BosmanAsync-signal-safe symbolizer, fatal signal handler
2013-12-20 Tudor BosmanAdd async-signal-safe flavor of demangle
2013-12-20 Tudor BosmanSafeAssert: async-signal-safe CHECK, DCHECK
2013-12-20 Adam Simpkinsupdate moveToFbString()'s handling of flags_
2013-12-20 Adam Simpkinsfix IOBuf::reserve() when operating on a user-supplied...
2013-12-20 Anton Likhtarovsort_keys option for json
2013-12-20 Brian WatlingTrivial argument rename in MPMCQueue
2013-12-20 Soren LassenMake FOR_EACH* work with temporary containers.
2013-12-20 Adam Simpkinsfix bugs in the cursor StringOperations test
2013-12-20 Peter GriessRevert "Handle lack of <bits/c++config.h> and <bits...
2013-11-26 Peter GriessGet Subprocess running for Mac OS X
2013-11-26 Peter GriessRevert D998590
2013-11-26 Peter GriessRemove generated .cpp files on 'make clean'
2013-11-26 Peter GriessFix broken clause11_21_4_6_6 test in Apple Clang.
2013-11-26 Peter GriessHandle platforms that don't support __thread.
2013-11-26 Peter GriessHandle lack of weak symbols on some platforms
2013-11-26 Peter GriessHandle lack of <bits/c++config.h> and <bits/functexcept.h>
2013-11-26 Ben MaurerAvoid copy in folly::toJson
2013-11-26 Stephen Chenfix broken clang build: add missing template keyword
2013-11-26 Stephen ChenPort TimeseriesHistogram from common/stats to folly
2013-11-26 Dave WatsonAdd generated files to Makefile.am
2013-11-26 Tudor BosmanImprove CompressionTest
2013-11-26 Tudor BosmanFix bad implementation of fnv32
2013-11-26 Tom JacksonMove byLine to FileGen.h, add explanatory note
2013-11-26 Daniel MarinescuAdded SCOPE_FAIL and SCOPE_SUCCESS macros in non-portab...
2013-11-13 Yasser GanjisaffarAdd missing files to Makefile headers
2013-11-06 Tudor BosmanAdd Formatter::writeTo(FILE*)
2013-11-06 denisspbUpdate Overview.md
2013-11-06 Avani Nandinimake move-ctor and destructor noexcept for folly::Optional
2013-11-06 Alex LandauFix passing MoveWrapper into lambdas
2013-11-06 Dave Watsonupdating folly makefiles
2013-11-06 Dave Watsonmove MoveWrapper to folly
2013-10-25 Sara GolemonAdd missing define guard for folly-config.h
2013-10-24 Sara GolemonAdd missing include
2013-10-24 Andrey Goderfix typo in comment
2013-10-24 Philip Proninexponential capacity growth for io::TypedIOBuf
2013-10-24 Philip Proninavoid using ifunc + ASan
2013-10-24 Rajat GoelIssue with find and npos
2013-10-24 Nicholas OrmrodChange FBString's #define throw
2013-10-24 Philip Proninfix a few bugs in FBString
2013-10-24 Jim Meyeringfolly, tao: don't impose C constraints on folly's Porta...
2013-10-24 Sathya GunasekarInclude cpp only when needed
2013-10-24 Peter GriessRemove trailing comma in configure.ac.
2013-10-24 Peter GriessRemove check that depends on malloc implementation.
2013-10-24 Peter GriessDetect and use std::is_trivially_copyable<T> where...
2013-10-24 Peter GriessOnly run FBString.testConstructionFromLiteralZero under...
2013-10-24 Peter GriessSet -std=XXX flags earlier; use in AC_COMPILE_IFELSE()
2013-10-24 Peter GriessDetect C++ implementations that support constexpr strlen()
2013-10-24 Peter GriessCheck for std::this_thread::sleep_for.
2013-10-24 Peter GriessDetect libc++ in configure.ac.
2013-10-24 Peter GriessUse Mach built-ins in lieu of clock_gettime(3) and...
2013-10-24 Nicholas OrmrodMigrating folly to gcc-4.7.1
2013-10-24 Philip Proninmake IOBuf::coalesce return ByteRange
2013-10-15 Peter GriessCast lambda to function pointer for boost::split().
2013-10-15 Peter GriessBe more careful when using SSE intrinsics.
2013-10-15 Peter GriessFix test for memory allocators that want to look backwards.
2013-10-15 Peter GriessHandle libc++ usage of inline namespaces for std::
2013-10-15 Peter GriessUse #if rather than #ifdef to check autoconf guards.
2013-10-15 bsimmersTurn one more folly::format error into a fatal
2013-10-15 Peter GriessFix misc compilation errors in ThreadCachedIntTest.
2013-10-15 Peter GriessExplicitly use !basic_istream::fail() in test.
2013-10-15 Peter GriessUse boost::has_trivial_copy_constructor rather than...
2013-10-15 Peter GriessAvoid static_assert in tuple_element for Clang/libc++
2013-10-15 Peter GriessChange ScopeGuardTest to work around libc++'s different...
2013-10-15 Peter GriessUse RW_SPINLOCK_USE_X86_INTRINSIC_ in RWSpinLockTest
2013-10-15 Peter GriessDisable memory reporting for non-GNU C++ libraries.
2013-10-15 Peter GriessDisable timed sychronization tests on Apple platforms.
2013-10-15 Peter GriessAdd missing #include <vector>.
2013-10-15 Peter GriessApple defines MAP_ANON, not MAP_ANONYMOUS
2013-10-15 Peter GriessLink spooky hash tests missing libfollybenchmark.a.
2013-10-15 Peter GriessClean up platform-dependant format strings.
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.
next