apply clang-tidy modernize-use-override
[folly.git] / folly / ThreadName.cpp
2017-05-05 Christopher DykesFix getCurrentThreadName() on OSX
2017-05-04 Christopher DykesAdd support for getting the current thread's name
2017-05-03 Christopher DykesFix compiling with PThread support on Windows... Again...
2017-05-02 Christopher DykesFix the CMake build on Windows when using PThreads
2017-04-25 Christopher DykesShift the implementation of setThreadName out of the...