Commit Graph

12 Commits

Author SHA1 Message Date
Yuval Lifshitz
ff9432f97b Allow accumulator persistency (#18)
* Add, and update, documentation build targets.

* adding serialization to stats

* serialize rolling stats
2019-05-10 15:39:28 -07:00
CromwellEnage
ed71099b2e Update test suite
Install libstdc++ 4.9 for clang-3.8 and clang-3.9 to avoid ::gets error.
2018-12-26 09:49:57 -05:00
CromwellEnage
ce050eb1c5 Fix typo 2018-12-24 19:24:11 -05:00
CromwellEnage
d292970edf Disable tests that are failing at runtime for clang-3.8 and clang-3.9 2018-12-24 16:39:44 -05:00
CromwellEnage
d1c03b0bd3 Increase the iteration count as suggested by Yuval Lipshitz 2018-12-24 08:03:48 -05:00
CromwellEnage
109e65c899 Enable automated testing, fix compiler errors, suppress runtime failures
<boost/accumulators/accumulators_fwd.hpp>
* Replace definition of BOOST_PARAMETER_NESTED_KEYWORD with #include statement.

<boost/accumulators/framework/depends_on.hpp>
* Add const-correct make_acc_list() function overloads.

<boost/accumulators/accumulators_fwd.hpp>
<boost/accumulators/framework/extractor.hpp>
<boost/accumulators/framework/accumulator_set.hpp>
* Add overloads that distinguish between optional 1st named parameter and unnamed sample parameter.
* Use argument composition vice boost::parameter::parameters<>.

<boost/accumulators/framework/extractor.hpp>
* Transform AccumulatorSet parameter type with remove_const and remove_reference as needed.

<boost/accumulators/framework/accumulator_set.hpp>
* Replace use of is_base_and_derived with use of is_base_of, remove_const, and remove_reference.

<boost/accumulators/framework/parameters/accumulator.hpp>
<boost/accumulators/framework/parameters/sample.hpp>
<boost/accumulators/framework/parameters/weight.hpp>
<boost/accumulators/framework/parameters/weights.hpp>
* Replace use of deprecated BOOST_PARAMETER_KEYWORD with use of BOOST_PARAMETER_NAME.

<boost/accumulators/framework/accumulators/value_accumulator.hpp>
<boost/accumulators/framework/accumulators/reference_accumulator.hpp>
<boost/accumulators/framework/accumulators/external_accumulator.hpp>
<boost/accumulators/framework/accumulators/droppable_accumulator.hpp>
* Replace use of deprecated boost::parameter::keyword<>::get() with use of boost::parameter::keyword<>::instance.

"test/weighted_median.cpp"
* Disable statements that are causing runtime failures.

"test/Jamfile.cpp"
* Disable tests that are failing at runtime.
2018-12-23 14:21:32 -05:00
Eric Niebler
4994681978 shorten filenames to meet boost guidelines
[SVN r77422]
2012-03-19 21:55:41 +00:00
Eric Niebler
ec9695251a add kahan sum, fixes #4471
[SVN r72045]
2011-05-19 12:06:12 +00:00
Eric Niebler
e1e4f6e6ec add rolling_window, rolling_count, rolling_sum and rolling_mean
[SVN r50392]
2008-12-28 01:44:00 +00:00
Eric Niebler
b1474d4214 try disabling iterator debugging for intel-win toolset
[SVN r42789]
2008-01-15 07:46:51 +00:00
Eric Niebler
70d3437b26 disable iterator debugging for all msvc versions
[SVN r42624]
2008-01-08 21:40:52 +00:00
Eric Niebler
89d24a9028 add accumulators
[SVN r42418]
2008-01-02 20:55:20 +00:00