Hans Dembinski
949775a9f4
try win fix
2019-01-11 00:06:25 +01:00
Hans Dembinski
876b951931
suppress pragma warning and ignore failing test on msvc
2019-01-11 00:06:25 +01:00
Hans Dembinski
2212870fba
test for quantity transform
2019-01-11 00:06:25 +01:00
Hans Dembinski
5b32131fd5
win fix
2019-01-11 00:06:25 +01:00
Hans Dembinski
b8d158e94e
refactoring axis types into separate functions, make them use compressed_pair instead of crappy custom empty base optimization
2019-01-11 00:06:25 +01:00
Hans Dembinski
e0b7070276
fixing serialization
2019-01-11 00:06:25 +01:00
Hans Dembinski
3b60fd9102
replaced overload with static_if
2019-01-11 00:06:25 +01:00
Hans Dembinski
6664a8684c
all tests without streamers passing, need to fix streamers
2019-01-11 00:06:25 +01:00
Hans Dembinski
c02e7b0f22
wip, axis_test passes
2019-01-11 00:06:25 +01:00
Hans Dembinski
7822c87f4f
fixed axis_test
2019-01-11 00:06:25 +01:00
Hans Dembinski
793ef884df
wip: fixing tests, removed weight_counter from adaptive_storage, storage scaling with double
2019-01-11 00:06:25 +01:00
Hans Dembinski
5187b50656
fixed
2019-01-11 00:06:25 +01:00
Hans Dembinski
7b44f83ed1
WIP, added tests of failing behavior
2019-01-11 00:06:25 +01:00
Mateusz Łoskot
58b1b31bdc
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*&
2019-01-11 00:06:25 +01: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
Hans Dembinski
539cb57f27
bit more coverage
2018-08-23 22:47:14 +02:00
Hans Dembinski
7da8d1d7ff
fixing test on windows
2018-08-23 22:41:49 +02:00
Hans Dembinski
9cf5b96478
fix warnings about comparison of signed and unsigned
2018-08-23 13:07:26 +02:00
Hans Dembinski
d817764136
allocator support for category axis
2018-08-22 14:55:44 +02:00
Hans Dembinski
68a41de1e7
fixing more tests
2018-08-22 13:06:39 +02:00
Hans Dembinski
6517467aa2
fixing more tests
2018-08-22 13:04:11 +02:00
Hans Dembinski
4e6004af06
fixing a few tests
2018-08-22 12:43:00 +02:00
Hans Dembinski
f1c59deb04
make axis::variable allocator aware
2018-08-21 18:45:52 +02:00
Hans Dembinski
8216af927e
fixing compilation of histogram_test, removed redundant code in make_*_histogram variants, more control over types allowed by make_dynamic_histogram*
2018-08-21 12:37:17 +02:00
Hans Dembinski
affe12e4cd
init, WIP, compilation broken
2018-08-16 00:37:18 +02: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
6fd8bd4e1d
eliminate msvc warning
2018-08-13 21:33:03 +02:00
Hans Dembinski
7832cca461
more coverage
2018-08-13 20:58:06 +02:00
Hans Dembinski
07c11ddb91
removing utility header everywhere
2018-08-13 14:50:52 +02:00
Hans Dembinski
904d05f55b
fix of speed_cpp and ignore some warnings in release mode
2018-08-13 01:44:58 +02:00
Hans Dembinski
d4b1715451
all tests pass
2018-08-13 01:24:41 +02:00
Hans Dembinski
be5d706769
unified histogram template
2018-08-12 22:25:32 +02:00
Hans Dembinski
9c41fa84ff
fixed test for adapative storage
2018-08-06 00:38:30 +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
a84f469944
superficial adaptation of axis types, still need to use allocator internally
2018-08-05 15:56:58 +02:00
Hans Dembinski
31a0c2b8c0
and corresponding test with cleanup
2018-08-05 13:33:31 +02:00
Hans Dembinski
93301685a5
superfluous
2018-08-04 12:17:12 +02:00
Hans Dembinski
bdcb1025bc
switching back to std::vector to fix tests, not worth the trouble
2018-08-03 22:34:36 +02:00
Hans Dembinski
9a2d4c4165
partial fix
2018-08-03 15:54:02 +02:00