Consistency in namespace-closing comments
[folly.git] / folly / stats / BucketedTimeSeries-defs.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-02-03 Xuli LiuExpose more functions/constructors on BucketedTimeSeries
2017-02-01 Christopher DykesSwap a few APIs to reduce sign and implicit truncations...
2017-01-27 Christopher DykesMake most implicit integer truncations and sign convers...
2017-01-04 Yedidya Feldblum2017
2016-12-25 Sven Overfix include dependencies in folly/stats
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-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-11-04 Louis Brandymake folly slightly more c++-modules friendly
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-01-13 Jim Meyeringfolly/stats/BucketedTimeSeries-defs.h: avoid -Wsign...
2014-09-09 Matt DordalRename shadowing local variables in various stats objects
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Adam Simpkinsmake BucketedTimeSeries::addValue() honor old timestamps
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-05-20 Adam SimpkinsMake BucketedTimeSeries::rate() more accurate
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Gaurav JainFix some clang compiler warnings/errors
2012-08-26 Adam SimpkinsBucketedTimeSeries: fix type converison issues computin...
2012-08-26 Adam SimpkinsAdd BucketedTimeSeries to folly