792 Commits

Author SHA1 Message Date
hans.dembinski@gmail.com
5afe689e3e updating docs, still a lot to do 2017-02-08 21:19:21 +00:00
hans.dembinski@gmail.com
5d0483d68c fixing warnings 2017-02-05 12:14:32 +00:00
hans.dembinski@gmail.com
0d0756a73b more test coverage 2017-02-02 15:30:02 +00:00
hans.dembinski@gmail.com
9a93a7397a make type order more consistent 2017-02-02 10:54:19 +00:00
hans.dembinski@gmail.com
afd7f9db21 fixed bug when adding adaptive_storage to itself, more test coverage 2017-02-02 01:22:12 +00:00
hans.dembinski@gmail.com
547ef24e38 better test, and fix 2017-02-01 21:18:49 +00:00
hans.dembinski@gmail.com
27c495e769 no inline for large functions 2017-02-01 18:20:52 +00:00
hans.dembinski@gmail.com
0613093559 attempt to fix gcc-4.8 on travis 2017-02-01 18:17:51 +00:00
hans.dembinski@gmail.com
0d5b85bdbe added namespace comment 2017-02-01 16:31:45 +00:00
hans.dembinski@gmail.com
b6ed595ed2 attempt to fix gcc-4.8 on travis 2017-02-01 08:39:25 +00:00
hans.dembinski@gmail.com
183d3a0c34 try to fix gcc-4.8 on travis 2017-01-31 11:45:06 +01:00
hans.dembinski@gmail.com
9625502fa3 fixed comparison operators, more tests of copying 2017-01-31 07:10:59 +01:00
hans.dembinski@gmail.com
6c87c931e2 allocator support for adaptive_storage, fix for empty tiny_string, more test coverage 2017-01-30 17:28:17 +01:00
Hans Dembinski
1cea27fe72 more coverage 2017-01-30 00:47:53 +01:00
Hans Dembinski
67908f5a36 more coverage 2017-01-29 22:52:24 +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
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
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
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
39443642f7 fixes 2017-01-08 22:00:25 +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
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
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
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