Using emplace_back to avoid temporary
[folly.git] / folly / experimental /
2015-06-16 Giuseppe OttavianoImplement previousValue on EliasFanoReader
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-06-12 Praveen KumarNeedless temporary gone
2015-06-12 Misha ShneersonAdded fiber supported mutex to folly
2015-06-12 Hans Fugalapple-gate ThreadLocal in fibers code
2015-06-11 Hans FugalReplace thread_local with FOLLY_TLS
2015-06-09 Anton LikhtarovAdd a guard page to a limited number of stacks
2015-06-05 Giuseppe OttavianoReduce footprint of EliasFanoReader
2015-06-03 Giuseppe OttavianoMore flexible constructors for Elias-Fano lists
2015-06-03 Alecs Kingfix mem leak
2015-06-03 Delyan KratunovMinor fix
2015-06-03 Lucian Grijincufolly: exception_tracer: add throw() to __cxa_begin_catch
2015-06-03 Lucian Grijincufolly: -Wsign-compare
2015-06-03 Delyan KratunovLockFreeRingBuffer
2015-06-03 Philip Pronindrop V0 of EliasFanoEncoder
2015-05-28 Andre PintoInstrument EventHandlers' execution
2015-05-26 Anton LikhtarovSome optimizations
2015-05-26 James Sedgwickmove FiberIOExecutor to wangle/concurrent
2015-05-26 Jim Meyeringfolly/experimental/fibers/EventBaseLoopController.h...
2015-05-26 Tudor BosmantupleRange, tuplePrepend
2015-05-20 Brian WatlingAdd 'runnable' callback to ExecutionObserver
2015-05-20 James SedgwickRFC: FutureDAG
2015-05-20 Pavlo KushnirDisable stack recording with ASAN
2015-05-20 James SedgwickmakeTryFunction -> makeTryWith codemod
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-05-20 Adam Simpkinsexpose FunctionScheduler::addFunction() with a custom...
2015-05-12 Stepan PalamarchukIncrease fibers stack size if we're running with ASAN
2015-05-12 Adam Simpkinsupdate FunctionScheduler to use std::chrono::steady_clock
2015-05-12 Josh WatzmanTweak explicit std::max instantiation
2015-05-12 YM CHENfix namespace v2
2015-05-12 Josh WatzmanExplicitly template instantiate `std::min/max` in a...
2015-05-12 Sergey DoroshenkoMove FOLLY_DISABLE_ADDRESS_SANITIZER from Fiber::init...
2015-05-12 Andre PintoDisable ASAN for Fiber::init()
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/
2015-04-29 Rushi DesaiAn IOExecutor that executes under mapped fiber context.
2015-04-27 Dave WatsonChange ThreadManager interface to Executor
2015-04-27 James Sedgwickwhen* -> collect*
2015-04-27 Nicholas OrmrodREADME: Fixed typo, formatted code, and linked to docs
2015-04-27 Nicholas OrmrodRemove unused variables
2015-04-27 James Sedgwickfulfil -> setWith, fulfilTry -> setTry
2015-04-27 Andre PintoInstrument fibers execution
2015-04-27 Andrii GrynenkoMake sure we can't access LocalData when destroying it
2015-04-27 Brian WatlingEnsure the loop callback is scheduled when the ready...
2015-04-10 Nathan BronsonSharedMutex potential lost wakeup with exactly 3 or...
2015-04-10 Andrii GrynenkoRemove FiberManager move-constructor
2015-04-10 Brian WatlingAdd ability to yield execution of the currently running...
2015-04-10 Andrii GrynenkoFix open-source Makefiles after fibers were moved to...
2015-04-10 Andrii GrynenkoAdd FiberManager local type
2015-04-10 Pavlo KushnirOption to record precise stack on every N fiber
2015-04-10 Andrii GrynenkoUse Fiber locals for TAO Fiber-locals
2015-04-10 Andrii GrynenkoFiber-local context
2015-04-02 Rushi DesaiMove mcrouter/lib/fibers to folly/experimental/fibers
2015-04-02 Alexey SpiridonovAdd CaptureFD for log testing (and some glog patterns)
2015-04-02 Alexey SpiridonovAdd EXPECT_{NO_,}_PCRE_MATCH macros
2015-04-02 Adam SimpkinsTemporaryFile and TemporaryDirectory
2015-03-25 Alexey SpiridonovAdd ChangeToTempDir to TestUtil
2015-03-25 Andrii GrynenkoMake folly::Singleton DFATAL as late as possible
2015-03-25 Andrey GoderSupport 'min ms to log'
2015-03-25 Alexey SpiridonovFix logFormat
2015-03-18 Nathan BronsonSharedMutex - a small fast scalable reader-writer lock
2015-03-18 Adrian HamzaAdd null check to avoid crash in unit tests that use...
2015-03-18 Andrey GoderAdd JSON Schema Validator
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Andrei AlexandrescuRemoving call to google::setThreadName from FunctionSch...
2015-03-03 Andrii GrynenkoFix folly::Singleton DFATAL
2015-03-03 Andrey GoderAdd AutoTimer to folly
2015-03-03 Andrii GrynenkoKill get_fast/get_weak_fast Singletonn API
2015-03-03 Andrei AlexandrescuMigrate FunctionScheduler from common/concurrency/...
2015-03-03 Giuseppe OttavianoFix EliasFanoReader position() when past-the-end
2015-03-03 Giuseppe OttavianoElias-Fano micro-optimizations
2015-02-12 Sara GolemonRemove unsed header from singleton-inl.h
2015-02-12 Andrii GrynenkoMake Singleton dependency on Symbolizer Facebook-only
2015-02-11 Andrii Grynenkofolly::Singleton leak diagnostics utils
2015-02-11 Andrii GrynenkoMaking each SingletonEntry a singleton
2015-02-11 Andrii GrynenkoRevert "Revert "Using type-tags for test SingletonVaults""
2015-02-11 Nicholas OrmrodRevert "Using type-tags for test SingletonVaults"
2015-02-11 Andrii GrynenkoUsing type-tags for test SingletonVaults
2015-02-11 Andrei AlexandrescuAdd StringKeyed(Unordered){Set,Map} to folly
2015-02-09 Brad KimMerge commit '64f2f2734ad853784bdd260bcf31e065c47c0741...
2015-02-04 Andrii GrynenkoFix folly::Singleton error message
2015-02-04 Tianjiao Yinprint better error message
2015-02-04 Andrii GrynenkoWait for some time if Singleton isn't destroyed immediately
2015-02-02 Andrii GrynenkoFix ASAN failures in OBCClient
2015-02-02 Bob Haarmanfolly: added C interface to SingletonVault
2015-01-13 Jim Meyeringfolly/experimental/test/BitsBenchmark.cpp: avoid -Wsign...
2015-01-13 Andrii GrynenkoReplace singleton names with type tags
2015-01-13 Philip Proninfix __cxa_throw signature
2015-01-13 Chip TurnerImprove unit test output and logging to diagnose build...
2014-12-29 Chip TurnerFix Dwarf path handling to fix broken test
2014-12-29 Kai WangPrint linux TID while crashing
2014-12-29 Andrew GallagherVarious Dwarf::Path fixes
2014-12-18 James Sedgwickcodemod: merge folly/wangle and folly/experimental...
2014-12-18 Dave Watsonremove Cpp2WorkerFactory
2014-12-18 James Sedgwickstabilize IOFuturePool test
2014-12-18 Laurent Demaillyfix bug with elf object left with file open upon error...
2014-12-18 Andrii Grynenkoget_fast/get_weak_fast API for folly::Singleton
2014-12-18 James Sedgwickcodemod: folly/wangle/ -> folly/wangle/futures
2014-12-18 Andrii GrynenkoRemove locking when getting ptr to Singleton
2014-12-18 James Sedgwickglobal io executor
2014-12-18 James Sedgwickmove wangle/Executor.h to folly/ root
next