folly: allow folly::init to build on systems without the symbolizer (macOS)
[folly.git] / folly / test /
2016-07-19 Christopher DykesWrappers folly::chrono::clock_gettime and clock_gettime_ns
2016-07-19 Elliott ClarkCorrectly use iters_ in ProducerConsumerQueueBenchmark
2016-07-19 Christopher DykesMake sure to return from atomicHashArrayInsertRaceThread
2016-07-18 Wez Furlongfolly: improve setThreadName for macOS
2016-07-18 Andrii GrynenkoFix mocking to support multiple overrides
2016-07-18 Christopher DykesAdd an Atomic portability header
2016-07-16 Wez Furlongfolly: fix constexpr methods in RandomTest 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 Eric NieblerMake Synchronized tests work with gtest-1.7
2016-07-15 Michael LeeAdd a check for wchar support
2016-07-14 Vikas Kumars/PortabilityTimeTest.cpp/TimeTest.cpp
2016-07-14 Tavian Barnesfbstring: Fix std::hash specializations for non-char...
2016-07-14 Christopher DykesSwitch away from things that are removed in C++17
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-09 Yedidya FeldblumMove IPAddress definitions to source files
2016-07-07 Marcus Holland-MoritzHandle conversion from float in toDynamic()
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 Marcus Holland-MoritzRefactor folly::to<>
2016-07-06 Adam Simpkinsupdate Synchronized to use LockTraits
2016-07-06 Adam Simpkinsadd LockTraits
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 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-01 Adam Simpkinsfix the ThreadLocal test in open source builds
2016-07-01 Christopher DykesConstantRNG should implement UniformRandomBitGenerator
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-06-30 Tianjiao Yinsuppress unused variable warnings
2016-06-29 Eric Nieblerfix the open source ssl_test target
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-25 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-24 Christopher DykesUse FOLLY_TLS rather than __thread
2016-06-24 Marcus Holland-MoritzFix undefined behaviour in 128-bit integer-to-string...
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-MoritzFix undefined behaviour in float<->int conversion
2016-06-22 Marcus Holland-MoritzAdd more benchmarks for various conversions
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-16 Jinlong ZhouReverted commit D3270439
2016-06-16 Eric Nieblerfolly: fix clang's -Wundefined-var-template
2016-06-15 Caren ThomasAdd constructor for MultiLevelTimeSeries class that...
2016-06-14 Marcus Holland-MoritzAdd conv_benchmark target to Makefile.am
2016-06-10 Maged MichaelAdded support for std::mutex in folly Deterministic...
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 Adam Simpkinsadd hexlify() and unhexlify() convenience methods
2016-06-01 Ben HamiltonFix test/SynchronizedTest.cpp build break on Clang...
2016-05-31 Michael LeeSubprocessTest does not use dirent.h
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
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 DykesInclude <folly/portability/SysTime.h> rather than ...
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-26 Adam Simpkinsadd a default Subprocess constructor
2016-05-19 Yedidya FeldblumExtract Try to top-level
2016-05-18 Yedidya FeldblumExtract Unit to top-level
2016-05-17 Yedidya FeldblumIPAddress::validate
2016-05-12 Chad ParryTransfer ownership from a unique_ptr to a ThreadLocalPtr
2016-05-12 Christopher DykesMake the sys/uio.h portability header work for Windows
2016-05-10 Lucian Grijincufolly: ubsan: fix "reference binding to null pointer...
2016-05-10 Lucian Grijincufolly: ubsan: &v[0] is undefined if v.empty()
2016-05-05 Michael LeeSwitch gflags to portability/GFlags.h
2016-05-04 Eric Nieblerrearrange folly::Function so that its template argument...
2016-05-02 Yedidya FeldblumAvoid glog when warning about Singleton double-registration
2016-04-28 Andrew BirchallCreate ReadHolder::unlock
2016-04-28 Nicholas OrmrodFix asan build
2016-04-27 Eric NieblerReimplement folly::Function to improve compile times.
2016-04-27 Kyle NekritzAdd recursion limit to folly::parseJson.
2016-04-27 Sven Overfix access-after-free bug in ProducerConsumerQueueTest
2016-04-26 Aditya MutturAdding a constructor to UTF8Range that uses std::string
2016-04-26 Pavlo KushnirUse std::string in folly::dynamic
2016-04-23 Sven Overuse forward instead of move for universal references
2016-04-22 Yedidya Feldblumget_default and get_ref_default variants taking functions
2016-04-19 Michael Lee`detail::Futex` wants 4 bytes but MicroLock only gives...
2016-04-19 Mark IsaacsonAdd make_array to folly
2016-04-16 Andrii GrynenkoNon-intrusive AtomicLinkedList
2016-04-15 David GoldblattCorrectly deduce RNG type in folly::Random
2016-04-14 Den Raskovalovremove duplicate licence prolog
2016-04-11 Alexander ShaposhnikovFix the order of EXPECT_EQ parameters
next