add FOLLY_SANITIZE macro
[folly.git] / folly / stats / MultiLevelTimeSeries-defs.h
2017-07-04 Yedidya FeldblumApply clang-format to folly/stats/
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesRefactor stats to use the same type for indexes
2016-12-02 Christopher DykesBegin making folly compile cleanly with a few of MSVC...
2016-11-03 Louis Brandyquiet -Wmaybe-uninitialized
2016-09-16 Adam Simpkinsupdate stats APIs to use TimePoint vs Duration correctly
2016-09-15 Adam Simpkinsa simple first step towards using clocks properly in...
2016-06-15 Caren ThomasAdd constructor for MultiLevelTimeSeries class that...
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Jim MeyeringHistogram and Timeseries vs gcc-4.9 and -Wsign-compare
2014-09-09 Matt DordalRename shadowing local variables in various stats objects
2014-08-14 Brian PaneSmall memory footprint reduction for folly::MultiLevelT...
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-06-26 Stephen ChenAdd MultiLevelTimeSeries to folly.