2017
[folly.git] / folly / stats / Histogram.h
2017-01-04 Yedidya Feldblum2017
2016-12-16 Christopher DykesRefactor stats to use the same type for indexes
2016-05-10 Lucian Grijincufolly: ubsan: disable integer overflow tests in Histogram
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-12-23 Mike KolupaevAdded missing instantiation for HistogramBuckets::compu...
2015-08-05 Orvid KingMake some types and constexprs public
2015-05-20 Hasnain LakhaniAdd getTotalCount() to Histogram
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Jim MeyeringHistogram and Timeseries vs gcc-4.9 and -Wsign-compare
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-05-20 Tian FangSupport addValueAggregated() for histogram
2014-03-31 Nicholas OrmrodNULL -> nullptr
2014-02-21 Qingyuan Deng<Thrift perftest> folly: modify Histogram const, add...
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-04-21 Adam Simpkinsmove Histogram.h to stats/