Commit Graph

1673 Commits

Author SHA1 Message Date
Hans Dembinski
a2d7202547 more docu [ci skip] 2019-02-04 01:28:23 +01:00
Hans Dembinski
6d9861ebc2 simpler 2019-02-04 01:28:12 +01:00
Hans Dembinski
6e62514f10 dont compare serialized formats, only check unserialization 2019-02-04 01:15:26 +01:00
Hans Dembinski
31d3f8cf49 doc improved [ci skip] 2019-02-04 01:04:22 +01:00
Hans Dembinski
c8fe13d2fa better serialization test 2019-02-04 00:57:20 +01:00
Hans Dembinski
1f7537700c make deserialization exception-safe 2019-02-03 22:30:18 +01:00
Hans Dembinski
1b6adadae4 nicer stream for histogram 2019-02-03 21:57:53 +01:00
Hans Dembinski
24429164a9 iosfwd instead of ostream header 2019-02-03 21:33:26 +01:00
Hans Dembinski
59ae6d7ca1 properly handle axis with allocators 2019-02-03 21:28:17 +01:00
Hans Dembinski
7d2d718c2d better docs [ci skip] 2019-02-03 21:09:40 +01:00
Hans Dembinski
4048586be1 nicer docs, move attribute.hpp to details 2019-02-03 20:36:49 +01:00
Hans Dembinski
f1bc45e72f doc improvement [ci skip] 2019-02-03 20:12:09 +01:00
Hans Dembinski
7978ddef03 test and bug-fix of subtraction 2019-02-03 19:01:03 +01:00
Hans Dembinski
bdc8cb1975 fix CI 2019-02-03 18:11:36 +01:00
Hans Dembinski
e559694fa8 avoid warning on msvc 2019-02-03 17:22:34 +01:00
Hans Dembinski
5657d31c38 make histogram and all builtin storages subtractable 2019-02-03 17:14:29 +01:00
Hans Dembinski
aad36eb24b measure performance with gcc in all benchmark, better filenames [ci skip] 2019-02-03 14:49:33 +01:00
Hans Dembinski
ccea27724b ignore generated docs [ci skip] 2019-02-03 12:47:25 +01:00
Hans Dembinski
d82cc5004d Merge branch 'develop' of github.com:HDembinski/histogram into develop 2019-02-03 12:45:25 +01:00
Hans Dembinski
da05be7128 improved benchmarks in docu 2019-02-03 12:45:04 +01:00
Hans Dembinski
58bc54f52e improved examples 2019-02-03 12:44:26 +01:00
Hans Dembinski
1e6019b8b0 Update README.md 2019-02-01 14:49:18 +01:00
Hans Dembinski
d7aa3f18cd Update README.md 2019-02-01 14:40:29 +01:00
Hans Dembinski
66aa957434 Update README.md 2019-02-01 14:39:59 +01:00
Hans Dembinski
2b60a8102a Update README.md 2019-02-01 14:35:51 +01:00
Hans Dembinski
18d50e52c2 Update README.md 2019-02-01 14:35:14 +01:00
Hans Dembinski
c53268dd8a with link 2019-01-31 23:28:43 +01:00
Hans Dembinski
c1dc991b49 bugfix 2019-01-31 23:27:24 +01:00
Hans Dembinski
9971cf8f2c Merge branch 'develop' of github.com:HDembinski/histogram into develop 2019-01-31 23:26:09 +01:00
Hans Dembinski
2c3450b429 nicer entry page, lots of improvements to the overview 2019-01-31 23:24:42 +01:00
Hans Dembinski
fe5e68922f Update README.md 2019-01-31 23:21:02 +01:00
Hans Dembinski
990ea5d072 Update README.md 2019-01-31 23:20:36 +01:00
Hans Dembinski
088fe2f690 mentiond scikit-hep in the readme 2019-01-31 23:19:12 +01:00
Hans Dembinski
beda2065a4 nicer type handling 2019-01-31 20:53:03 +01:00
Hans Dembinski
fa211299f7 tell about no-overflow-guarantee and its loss, closes #120 2019-01-31 20:42:35 +01:00
Hans Dembinski
1edc954e75 update rationale and some first doc fixes [ci skip] 2019-01-30 23:11:19 +01:00
Hans Dembinski
d73e8bfd7f update rationale, closes #135, fixes double explanation of signed axis size 2019-01-29 22:25:31 +01:00
Hans Dembinski
f72249655e rationale update, closes #129, closes #136 2019-01-29 21:48:08 +01:00
Hans Dembinski
72d9ce635f axis:replaced operator() with index and operator[] with bin 2019-01-27 20:56:15 +01:00
Hans Dembinski
0442816594 ci fix 2019-01-27 19:50:51 +01:00
Hans Dembinski
8cc4ff26a9 fix comment [ci skip] 2019-01-27 19:48:43 +01:00
Hans Dembinski
0bb5c1b3f4 faster indexed iteration, replaced boost::container::X with std::X 2019-01-27 19:46:46 +01:00
Hans Dembinski
451f36c774 simple 2019-01-27 16:46:42 +01:00
Hans Dembinski
37c16139b1 better bench 2019-01-27 12:40:44 +01:00
Hans Dembinski
d56f60d32e nicer bench 2019-01-27 11:53:35 +01:00
Hans Dembinski
7035d687e3 move implementation into implementation file 2019-01-27 11:31:01 +01:00
Hans Dembinski
8d90019a53 remove obsolete 2019-01-27 11:30:28 +01:00
Hans Dembinski
6d4b8d17cf update readme [ci skip] 2019-01-24 22:08:55 +01:00
Hans Dembinski
32a089f91b added example of 2d axis and replaced int with index_type 2019-01-24 21:57:17 +01:00
Hans Dembinski
ed5af698bc use std::enable_if_t for check, to get better error messages 2019-01-24 21:35:17 +01:00