Consistency in namespace-closing comments
[folly.git] / folly / stats / Histogram.h
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-04 Yedidya FeldblumApply clang-format to folly/stats/
2017-06-10 Christopher DykesReorganize the stats directory
2017-06-08 Christopher DykesRefer to nullptr not NULL
2017-04-18 Tianjiao Yinfix incorrect usage of FOLLY_DISABLE_UNDEFINED_BEHAVIOR...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-05 Yedidya FeldblumNamespace the UBSAN_DISABLE symbol
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/