Add more benchmarks for integer-to-string conversion
[folly.git] / folly /
2016-06-24 Marcus Holland-MoritzAdd more benchmarks for integer-to-string conversion
2016-06-24 Marcus Holland-MoritzFix conversion from bool to floating point value
2016-06-23 Marcus Holland-MoritzClean up Conv.cpp / Conv.h
2016-06-23 Marcus Holland-MoritzFix undefined behaviour in float<->int conversion
2016-06-22 Bruno GoncalvesAdded missing m4 file ax_boost_chrono
2016-06-22 Marcus Holland-MoritzAdd more benchmarks for various conversions
2016-06-21 Lucian Grijincufolly:: singleton: ubsan: fix calling overriden method...
2016-06-20 Christopher DykesAdjust the way Future<Unit>'s constructor is defined
2016-06-17 Caren ThomasAdd very basic compatibility with folly locks for synch...
2016-06-17 Yedidya FeldblumWrappers for some of OpenSSL's crypto hash functions
2016-06-17 Christopher DykesFix infinite recursion in sorted_vector_{set|map}:...
2016-06-16 Jinlong ZhouReverted commit D3270439
2016-06-16 Christopher DykesUse the standard intrinsics for crc32c
2016-06-16 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-16 Blake LawsonAdded limited list of supported ciphers
2016-06-15 Haocheng Zhangfix bug for nullptr in qfind
2016-06-15 Caren ThomasAdd constructor for MultiLevelTimeSeries class that...
2016-06-14 Marcus Holland-MoritzAdd conv_benchmark target to Makefile.am
2016-06-14 Michael LeeReverted commit D3427621
2016-06-14 Joseph GriegoEventBase keepAlive counter is not atomic
2016-06-14 Michael LeeTime.h portability for iOS 10.
2016-06-11 Alexey SpiridonovDCHECK on reentrant invocations of loop()
2016-06-10 Ben HamiltonMake Fibers library conditional on working Boost.Contex...
2016-06-10 Andrii GrynenkoFix folly::fibers on OSX with boost 1.60
2016-06-10 Maged MichaelAdded support for std::mutex in folly Deterministic...
2016-06-10 Marcus Holland-MoritzGet rid of circular dependency when including Exception...
2016-06-09 Christopher DykesUse intrinsics rather than inline assembly where possible
2016-06-09 Chad ParryAllow a timer with pending callbacks to be destroyed
2016-06-09 pravicFix typo in docs/Function.md
2016-06-09 Martin MartinFix a data race found by TSAN in folly::fibers::Baton
2016-06-09 David Callahanfix command line parsing
2016-06-09 Brett SimmersAllow const mapped types in folly::AtomicHash(Array...
2016-06-08 Adam Simpkinsmake Range::size() constexpr
2016-06-08 Christopher DykesPack PackedSyncPtr
2016-06-08 Adam Simpkinsadd hexlify() and unhexlify() convenience methods
2016-06-08 Andrii GrynenkoDisable SIGSEGV signal handler if run in JVM
2016-06-07 Adam Radziwonczyk... Expose current observer from FiberManager
2016-06-07 Subodh IyengarAdd TFO support to AsyncSSLSocket
2016-06-06 Kenny Yufolly: define FOLLY_SANITIZE_THREAD convenience macro...
2016-06-04 Christopher DykesAllow constexpr construction of AtomicStruct under...
2016-06-04 Christopher DykesDeal with a couple of warnings from MSVC
2016-06-04 Christopher DykesRemove a couple of MSVC portability defines
2016-06-03 Andrii GrynenkoAdd a SIGSEGV signal handler which detects stack overflow
2016-06-03 Subodh IyengarAlways override write bio method
2016-06-02 Elliott ClarkUpdate folly OSS build to use 1y
2016-06-01 Christopher DykesAssert that MicroSpinLock is a POD type
2016-06-01 Christopher DykesPackedSyncPtr.data_ is private
2016-06-01 Ben HamiltonFix test/SynchronizedTest.cpp build break on Clang...
2016-06-01 Christopher DykesSingletonVault_c.cpp is always C++
2016-06-01 Subodh IyengarMethods to change cipher suite list
2016-05-31 Michael LeeSocketFastOpen should include <cerrno>
2016-05-31 Michael LeeSubprocessTest does not use dirent.h
2016-05-31 Subodh IyengarAdd support for TFO connections
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <sys/uio.h> to <folly/portability/SysUio.h>
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-30 Christopher DykesInclude <folly/portability/PThread.h> where needed
2016-05-30 Christopher DykesInclude <folly/portability/Time.h> where needed
2016-05-30 Christopher DykesInclude <folly/portability/Fcntl.h> where needed
2016-05-30 Christopher DykesSwitch uses of <sys/syscall.h> to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <dirent.h> to <folly/portability/Dirent.h>
2016-05-30 Christopher DykesSwitch uses of <sys/resource.h> to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <sys/mman.h> to <folly/portability/SysMm...
2016-05-30 Christopher DykesSwitch uses of <sys/file.h> to <folly/portability/SysFi...
2016-05-30 Christopher DykesInclude <folly/portability/SysTime.h> rather than ...
2016-05-28 Adam Simpkinsadd Cursor::readWhile() and skipWhile()
2016-05-28 Ben HamiltonFix test/ProducerConsumerQueueTest.cpp build break
2016-05-28 Ben HamiltonFix test/FunctionTest.cpp build breaks
2016-05-27 Ben HamiltonFix open source `make check` build broken by `ThreadedE...
2016-05-27 Yang ChiSet bufferCallback_ back to nullptr upon HTTPSession...
2016-05-27 Subodh IyengarFix test for corking
2016-05-27 Giuseppe OttavianoUse exponential growth in fbstring::append(size_type...
2016-05-27 Christopher DykesDisable a couple of warnings for MSVC in folly::Function
2016-05-26 Adam Simpkinsmove io/Cursor-defs.h to io/Cursor.cpp
2016-05-26 Adam Simpkinsadd a default Subprocess constructor
2016-05-26 Christopher DykesDisable the signal stack on Windows
2016-05-26 Christopher DykesRemove the declaration of TimeseriesHistogram::getBucketIdx
2016-05-26 Christopher DykesInclude <folly/portability/Windows.h> in folly::format
2016-05-26 Christopher DykesFix doVecOperation in the SysUio portability header
2016-05-25 Adam Simpkinsadd Cursor::peekBytes()
2016-05-24 Jon Maltiel Swensonstd::make_unique -> folly::make_unique
2016-05-24 Christopher DykesUpdate generate_varint_tables to support MSVC
2016-05-24 Joseph GriegoClear old fs::path when moving a TemporaryDirectory
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-05-24 Christopher DykesSupport folly::assume under MSVC
2016-05-23 Yedidya FeldblumAvoid std::initializer_list ctor in folly::dynamic...
2016-05-20 Andrii GrynenkoMake outstanding LoopKeepAlive hold EventBase destructor
2016-05-20 Christopher DykesFix the detection of preadv and pwritev on OSX in OSS
2016-05-20 Shubhanshu Agrawaltemplating folly::fibers::await by Baton
2016-05-19 AlejandroPromote memory_order_consume to memory_order_acquire
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-05-19 Lucian Grijincufolly: FBString: avoid ubsan in assert
2016-05-19 Andrii GrynenkoMove fibers out of experimental
2016-05-19 Shubhanshu Agrawaladding Promise::await
2016-05-19 Yedidya FeldblumMake Try independent of Future
2016-05-19 Andrii GrynenkoExport documentation from dex to folly
2016-05-18 Yedidya FeldblumFlesh out the comments about Unit
2016-05-18 Yedidya FeldblumExtract Unit to top-level
2016-05-18 Ilya Maykovadded IOBuf::wrapBufferAsValue()
2016-05-18 Andrii GrynenkoFix one more race in Promise::setTry
next