folly: allow folly::init to build on systems without the symbolizer (macOS)
[folly.git] / folly /
2016-07-20 Wez Furlongfolly: allow folly::init to build on systems without...
2016-07-19 Christopher DykesWrappers folly::chrono::clock_gettime and clock_gettime_ns
2016-07-19 Steve MuirGenerate a pkg-config file for Folly
2016-07-19 Christopher DykesHandle small_vectors with 0 inline capacity correctly
2016-07-19 Elliott ClarkCorrectly use iters_ in ProducerConsumerQueueBenchmark
2016-07-19 Yedidya FeldblumMake the mprotect variant of asymmetricHeavyBarrier...
2016-07-19 Michael LeeFix macro check in SysMembarrier
2016-07-19 Wez Furlongfolly: unconditionally include boost mutex definitions...
2016-07-19 Christopher DykesMake sure to return from atomicHashArrayInsertRaceThread
2016-07-19 Andrii GrynenkoUse membarrier in TLRefCount
2016-07-18 Wez Furlongfolly: improve setThreadName for macOS
2016-07-18 Andrii GrynenkoFix mocking to support multiple overrides
2016-07-18 Christopher DykesAlways pack small_vector
2016-07-18 Christopher DykesMake static analysis happy about the length of patternBuf
2016-07-18 Christopher DykesAdd an Atomic portability header
2016-07-17 Wez Furlongfolly: fix initialization for CLOCK_PROCESS_CPUTIME_ID...
2016-07-16 Wez Furlongfolly: fix constexpr methods in RandomTest on macos
2016-07-16 Wez Furlongfolly: fixup CompressionTest compilation on macos
2016-07-16 Qinfan WuFix FBStringTest build failure and hash computation...
2016-07-16 Tom Jacksonget_or_throw(map, key) returns references
2016-07-15 Matthieu MartinFix compilation issue related to Fibers WhenN
2016-07-15 Eric NieblerMake Synchronized tests work with gtest-1.7
2016-07-15 Eric Nieblerout-line the SharedMutexImpl members that directly...
2016-07-15 Christopher DykesAssume GFlags isn't present if FOLLY_HAVE_LIBGFLAGS...
2016-07-15 Christopher DykesFix the base gen test with GTest 1.7
2016-07-15 Michael LeeAdd a check for wchar support
2016-07-14 Saurabh SinghAdding std::unique_ptr definition for the ASN1_TIME...
2016-07-14 Vikas Kumars/PortabilityTimeTest.cpp/TimeTest.cpp
2016-07-14 Tavian Barnesfbstring: Fix std::hash specializations for non-char...
2016-07-14 zhangkehong2bradEnable GroupVarint on Arm64
2016-07-14 Christopher DykesSwitch away from things that are removed in C++17
2016-07-14 Sven OverManualExecutor: add clear method
2016-07-13 Kyle NekritzMove DecoratedAsyncTransportWrapper and WriteChainAsync...
2016-07-12 Yedidya FeldblumFix Build: sorted_vector_types.h on GCC v4.8
2016-07-12 Christopher DykesDefine TCPI_OPT_SYN_DATA if it isn't defined
2016-07-12 Kevin LewiAdding the ability to check for whether TCP fast open...
2016-07-12 Christopher DykesImprove folly/portability/Time.cpp OS X and Windows...
2016-07-12 Adam Simpkinsadd Synchronized::withLock() methods
2016-07-12 Adam Simpkinsimprove Synchronized LockedPtr class, and add new lock...
2016-07-12 Yedidya FeldblumInline the lower_bound and upper_bound callbacks in...
2016-07-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-07-09 Shayan MohantyFolly::FutureDAG <-> Gossit
2016-07-08 Adam Simpkinsupdate LockTraitsBoost to handle arbitrary duration...
2016-07-07 Marcus Holland-MoritzHandle conversion from float in toDynamic()
2016-07-07 Jasmine ChenFix heading capitalization in docs/FBVector.md
2016-07-06 Giuseppe OttavianoPython-like enumerate()
2016-07-06 Adam Simpkinsvarious improvements to the Synchronized tests
2016-07-06 Adam SimpkinsRemove LockTraitsBoost from Synchronized.h
2016-07-06 Mohamed Amin JABRIRemove extra ';' from used macros in Traits.h
2016-07-06 Michael LeeClean up int128_t macro gating
2016-07-06 Anirudh RamachandranCleanup of how we use BIO/BIO_METHODs
2016-07-06 Marcus Holland-MoritzRefactor folly::to<>
2016-07-06 Adam Simpkinsupdate Synchronized to use LockTraits
2016-07-06 Adam Simpkinsadd LockTraits
2016-07-05 Andrii GrynenkoDisable PthreadKeyUnregister on iOS and MSVC
2016-07-05 Adam Simpkinsfix flaky ConnectTFOTimeout and ConnectTFOFallbackTimeo...
2016-07-05 Subodh IyengarAdd sa_len for sockaddr conversions
2016-07-02 Jim Meyeringfolly:thread_local_test: avoid test failure due to...
2016-07-02 Christopher DykesInclude the correct headers in various tests
2016-07-02 Christopher DykesDon't do #if in the middle of a parameter to a preproce...
2016-07-02 Christopher DykesMark a few constants as constexpr so VLAs aren't required
2016-07-02 Christopher DykesUse a defined form of uniform_int_distribution
2016-07-02 Christopher DykesDon't use a VLA for the dest buffer when testing wide...
2016-07-02 Christopher Dykesboost::filesystem::path is a wide string on Windows
2016-07-02 Aravind AnbuduraiMoved object destructor should not log
2016-07-01 Adam Simpkinsfix the ThreadLocal test in open source builds
2016-07-01 Aravind AnbuduraiMake AutoTimer work with std::chrono::duration instead...
2016-07-01 Christopher DykesConstantRNG should implement UniformRandomBitGenerator
2016-07-01 Aravind Anbuduraiclang-format AutoTimer.h
2016-07-01 Christopher DykesDon't use named variadic macro parameters
2016-07-01 Christopher DykesUse asm_volatile_memory() for portable memory barriors...
2016-07-01 Christopher DykesUse UTF-8 strings for strings with multi-byte Unicode...
2016-07-01 Christopher DykesUse decltype rather than typeof
2016-07-01 Christopher DykesRename SIZE to kSize
2016-07-01 Christopher DykesUse uint32_t rather than uint
2016-07-01 Christopher DykesUse std::vector in the CacheLocalityBenchmark rather...
2016-07-01 Christopher DykesUse float literals when initializing float values
2016-07-01 Christopher DykesLong is not long enough for a long long
2016-07-01 Christopher DykesDon't try and instantiate an invalid function in Discri...
2016-07-01 Christopher DykesDon't use stderr as an identifier name
2016-07-01 Misha Shneersonstop_watch is moved to folly
2016-06-30 Tianjiao Yinsuppress unused variable warnings
2016-06-30 Aravind AnbuduraiMake AutoTimer usable with Closures
2016-06-30 Scott MichelsonGive each eventbase a wheeltimer
2016-06-29 Eric Nieblergcc-4.8 is not decaying types correctly in lambda init...
2016-06-29 Mirek KlimosFix FiberManager.RequestContext unit test
2016-06-29 Eric Nieblerfix the open source ssl_test target
2016-06-29 Mirek KlimosReplace RequestContext::create with RequestContextScope...
2016-06-27 Marcus Holland-MoritzAllow unchecked conversion from floating point to bool
2016-06-27 Bo YouFolly parseJson doesn't handle minInt properly
2016-06-26 David Lamfix typo in dynamic.md documentation
2016-06-25 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-24 Haocheng Zhangfix bug for negative shift value
2016-06-24 Marcus Holland-MoritzFix uses of std::nextafter on Android
2016-06-24 Huapeng ZhouIOBuf: add a method to signal the underlying buffer...
2016-06-24 Christopher Dykesstd::aligned_storage<>::type is not a dependent type
2016-06-24 Christopher DykesUse FOLLY_TLS rather than __thread
2016-06-24 Christopher DykesDear Elias Fano Bit Vector: You do not require GCC
2016-06-24 Marcus Holland-MoritzFix code for anything-to-string space estimation
2016-06-24 Marcus Holland-MoritzSimplify unsigned-to-string conversion code and improve...
next