Lua exception handling test
[folly.git] / folly / experimental /
2017-07-18 Dan MelnicLua exception handling test
2017-07-17 Tommy NguyenUse more libstdc++ specific macro
2017-07-17 Christopher DykesEnable a couple of AsyncFileWriter tests on Windows
2017-07-14 Christopher DykesReplace all includes of pthread.h with the portability...
2017-07-13 Christopher DykesAdd support for closing a TemporaryFile early
2017-07-13 Yedidya FeldblumSort #include lines
2017-07-05 Adam Simpkinslogging: fix compiler compatibility for one more conste...
2017-06-30 Christopher Dykesauto-dep the rest of Folly
2017-06-30 Adam SimpkinsDon't try to access XlogFileScopeInfo->category if...
2017-06-30 Maged MichaelFlat combining: Fix typos in comments
2017-06-30 Maged MichaelHazard pointers: Fix leak in hazptr_priv destruction
2017-06-29 Adam Simpkinslogging: support building with gcc-4.9
2017-06-29 Maged MichaelHazard pointers: Add support for thread local lists...
2017-06-28 Giuseppe OttavianoMove CacheLocality out of detail/ and into concurrency/
2017-06-27 Dave WatsonMove folly/experimental/AtomicSharedPtr.h -> folly...
2017-06-23 Ilya Maykovfix UBSAN failure in atomic_shared_ptr_test
2017-06-23 Christopher DykesFix AsyncFileWriterTest due to long being 32-bit on...
2017-06-23 Ilya Maykovmove input shared_ptr in atomic_shared_ptr constructor
2017-06-23 Christopher DykesFix GlogFormatterTest on Windows
2017-06-23 Christopher DykesStop MSVC from complaining about digraphs not being...
2017-06-23 Christopher DykesSwitch the logging tests from .native() to .string()
2017-06-23 Christopher DykesEnable more auto-deps in Folly
2017-06-22 Adam Simpkinslogging: fix issues detecting XLOG(FATAL) statements...
2017-06-22 Adam Simpkinslogging: improve the AsyncFileWriter flush test()
2017-06-22 Adam Simpkinslogging: fully convert the ERROR level to ERR
2017-06-22 Adam Simpkinslogging: add more tests for fatal log messages
2017-06-21 Maged MichaelAdd support for move operations on hazptr-holder. Other...
2017-06-21 Adam Simpkinslogging: shorten output of logLevelToString()
2017-06-21 Christopher DykesShift the exception tracer benchmark and test into...
2017-06-21 Dave WatsonAdd flags to asymmetric mem barrier
2017-06-21 Uladzislau PaulovichAdd missing uint32 type to folly::ProgramOptions::gFlag...
2017-06-21 Adam Simpkinslogging: reduce the amount of code emitted for log...
2017-06-21 Adam Simpkinslogging: add printf-style logging macros
2017-06-21 Adam Simpkinslogging: make XLOG_GET_CATEGORY() safe for all callers
2017-06-21 Adam Simpkinslogging: improve the AsyncFileWriterTest discard test
2017-06-20 Adam Simpkinslogging: implement FATAL and DFATAL log levels
2017-06-20 Maged MichaelUpdate hazard pointer interface to standard proposal...
2017-06-20 Qi Zhoufix folly::FunctionScheduler.cancelFunctionAndWait...
2017-06-20 Adam Simpkinslogging: add LoggerDB::flushAllHandlers()
2017-06-20 Adam Simpkinslogging: add a LogHandler::flush() call
2017-06-20 Adam Simpkinslogging: add a NEVER_DISCARD flag to LogWriter
2017-06-20 Adam Simpkinslogging: add a small example program
2017-06-16 Christopher DykesRemove the relative comparison operators on LogLevel
2017-06-16 Christopher DykesDon't declare caught exceptions when not actually used
2017-06-16 Christopher DykesDon't try to use _CrtDbgReport in the logging framework
2017-06-16 Christopher DykesEnsure LogWriter::writeMessage(std::string&&) is in...
2017-06-16 Christopher DykesInclude the time portability header in GlogStyleFormatt...
2017-06-16 Christopher DykesExplicitly initialize the base class of LogStream
2017-06-15 Andrii GrynenkoFix Observable to not trigger unneccessary refresh...
2017-06-15 Adam Simpkinslogging: add initialization convenience functions
2017-06-15 Adam Simpkinslogging: add GlogStyleFormatter
2017-06-15 Adam Simpkinslogging: add AsyncFileWriter
2017-06-15 Adam Simpkinslogging: add ImmediateFileWriter
2017-06-15 Adam Simpkinslogging: add a LoggerDB::internalWarning() function
2017-06-15 Adam Simpkinslogging: add new RateLimiter helper class
2017-06-15 Adam Simpkinslogging: add LogFormatter and LogWriter interfaces
2017-06-15 Adam Simpkinslogging: add XLOG() and XLOGF() logging macros
2017-06-15 Maged MichaelAdd thread caching of hazard pointers. Benchmarks....
2017-06-15 James Sedgwickfix rest of non-portable includes
2017-06-14 Jonathan KronFixing opt-asan/ubsan fail for folly contbuild
2017-06-13 Adam Simpkinslogging: if folly::format() fails, also log the arguments
2017-06-13 Adam Simpkinslogging: add support for streaming operators
2017-06-13 Adam Simpkinsadd a new logging library
2017-06-09 Yedidya FeldblumApply clang-format to folly/experimental/exception_trac...
2017-06-08 Christopher DykesSwitch unguarded #pragmas to use portability macros
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-06-08 Qi Wangmake extent_hooks static.
2017-06-06 Victor ZverovichAdd element construction/destruction hooks to IndexedMe...
2017-06-05 Qi WangFix JemallocNodumpAllocator destructor w/ jemalloc...
2017-06-05 Phil WilloughbyMake StringKeyed* more complete
2017-06-02 Qi WangFix JemallocNodumpAllocator extent_hooks API.
2017-06-02 Maged MichaelHazard pointers: Optimize memory order, add bulk reclam...
2017-06-02 Qi WangUpdate folly/JemallocNodumpAllocator to jemalloc 4...
2017-06-01 Tom JacksonFix UB in folly/experimental/Bits.h
2017-05-24 Victor Gaoapply clang-tidy modernize-use-override
2017-05-24 Giuseppe OttavianoA core-cached shared_ptr
2017-05-23 Christopher DykesMake a few implicit truncations either explicit, or...
2017-05-19 Xiao ShiStampedPtr: use async-signal-safe assert
2017-05-17 Alexey SpiridonovThreadedRepeatingFunctionRunner: Name all the threads
2017-05-16 Alexey SpiridonovSimplify ThreadedRepeatingFunctionRunner by requiring...
2017-05-16 Yedidya FeldblumFix violations of unused-lambda-capture
2017-05-16 Christopher DykesSwitch implicit references of folly::make_unique to...
2017-05-15 Nathan BronsonStampedPtr
2017-05-12 Philip Proninreturn range from AsyncIO::cancel(), fix test
2017-05-12 James Sedgwickadd FOLLY_FALLTHROUGH throughout to satisfy internal...
2017-05-11 Philip ProninAsyncIO::cancel
2017-05-09 Christopher DykesCodemod folly::make_unique to std::make_unique
2017-05-04 Maged MichaelAdd thread-safe priority queue with arbitrary prioritie...
2017-05-03 Giuseppe OttavianoStore pointers in EliasFanoReader and BitVectorReader...
2017-05-03 Giuseppe OttavianoTemplate EliasFanoReader on size type
2017-05-03 Giuseppe OttavianoDo not store inner_ in EliasFanoReader and BitVectorReader
2017-05-03 Giuseppe OttavianoDo not store the lower bits mask in EliasFanoReader
2017-05-03 Dave WatsonDomain destruction fixes
2017-05-01 Andrii GrynenkoFix a race in Observable context destruction
2017-04-28 Alexey SpiridonovSimplify BackgroundThreads, move them to folly/experime...
2017-04-27 Maged MichaelFlat combining: Add lock holder with deferred option...
2017-04-26 Dave WatsonFix virtual struct bug
2017-04-18 Maged MichaelFlat combining: Update statistics.
2017-04-15 Tudor BosmanAdd exception_tracer to OSS build
2017-04-12 Alexey SpiridonovReplace Subprocess::pipe* syntax sugar with Subprocess...
next