Commit Graph

414 Commits

Author SHA1 Message Date
Hans Dembinski
14c99de197 removed handling of dynamic containers passed via operator() to obtain better non-surprising solution for tuples passed to 1d histogram, weights can be passed at the beginning or end again of the call to histogram::operator() 2018-11-03 16:04:58 +01:00
Hans Dembinski
512c080414 added tests for dynamic axis access 2018-11-02 13:21:47 +01:00
Hans Dembinski
227b776060 support for runtime index access of axis on static histogram 2018-11-02 13:04:39 +01:00
Hans Dembinski
ed698d2afe support for vector of non-variant axes 2018-11-02 12:23:16 +01:00
Hans Dembinski
ba636cbef9 now also support vector of plain axis types 2018-11-02 10:38:42 +01:00
Hans Dembinski
c2cb811799 simpler 2018-10-31 15:54:29 +01:00
Hans Dembinski
76856d3dba nicer comments 2018-10-31 10:13:55 +01:00
Hans Dembinski
92ed2c9ce4 win fix 2018-10-31 09:57:29 +01:00
Hans Dembinski
b4fe586db7 missing file 2018-10-31 00:02:51 +01:00
Hans Dembinski
277041660c win fix 2018-10-30 23:59:20 +01:00
Hans Dembinski
1d32c7a141 fixed serialization and benchmark 2018-10-30 23:57:56 +01:00
Hans Dembinski
3f9a628132 preliminary fix 2018-10-30 23:21:05 +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
adc801bac0 todo note 2018-10-29 10:59:14 +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
d1d9013d7e refactor 2018-10-27 21:17:14 +02:00
Hans Dembinski
49f26d075e more testing 2018-10-27 17:43:26 +02:00
Hans Dembinski
8200e3f2c5 generialization of axis::variant 2018-10-27 17:42:35 +02:00
Hans Dembinski
d010101a40 refactoring 2018-10-27 14:18:01 +02:00
Hans Dembinski
3023a53453 more noexcept and fixed iterator_value_type 2018-10-27 13:29:33 +02:00
Hans Dembinski
01f0f01c81 win fix 2018-10-27 12:41:02 +02:00
Hans Dembinski
611a194f03 factoring out test code 2018-10-26 22:53:35 +02:00
Hans Dembinski
6280b5cf94 try win fix 2018-10-26 21:46:00 +02:00
Hans Dembinski
ffadd5d390 suppress pragma warning and ignore failing test on msvc 2018-10-26 01:47:07 +02:00
Hans Dembinski
107feaf646 test for quantity transform 2018-10-26 01:24:43 +02:00
Hans Dembinski
a5cd46d24b win fix 2018-10-26 00:32:35 +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
e808a4f236 fixing serialization 2018-10-23 23:01:57 +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
61aea9e699 wip: fixing tests, removed weight_counter from adaptive_storage, storage scaling with double 2018-10-15 01:11:18 +02:00
Hans Dembinski
f0d7ebf6bc fixed 2018-10-08 07:39:13 +02:00
Hans Dembinski
6f94a05fd2 WIP, added tests of failing behavior 2018-10-08 07:05:29 +02:00
Mateusz Łoskot
d2114a541a Fix prototype of tracing_allocator::deallocate
Align the parameter types with std::allocator::deallocate prototype.
Otherwise, compilation using MSVC 19.15.26729 fails due to
unresolved conversion of the first argument from T* const to T*&
2018-10-08 07:02:07 +02:00
Hans Dembinski
b808a913f9 whitespace 2018-09-16 18:50:06 +02:00
Mateusz Łoskot
03e5150e0b Compile and link histogram speed test by default 2018-09-16 01:10:14 +02:00
Hans Dembinski
60f351b688 fix 2018-09-16 00:03:35 +02:00
Mateusz Łoskot
25a9d80f8e Add adaptive_storage_serialization_test.cpp to test/Jamfile
Refine dependency on Boost.Serialization in test/Jamfile.
Rename Jamfile.v2 files to Jamfile - the historic suffix
is no longer relevant.
2018-09-15 23:41:46 +02:00
Mateusz Łoskot
07b4b410ce Add run-fail tests to test/Jamfile for Boost.Build
Refactor test/Jamfile to manually list all tests.
Add top-level Jamfile with common compilation settings.
2018-09-15 23:01:35 +02:00
Hans Dembinski
ac0e503436 adapted test 2018-09-15 22:40:47 +02:00
Hans Dembinski
633159dbc8 fix for issue 72, allocator not used for cpp_int 2018-09-15 19:50:46 +02:00
Hans Dembinski
8694655993 fix 2018-09-15 15:29:40 +02:00
Hans Dembinski
f7bd1a3b22 different convention for expected to fail tests 2018-09-15 14:11:50 +02:00
Hans Dembinski
654b5a2be6 removing all python 2018-09-15 13:29:34 +02:00
Mateusz Łoskot
ae4f87ceff Fix include guards without leading underscore
Remove leading undescore from the macro names, make them legal C++.
2018-09-14 23:10:14 +02:00
Hans Dembinski
d2a95786f2 throwing out static_axes and dynamic_axes aliases 2018-08-24 10:51:58 +02:00