apply clang-tidy modernize-use-override
[folly.git] / folly / io / async / test / HHWheelTimerTest.cpp
2017-05-23 Yedidya FeldblumFix some old license headers
2017-01-07 Christopher DykesProperly std::chrono'ize HHWheelTimer
2016-12-18 Mathieu Baudetfbcode: remove unused includes from .cpp files with... v2016.12.19.00
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-10 Dave WatsonFix scheduling bug
2016-08-05 Dave WatsonUpper level tests
2016-08-05 Dave Watsonremove catchupEveryN
2016-07-29 Dave WatsonMore tests
2016-07-29 Dave Watsonfix hhwheeltimertest
2016-07-26 Misha ShneersonFix gcpu regression associated with 1ms tick in HHWheel...
2016-06-30 Scott MichelsonGive each eventbase a wheeltimer
2016-05-24 Chad ParrySwitch HHWheelTimer::SharedPtr to a standard shared...
2016-05-13 Chad ParryConstruct all HHWheelTimer instances with the factory...
2016-02-09 Alan FrindellRelax HHWheelTimer::destroy assertion to accommodate...
2015-11-23 Haijun ZhuFix HHWheelTimerTest.AtMostEveryN
2015-10-02 Nathan Bronsonfix compiler warnings from gcc-4.9 + -Wunused-variable
2015-08-25 Maxim GeorgievAdding a unit test for HHWheelTimer exercising the...
2015-06-17 Praveen KumarUsing emplace_back to avoid temporary
2015-06-15 Sara GolemonRevert "Using emplace_back to avoid temporary"
2015-06-12 Praveen KumarUsing emplace_back to avoid temporary
2014-12-29 Hans FugalHHWheelTimer::cancelAll
2014-12-11 Hans FugalHHWheelTimer::scheduleTimeoutFn
2014-12-11 Andrei BajenovReadd unit test
2014-12-11 Nicholas OrmrodFix build break
2014-11-20 Andrei BajenovHHWheelTimer - fix scheduling timeouts within callbacks
2014-11-19 Daniel SommermannRun the HHWheelTimer and EventBase tests
2014-11-19 Daniel SommermannMove some tests to folly