invoke and member-invoke tweaks
[folly.git] / folly / stats /
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-10-23 James Sedgwickmove Iterator, Enumerate, EvictingCacheMap, Foreach...
2017-10-19 Arkady ShapkinEnable bug workaround also for MSVC 2017.4
2017-09-14 Christopher DykesWorkaround a bug in template instation in MSVC 2017...
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-05 Adam Simpkinsfix double comparison in histogram test
2017-07-04 Yedidya FeldblumApply clang-format to folly/stats/
2017-06-15 Adam Simpkinsfix issues with the open source tests
2017-06-12 Theo Najimfix build due to stats test refactor
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-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-05 Yedidya FeldblumNamespace the UBSAN_DISABLE symbol
2017-01-04 Yedidya Feldblum2017
2016-12-25 Sven Overfix include dependencies in folly/stats
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-08-31 Adam Simpkinsupdate TimeseriesHistogram::rate to return a template...
2016-06-15 Caren ThomasAdd constructor for MultiLevelTimeSeries class that...
2016-05-26 Christopher DykesRemove the declaration of TimeseriesHistogram::getBucketIdx
2016-05-10 Lucian Grijincufolly: ubsan: disable integer overflow tests in Histogram
2016-04-26 Yedidya FeldblumRetire BOOST_STATIC_ASSERT in favor of static_assert
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-02-12 Drew HoskinsFix MultiLevelTimeseries::getRate()
2015-12-23 Mike KolupaevAdded missing instantiation for HistogramBuckets::compu...
2015-11-04 Louis Brandymake folly slightly more c++-modules friendly
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-02-02 Adam SimpkinsAdd additional instantiations in Instantiations.cpp
2015-01-13 Jim Meyeringfolly: fix many -Wsign-compare warning/errors reported...
2015-01-13 Jim Meyeringfolly/stats/Histogram-defs.h: avoid -Wsign-compare...
2015-01-13 Jim MeyeringHistogram and Timeseries vs gcc-4.9 and -Wsign-compare
2015-01-13 Jim Meyeringfolly/stats/BucketedTimeSeries-defs.h: avoid -Wsign...
2014-09-09 Matt DordalRename shadowing local variables in various stats objects
2014-08-14 Brian PaneSmall memory footprint reduction for folly::MultiLevelT...
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Adam Simpkinsmake BucketedTimeSeries::addValue() honor old timestamps
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-11-26 Stephen Chenfix broken clang build: add missing template keyword
2013-11-26 Stephen ChenPort TimeseriesHistogram from common/stats to folly
2013-06-26 Stephen ChenAdd MultiLevelTimeSeries to folly.
2013-05-20 Adam Simpkinsmove rateHelper() to detail/Stats.h
2013-05-20 Adam SimpkinsMake BucketedTimeSeries::rate() more accurate
2013-04-21 Adam Simpkinsmove Histogram.h to stats/
2013-03-27 Louis BrandyCopyright 2012 -> 2013
2012-12-16 Gaurav JainFix some clang compiler warnings/errors
2012-12-16 Yiding Jiafolly/stats - fix c++ spec compliance for call to templ...
2012-08-26 Adam SimpkinsBucketedTimeSeries: fix type converison issues computin...
2012-08-26 Adam SimpkinsAdd BucketedTimeSeries to folly