182 Commits

Author SHA1 Message Date
Hans Dembinski
a2dcbdccd9 doc improvements 2019-02-07 22:57:08 +01:00
Hans Dembinski
f20abe19fb rename adaptive_storage to unlimited_storage, closes #150 2019-02-06 23:34:58 +01:00
Hans Dembinski
a225c639ee missing items 2019-02-04 01:32:42 +01:00
Hans Dembinski
4048586be1 nicer docs, move attribute.hpp to details 2019-02-03 20:36:49 +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
da05be7128 improved benchmarks in docu 2019-02-03 12:45:04 +01:00
Hans Dembinski
2c3450b429 nicer entry page, lots of improvements to the overview 2019-01-31 23:24:42 +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
0bb5c1b3f4 faster indexed iteration, replaced boost::container::X with std::X 2019-01-27 19:46:46 +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
0c052f5d62 better docs 2019-01-20 23:28:28 +01:00
Hans Dembinski
2ea4051e62 big clean-up of reference docu, fix for axis::variant<const Ts&...>, renamed operator_ostream header to ostream 2019-01-20 22:48:39 +01:00
Hans Dembinski
6d85898b72 c++11 to c++14 2019-01-20 21:29:20 +01:00
Hans Dembinski
8f82b09edd renaming references to bibliography 2019-01-11 00:06:26 +01:00
Hans Dembinski
92e1893272 improving docs, closes 2019-01-11 00:06:26 +01:00
Hans Dembinski
20e4711c85 testing and plotting iteration performance 2019-01-11 00:06:26 +01:00
Hans Dembinski
e8e85064b7 typo 2019-01-11 00:06:26 +01:00
Hans Dembinski
e0945a2dea document why axis_type::size returns signed integer 2019-01-11 00:06:26 +01:00
Hans Dembinski
e4ede5a592 minor doc update 2019-01-11 00:06:25 +01:00
Hans Dembinski
a17a6c677c wip, histogram_test fails 2019-01-11 00:06:25 +01:00
Hans Dembinski
7822c87f4f fixed axis_test 2019-01-11 00:06:25 +01:00
Hans Dembinski
b3806fec02 missing explanation of benchmark plot 2019-01-11 00:06:25 +01:00
Hans Dembinski
feaf5bd2c8 fixes for stevens review part 1 2019-01-11 00:06:25 +01:00
Hans Dembinski
a1569b59af added more arguments to the rationale 2018-09-16 20:31:24 +02:00
Mateusz Łoskot
8953303534
Remove build Serialization step as unnecessary
Serialization will be built automatically as part of test
which requires the library as a dependency.
2018-09-16 00:34:11 +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
Hans Dembinski
50b046f17f remove python 2018-09-15 22:55:03 +02:00
Hans Dembinski
28e3a2ba0a remove debris 2018-09-15 22:38:26 +02:00
Hans Dembinski
48333ea915 minor docs update 2018-09-10 00:50:16 +02:00
Hans Dembinski
06596efe4e doc fixes 2018-08-24 11:22:31 +02:00
Hans Dembinski
f7793a20ee update docs 2018-08-24 10:52:09 +02:00
Hans Dembinski
e3ddfd8e44 minor fix 2018-08-24 00:39:07 +02:00
Hans Dembinski
1ff8986bd0 docs update 2018-08-24 00:37:24 +02:00
Hans Dembinski
93493cab3c updated changelog 2018-07-23 15:41:47 +02:00
Hans Dembinski
8dd0458250 axes behave consistent now: oflow bin added for category axis, NaN always ends up in oflow bin for all axes 2018-07-22 12:13:14 +02:00
Hans Dembinski
a358841d06 update of changelog 2018-07-14 21:07:19 +02:00
Hans Dembinski
3d7c13e2c6 fix docs 2018-07-11 12:02:04 +02:00
Hans Dembinski
5fc67137e4 issue 45: use operator() to fill; issue 44: removed sum(), use std::for_each or std::accumulate instead; added support for stl containers as fill and index arguments 2018-07-01 21:41:09 +02:00
Hans Dembinski
e6c9d717c0 replacing bin method with operator() 2018-03-28 16:51:53 +02:00
Hans Dembinski
ce93a88986 renamed Storage::bin_type to element_type; added Storage::const_reference; renamed histogram::bin_iterator to const_iterator; added bin(unsigned) method to histogram::const_iterator, which returns the current bin_type for that dimension 2018-03-13 00:26:41 +01:00
Hans Dembinski
196a1843bb added note for building with b2 2018-03-11 21:11:02 +01:00
Hans Dembinski
37ccf6d80c finally elegant iteration over axis bins 2018-03-11 19:59:03 +01:00
Hans Dembinski
8e904a3645 added reverse iterators, simplified code 2018-03-10 20:20:32 +01:00
Hans Dembinski
37d96e33df correct wording 2018-03-08 23:22:01 +01:00
Hans Dembinski
06abbf8884 fixes for the documentation, removing mentions of count argument 2018-03-08 22:46:55 +01:00
Hans Dembinski
f1b711d634 separate bin type properties from histogram interface, made interface more flexible, histogram_test is failing, needs investigation 2018-03-01 15:57:55 +01:00
Hans Dembinski
3e825b449a make type of weight argument flexible, added sample type, some simplification to fill argument parsing 2018-02-28 23:07:36 +01:00