folly.git
2014-01-16 Lucian Grijincufolly: symbolizer: small terse write fix + colorize...
2014-01-16 Dario Russifix AtomicHashMap race condition
2014-01-16 Philip Proninadd FB_SINGLE_ARG macro
2014-01-06 Sara GolemonSome fixes for folly-oss repo.
2014-01-06 Ajit BanerjeeFix cursor insert inconsistency
2014-01-06 Nathan Bronsonwork around broken try_lock_for in gcc
2013-12-27 Peter GriessRemove FOLLY_NORETURN from definition.
2013-12-27 Brian PaneAdd new CRC-32C checksum functions to folly
2013-12-26 Jim Meyeringfolly: avoid ASAN-detected new[] vs "delete" mismatch
2013-12-26 Peter GriessDetect availability of cplus_demangle_v3_callback()
2013-12-26 Hitesh KhandelwalRevert "[Folly] Helper method to get exception type"
2013-12-20 Hitesh KhandelwalHelper method to get exception type
2013-12-20 Peter GriessHandle lack of <bits/c++config.h> and <bits/functexcept.h>
2013-12-20 Peter GriessDefine weak r?allocm symbols in Malloc.h
2013-12-20 Tudor BosmanFix name handling when baseDir and subDir are both...
2013-12-20 Tudor BosmanAdd startsWith, endsWith, removePrefix, removeSuffix...
2013-12-20 Tudor Bosmanunw_backtrace is not async-signal-safe
2013-12-20 Sarang MastiAdd futexTimedWait
2013-12-20 Nathan BronsonAtomicStruct<T> provides atomic ops on small trivial...
2013-12-20 Mark McDufffolly::json: allow skipping invalid UTF8
2013-12-20 Andrew Gallagherfolly/io:compression: add LZMA2 support
2013-12-20 Tudor BosmanFix test, also do not read from stack of another thread
2013-12-20 Alex MalyshevDon't forward declare ObjectMaker twice in dynamic
2013-12-20 Adam Simpkinsfix callPreviousSignalHandler()
2013-12-20 Tudor BosmanSeparate installFatalSignalCallbacks
2013-12-20 Tudor BosmanSwitch to folly symbolizer
2013-12-20 Andrei AlexandrescuSCOPE_SUCCESS should be able to throw, the others shouldn't
2013-12-20 Nathan Bronsoncentralize cache-line alignment goo into CacheLocality
2013-12-20 Nicholas OrmrodFBString iomanip fix.
2013-12-20 Tudor BosmanUse fixed size stack traces; unify getStackTrace
2013-12-20 Nathan Bronsondetail/CacheLocality.h - utilities for dynamic cache...
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.
next