minor fixes for clang++
[senf.git] / senf / Utils / StatisticAccumulator.hh
2011-11-16 tho g++/final: don't add extra code to check for buffer...
2011-09-26 tho fixes for Ubuntu Oneiric (g++ 4.6.1, boost 1.46.1)
2011-07-14 pug Added operator<< for senf::StatisticData
2011-07-14 tho switch to new MPL based Fraunhofer FOKUS Public License
2011-05-16 mtk added ctors to StatisticsData
2011-04-17 mtk added a setLastAvg() method to report a 'substitute...
2011-01-17 mtk make data() method const - again !
2011-01-14 mtk data() can not be const
2011-01-13 tho made some members non-inline to decrease size
2011-01-11 mtk introduced a StatisticsData Object to hold the aggregat...
2010-12-01 jmo unit test fix for jaunty and before
2010-11-22 jmo first version of statistic value accumulator added