819 Commits

Author SHA1 Message Date
Hans Dembinski
f397fced38 fix 2017-03-23 22:43:24 +01:00
Hans Dembinski
df6a621be2 fix 2017-03-23 22:25:00 +01:00
Hans Dembinski
1a5f6716b0 fix 2017-03-23 21:55:47 +01:00
Hans Dembinski
fb366fa533 use string_ref again 2017-03-23 21:36:07 +01:00
Hans Dembinski
0108cc836d test string_view 2017-03-23 00:24:51 +01:00
Hans Dembinski
13e4a451ea fix 2017-03-23 00:17:56 +01:00
Hans Dembinski
436e19b881 bugfix 2017-03-22 23:00:47 +01:00
Hans Dembinski
bc3214863b conform to standard 2017-03-22 22:48:39 +01:00
Hans Dembinski
1d3f3d7a0c simpler, dont expose axes_type, provide for_each_axis instead 2017-03-22 22:39:55 +01:00
hans.dembinski@gmail.com
5a7b7b09b6 support repr for histogram in python 2017-03-22 18:38:18 +01:00
hans.dembinski@gmail.com
39cc44991a simplify 2017-03-21 11:54:51 +01:00
Hans Dembinski
6bfa38f1c5 obsolete code line 2017-03-18 19:27:47 +01:00
Hans Dembinski
550cb0b562 test iterators 2017-03-18 19:24:56 +01:00
Hans Dembinski
41a767947a added axis iterators 2017-03-18 18:16:21 +01:00
Hans Dembinski
1755cdc6c6 polar_axis to circular_axis 2017-03-17 08:44:48 +01:00
Hans Dembinski
77d281f08a bug-fix for category_axis default ctor, better tests of copy and move 2017-03-16 21:28:54 +01:00
Hans Dembinski
181a88e7da make realtype a template parameter 2017-03-16 09:15:34 +01:00
Hans Dembinski
71d40d432d fix for travis 2017-03-16 08:20:22 +01:00
Hans Dembinski
5505d34cad fix for travis 2017-03-15 23:36:02 +01:00
Hans Dembinski
e9fa8aa820 return to std::string 2017-03-15 23:23:25 +01:00
hans.dembinski@gmail.com
b2e3a783af reduced constructors for dynamic_histogram, fixed bug in iterator-based constructor and added test 2017-03-02 15:03:11 +01:00
hans.dembinski@gmail.com
f8142d88cc simplify 2017-02-24 23:10:36 +00:00
hans.dembinski@gmail.com
758a8bceaa never mind, fill is definitely better than increment 2017-02-11 19:38:42 +00:00
hans.dembinski@gmail.com
fcf9366d89 switch from fill to increment 2017-02-11 18:41:44 +00:00
hans.dembinski@gmail.com
719e6036b7 factored out variance computation and some simplification 2017-02-11 12:37:55 +00:00
hans.dembinski@gmail.com
da9d1684b0 better doc 2017-02-10 19:30:37 +00:00
hans.dembinski@gmail.com
dc95b715ce better doc 2017-02-08 22:48:05 +00:00
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