Commit Graph

1953 Commits

Author SHA1 Message Date
Hans Dembinski
ea4b5c1b56 fixing test 2017-01-29 21:58:02 +01:00
Hans Dembinski
678bdca032 refactoring and renaming, dynamic_storage to adapative_storage, static_storage to container_storage 2017-01-29 21:37:56 +01:00
hans.dembinski@gmail.com
a4787bde89 buffer with allocator 2017-01-27 17:25:49 +01:00
Hans Dembinski
d6442414f5 safer, bug-fix for not calling destructors, preparing structure for templated buffer 2017-01-27 09:56:40 +01:00
Hans Dembinski
d09830e272 early allocator support and support for boost multiprecision cpp_int 2017-01-26 23:07:37 +01:00
Hans Dembinski
6d2e969697 fixing travis 2017-01-24 01:04:25 +01:00
Hans Dembinski
8f1c229976 attempt to fix travis 2017-01-24 01:00:02 +01:00
Hans Dembinski
5f23c006a4 getting rid of buffer.hpp again, better operator+= for dynamic_storage, no move from static_storage 2017-01-24 00:43:03 +01:00
Hans Dembinski
65a32b3630 set type id and depth at the same time 2017-01-23 08:38:22 +01:00
Hans Dembinski
df228e2772 use mapping type <-> int instead of type <-> sizeof(type) 2017-01-23 00:01:43 +01:00
Hans Dembinski
a723ac56f0 fixing requirements 2017-01-22 20:30:39 +01:00
Hans Dembinski
4a6c760501 generalize 2017-01-22 20:28:50 +01:00
Hans Dembinski
3b12a3cf81 adapting to boost structure, adding old docs (to be improved), drop reliance on calloc 2017-01-20 08:47:08 +01:00
Hans Dembinski
323cbab568 allow other types than POD for T 2017-01-19 07:59:34 +01:00
Hans Dembinski
5e7851e31c more explicit 2017-01-19 07:59:01 +01:00
Hans Dembinski
3a2357704c clarify unused case 2017-01-10 22:52:42 +01:00
Hans Dembinski
d38c4c862e adding ubsan 2017-01-10 22:50:01 +01:00
Hans Dembinski
7250c6295b better test 2017-01-10 21:14:08 +01:00
Hans Dembinski
a4d34c1851 better test 2017-01-10 21:11:27 +01:00
Hans Dembinski
8e85222aeb better test 2017-01-10 20:57:34 +01:00
Hans Dembinski
37b79b74c3 fixing case hole 2017-01-10 20:35:17 +01:00
Hans Dembinski
6f05c46647 simpler 2017-01-10 20:19:14 +01:00
Hans Dembinski
ce0fa095a3 fixing friendship 2017-01-10 17:50:22 +01:00
Hans Dembinski
93fd586eb5 restoring ctor 2017-01-10 17:29:14 +01:00
Hans Dembinski
ecc9a9dc4c lazy allocation for dynamic_storage 2017-01-10 00:34:31 +01:00
Hans Dembinski
11c5140f47 attempt to silence gcc-4.8 warnings 2017-01-08 22:24:59 +01:00
Hans Dembinski
9cb8c42e65 attempt to fix coveralls 2017-01-08 22:20:52 +01:00
Hans Dembinski
39443642f7 fixes 2017-01-08 22:00:25 +01:00
Hans Dembinski
e9870bf75e fixes 2017-01-08 21:24:48 +01:00
Hans Dembinski
ceacd883d3 fixes 2017-01-08 21:23:59 +01:00
Hans Dembinski
0c32414a81 fixes 2017-01-08 21:21:30 +01:00
Hans Dembinski
bb5ed8c84e cleanup and adding iterator-based methods to static_histogram 2017-01-08 21:10:44 +01:00
Hans Dembinski
5e19681dcc ramp up boost version 2017-01-08 18:21:22 +01:00
Hans Dembinski
bad2379caa make axis objects smaller by using tiny_string 2017-01-08 17:55:28 +01:00
Hans Dembinski
042ec3e2cb more fun with metaprogramming, simplified escape function 2017-01-07 22:34:38 +01:00
Hans Dembinski
b901710375 code polishing, adapted docs, more utilities 2017-01-06 18:53:28 +01:00
Hans Dembinski
cc3935ce47 fully implemented static_histogram and tests 2017-01-06 12:26:58 +01:00
Hans Dembinski
e7b9836f20 fix doc 2017-01-05 18:45:48 +01:00
Hans Dembinski
5ca5dac6d3 make template arguments of histograms consistent 2017-01-05 10:05:21 +01:00
Hans Dembinski
f82e99d56a beginning work on static_histogram 2017-01-04 23:20:59 +01:00
Hans Dembinski
c638b6dee5 restoring tests and checks 2017-01-03 23:48:18 +01:00
Hans Dembinski
6338a57883 use typelists 2017-01-03 20:35:24 +01:00
Hans Dembinski
26aa012d76 preparing addition of static_histogram 2017-01-03 11:01:51 +01:00
Hans Dembinski
ddc59bcc32 make integer_axis behave more like regular_axis, more tests 2016-12-18 19:56:01 +01:00
Hans Dembinski
9f01ecc6d6 allow to specify python version 2016-12-18 19:06:51 +01:00
Hans Dembinski
3c8d110177 fixing bug just introduced 2016-12-18 18:25:59 +01:00
Hans Dembinski
2a91a54c4c documentation fixes and cleanup 2016-12-18 16:57:51 +01:00
hans.dembinski@gmail.com
135fc4bcaa bug-fix in integer_axis, killing trailing white space, adding test for bug 2016-12-15 16:15:00 +01:00
hans.dembinski@gmail.com
1e527ae34e more tests for multi-dimensional histograms, filling test holes 2016-11-08 15:51:03 +01:00
hans.dembinski@gmail.com
257ec6463a fixing strides, we use column-major indexing 2016-11-08 15:50:06 +01:00