Fix SharedPromise::isFulfilled doesn't get back correct value when it's running in...
[folly.git] / CMakeLists.txt
2017-06-25 Christopher DykesExclude experimental/logging/example from the main...
2017-06-25 Christopher DykesSplit the futures and logging tests in the CMake build
2017-06-19 Christopher DykesFix the CMake build with tests enabled
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 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-13 Adam Simpkinslogging: add support for streaming operators
2017-06-13 Adam Simpkinsadd a new logging library
2017-06-07 Christopher DykesExclude experimental/hazptr/bench from the globs used...
2017-06-06 Adam Simpkinsadd missing include to ThreadId.h
2017-05-31 Christopher DykesRefactor the CMake file to work with CMake 3.8.2
2017-05-28 Maxim GeorgievMoving DestructorCheck from proxygen library to folly.
2017-05-26 Christopher DykesFix build with Ninja generator
2017-05-20 Christopher DykesFix the linking of various tests against GMock
2017-05-03 Christopher DykesFix a couple of issues with the CMake script
2017-04-14 Christopher DykesAdd support for building without PThread to the CMake...
2017-04-13 Christopher DykesAdd CMake build system