folly.git
2015-07-31 Michael LeeNo std::recursive_timed_mutex and std::timed_mutex.
2015-07-31 Orvid KingFix a parse error in detail/ThreadLocalDetail.h under...
2015-07-31 Orvid KingGeneralize FOLLY_SPIN_WAIT to use Portability methods
2015-07-31 Orvid KingUse constexpr initializers for AtomicHashArray Config
2015-07-31 Nick TerrellOverload on dynamic object reference type.
2015-07-31 Sophia WangDelayedDestruction cleanup
2015-07-31 Brian WatlingAdd accessor to estimate a FiberManager's run queue...
2015-07-31 Andrew Gallagherfolly: fix another test running under buck
2015-07-31 Andrew Gallagherfolly: fix tests running under buck (w/ clang and dynam...
2015-07-31 Yedidya Feldblumfutures::retrying.
2015-07-31 Ondrej LeheckaFix 'missing declarations' and 'unusued parameter'...
2015-07-30 Mark McDuffadd EventBase-local storage abstraction
2015-07-30 Nima AghdaiiFix Infinity
2015-07-30 Orvid KingRemoved an unneeded typename in dynamic.h
2015-07-29 Orvid KingAdd MSVC support to Singleton's fatalHelper
2015-07-29 Orvid KingUse strerror_s on MSVC
2015-07-29 Orvid KingHandle MSVC in FBString.h
2015-07-29 Orvid KingSwitch a couple of uses of __thread to FOLLY_TLS
2015-07-29 Orvid KingAdded asm_volatile_memory
2015-07-29 Orvid KingAdded FOLLY_ALIGNED(), to allow aligning on MSVC as...
2015-07-29 Orvid KingFix Random-inl.h under MSVC
2015-07-29 Orvid KingImplemented VersionCheck.h for MSVC
2015-07-29 Andrey GoderAdd space to error message
2015-07-29 Tudor BosmanAllow ProgramExit(0), add some comments
2015-07-29 Alexander ShaposhnikovAdd hasher specializations for enums, pairs and tuples
2015-07-29 Yedidya FeldblumFix Build: FOLLY_SSE and preprocessor floats.
2015-07-29 Alexander Shaposhnikov[folly] Enable support of applyTuple for const tuples
2015-07-29 Sara GolemonRegenerate README.md from source
2015-07-29 Orvid KingMove various attributes before the declaration to be...
2015-07-28 Orvid KingUse fsync on MSVC, as fdatasync doesn't exist
2015-07-28 Orvid KingUse intrinsics for RWSpinLock when on MSVC.
2015-07-28 Orvid KingAdd MSVC support for FOLLY_DEPRECATED
2015-07-28 Orvid KingNormalize SSE support detection
2015-07-28 Orvid KingAdd MSVC support for FOLLY_FINAL and FOLLY_OVERRIDE
2015-07-28 Orvid KingAdd detection of MSVC RTTI
2015-07-28 Jason RahmanAllow for mutable lambdas with Future::ensure()
2015-07-28 Orvid KingAdd typename qualifiers to Singleton.h
2015-07-28 Orvid KingSupport GroupVarint.h under MSVC
2015-07-28 Orvid KingAdd support for MSVC in asm_pause in Portability.h
2015-07-27 Orvid KingAdjust a literal in AtomicHashMap.h to be correctly...
2015-07-27 Orvid KingFix the size of the enum in FBString.h under MSVC
2015-07-27 Sophia Wangfix clang ASAN error in DelayedDestructionBaseTest
2015-07-27 James Sedgwickdelete folly/wangle
2015-07-27 Sara GolemonBump version to 52:0 v0.52.0
2015-07-27 Alexey SpiridonovMake ProcessReturnCode default-constructible
2015-07-27 Alexey SpiridonovImprove waitpid error handling
2015-07-25 mwilliamsFix some warnings in folly
2015-07-24 Nathan Bronsonadded a missing hook to IndexedMemPool's testing harness
2015-07-24 Misha ShneersonPrint type of singleton that is requested after destruction
2015-07-24 Nathan Bronsonimprovements to DeterministicSchedule
2015-07-24 Andre PintoFix oss build
2015-07-24 Nick TerrellDelete functions that return a pointer when the dynamic...
2015-07-23 Tudor BosmanHelper for writing nested command line apps
2015-07-23 Tudor BosmanMake gflags and boost::program_options play nice with...
2015-07-22 Nathan Bronsonfix racy assert in SharedMutex
2015-07-22 Tudor BosmanAdd executable_path() and convert SubprocessTest to...
2015-07-22 Ondrej Leheckamaking thrift and folly header files compile clean...
2015-07-22 Hannes Roth(Wangle) window, fix test
2015-07-21 Nick TerrellAdd bounds check in get_ptr.
2015-07-21 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-21 Hans FugalFix "reference to 'thread' is ambiguous"
2015-07-21 Ondrej Leheckafixing compiler errors when compiling with Wunused...
2015-07-21 Viswanath SivakumarFix logspew in DelayedDestruction
2015-07-21 Tom JacksonRemove EmptySequence exception in favor of optional...
2015-07-21 Yedidya FeldblumFix a namespace nit in folly/futures/Future.cpp.
2015-07-20 Sara GolemonBump version to 51:0 v0.51.0
2015-07-20 Brian WatlingAllow access to a FiberManager's currently running...
2015-07-20 Nick TerrellOverload Optional::value() on object reference type.
2015-07-20 Steve O'Brienfolly Singleton: clear some state if creator function...
2015-07-20 Hannes RothRevert: (Wangle) within should raise TimedOut()
2015-07-20 Steve O'Brienfolly HHWheelTimer: fix loop variable
2015-07-20 Tom JacksonMaking Optional throw exceptions instead of assert
2015-07-20 James Sedgwickadd SocketPair.h/.cpp to Makefile
2015-07-20 Tudor Bosmanfolly::Future-istic barrier
2015-07-20 Pavlo KushnirAdd an option to disable guard pages for fiber stacks
2015-07-20 Hannes Roth(Wangle) within should raise TimedOut()
2015-07-15 Sara GolemonOnly try to use F_SETPIPE_SZ if it's available
2015-07-15 Sophia WangMake DestructorGuard inherit from a base
2015-07-15 Joe RicheyActually denote when we have infinite generators
2015-07-15 Joe RicheyChanging behavior of 'any' and 'all' sinks, adding...
2015-07-15 Andrii GrynenkoRequestContext support
2015-07-15 Lucian Grijincufolly: AsyncIOOp: improve logging message: add strerror
2015-07-15 Yedidya FeldblumFix Build: folly/io/async/test/ScopedEventBasedThreadTe...
2015-07-15 Yedidya FeldblumFile ctor should take StringPiece.
2015-07-13 Sara GolemonBump version to 50:0 v0.50.0
2015-07-13 Andrii GrynenkoFix examples in folly::Singleton code
2015-07-13 Kjell Schubertsplit SmallLocks.h to get a larger portion of folly...
2015-07-13 Yedidya FeldblumAn has_member_type macro.
2015-07-09 Joe RicheyAdded default value for filter's predicate argument
2015-07-09 Subodh IyengarAdd mocks for isBufferMovable
2015-07-09 Yedidya FeldblumThreadedExecutor.
2015-07-09 Tudor BosmanAdd isManaged / makeManaged
2015-07-09 Steve O'Brienfolly/singleton: fatal in unrecoverable error cases
2015-07-09 Mark McDuffhigh init priority for FiberManagerMap data
2015-07-07 Sara GolemonBump version to 49:1 v0.49.1
2015-07-07 Alexey SpiridonovInstall Ubuntu 12.04 LTS dependencies for Travis CI
2015-07-07 Sara GolemonBump version to 49:0 v0.49.0
2015-07-07 James Sedgwickfolly/wangle -> wangle cutover
2015-07-07 Philip Pronincleanup CompressedList / MutableCompressedList interfaces
2015-07-07 Hans Fugalfolly/futures Update README.md
next