Commit Graph

30 Commits

Author SHA1 Message Date
Hans Dembinski
fd31f06729 moved reduce_to to project, closes issue 77 2018-11-11 21:48:35 +01:00
Hans Dembinski
2a1995bb07 first working accumulator support 2018-11-08 23:32:14 +01:00
Hans Dembinski
8a4dc1d67b generalization of has_method_value_with_..., removed obsolete classify_container 2018-11-08 20:15:16 +01:00
Hans Dembinski
40c7f0a216 support for axis types which accept multiple arguments 2018-11-04 21:18:58 +01:00
Hans Dembinski
ba636cbef9 now also support vector of plain axis types 2018-11-02 10:38:42 +01:00
Hans Dembinski
302cb01b23 added support for boost::accumulators, reintroduced add method to storage interface 2018-10-30 23:03:27 +01:00
Hans Dembinski
792f16d331 all tests pass for adapted vector and array, map still failing 2018-10-30 17:36:44 +01:00
Hans Dembinski
e20a87c1fc working version 2018-10-29 10:54:05 +01:00
Hans Dembinski
7046a5ba6e wip, histogram_test fails 2018-10-28 23:05:43 +01:00
Hans Dembinski
3023a53453 more noexcept and fixed iterator_value_type 2018-10-27 13:29:33 +02:00
Hans Dembinski
81bbbf8b86 refactoring axis types into separate functions, make them use compressed_pair instead of crappy custom empty base optimization 2018-10-26 00:23:41 +02:00
Hans Dembinski
0edf02fb52 replaced overload with static_if 2018-10-23 10:29:12 +02:00
Hans Dembinski
e35d4f56b6 all tests without streamers passing, need to fix streamers 2018-10-23 01:35:50 +02:00
Hans Dembinski
c35c100654 wip, axis_test passes 2018-10-21 22:23:34 +02:00
Hans Dembinski
945b547048 fixed axis_test 2018-10-20 13:02:42 -04:00
Hans Dembinski
9c15c580a5 use std::size_t instead of int for axis indices, use asserts to make sure that arguments for reduce_to are proper, added missing copyright statements 2018-08-14 23:27:42 +02:00
Hans Dembinski
be5d706769 unified histogram template 2018-08-12 22:25:32 +02:00
Hans Dembinski
109a7183ab WIP: everything compiles but most of histogram class is broken 2018-08-06 00:31:45 +02:00
Hans Dembinski
701221daee less warnings on MSVC 2018-07-22 16:29:08 +02:00
Hans Dembinski
d4dbae92f5 clang-format everything 2018-07-21 17:27:18 +02:00
Hans Dembinski
841ba80229 remove redundant tests and definitions 2018-07-21 16:17:36 +02:00
Hans Dembinski
cb9e6696b6 missing files 2018-07-19 23:50:48 +02:00
Hans Dembinski
fd38805b0b merged meta_test with detail_test and test detail::cat 2018-03-10 22:08:49 +01:00
Hans Dembinski
541ca5eb32 simplification and clean-up 2018-03-02 17:21:28 +01:00
Hans Dembinski
f1b711d634 separate bin type properties from histogram interface, made interface more flexible, histogram_test is failing, needs investigation 2018-03-01 15:57:55 +01:00
Hans Dembinski
470492c748 adding value_iterator for histogram, make weight_counter public, allow passing weight_counter as argument to array_storage 2017-11-28 15:55:18 +01:00
Hans Dembinski
e0c8138539 fix the reduce mess 2017-11-11 12:51:05 +01:00
Hans Dembinski
c5d2eabda0 adding reduce-remove 2017-11-10 23:13:48 +01:00
Hans Dembinski
fa3ba7bca8 improved handling of vairance-less storage policies 2017-11-10 20:01:55 +01:00
Hans Dembinski
c07162e7a8 fixed reduce function 2017-10-13 16:26:41 +02:00