181 Commits

Author SHA1 Message Date
Hans Dembinski
cd3e1110cb
Updates from #370 (#397)
This PR keeps the useful changes from PR #370, which was never finished.
2024-04-24 17:39:24 +02:00
Hans Dembinski
8a402c7672 minor update of readme2 2021-04-23 15:20:59 +02:00
Hans Dembinski
5af2e2970b minor update of readme 2021-04-23 15:18:07 +02:00
Hans Dembinski
5d9fa430ec update table and remark on supported c++ versions 2020-11-10 23:04:28 +01:00
Hans Dembinski
8639271cf6
Update README.md 2020-05-20 09:00:02 +02:00
Hans Dembinski
32c984b947
Update README.md 2020-05-20 08:58:31 +02:00
Hans Dembinski
8b9561fb10 fix logo and update readme 2019-10-27 15:21:50 +01:00
Hans Dembinski
b4be538388
Add logo and improve README 2019-10-26 17:36:26 +02:00
Hans Dembinski
df647cf959
update copyright (#55)
* add missing copyright notices
* workaround for xml_iarchive bug to handle XML with comments
* fixing min/max according to boost guidelines
2019-08-19 16:53:27 +02:00
Hans Dembinski
2dc0a66d3c
use badges track boostorg coverage 2019-06-11 22:46:32 +02:00
Hans Dembinski
49d6cc17b0
coveralls is back, good riddance to codecov 2019-06-11 21:39:27 +02:00
Hans Dembinski
d53736cdb2 Add info about compiling without exceptions/rtti 2019-06-11 21:24:57 +02:00
Hans Dembinski
8260deaa1d
Forward iterators for indexed range
* add tests of stdlib algorithms that use forward iterators
* make accessor non-copyable, implicitly convertible to value, assign pass-through, add comparison operators
* updated docs
2019-06-06 23:04:27 +02:00
Hans Dembinski
f04b8a7593 also update codecov url 2019-05-28 14:49:43 +02:00
Hans Dembinski
6fd3639a2e update urls to boostorg 2019-05-28 14:47:53 +02:00
Hans Dembinski
419280c0fc
Remove the "x" label for simplicity 2019-05-04 09:02:13 +02:00
Hans Dembinski
49af2de9ff
Update README.md 2019-04-26 09:37:12 +02:00
Hans Dembinski
a7596001f0
Fix URL 2019-04-24 13:13:02 +02:00
Hans Dembinski
66599ddb7c
Update README.md 2019-04-14 20:50:24 +02:00
Hans Dembinski
2e99c7091d
Update README.md 2019-04-14 20:47:25 +02:00
Hans Dembinski
0a2dd403d9
Update README.md 2019-04-14 20:46:21 +02:00
Hans Dembinski
81e3eb20fd
Update README.md 2019-04-14 20:43:31 +02:00
Hans Dembinski
cc17108777
Simpler readme (#8)
Simpler example, update of sentence on boost release, simpler explanation which compiler versions are supported.
2019-04-14 14:51:46 +02:00
Hans Dembinski
b9eecf6bea fixing example in readme 2019-03-15 09:15:17 +01:00
Jakob van Santen
7007f8673e Minor typo in README.md (#172) 2019-03-15 09:11:54 +01:00
Hans Dembinski
5dd50985ae
Concepts (#166)
* concept docs rewritten, adapting to tabular style as in Beast and cppreference.com
* update the readme with correct links and text
* removed necessity to add `storage_tag` member type to storage classes
2019-03-05 01:52:01 +01:00
Hans Dembinski
ff97700470 * finishing the user guide
* get master badges back
2019-02-24 22:14:30 +01:00
Hans Dembinski
4360d249d1 removing cmake support 2019-02-24 10:40:40 +01:00
Hans Dembinski
9abbe46e3d
CI & doc update, removed multiprecision::cpp_int, simpler axis implementation, use_default to set default options
* Travis uses b2 and codecov now
* replacing boost::multiprecision with custom implementation to avoid the dependency
* improved axis implementation: `update` is now a normal method
* introduced use_default tag type to set defaults
* whitespace fixes and doc update
2019-02-17 13:37:50 +01:00
Hans Dembinski
c3966a52c2
doc and coverage updates 2019-02-11 20:28:41 +01:00
Hans Dembinski
4a2e3db0e0
upload edits on docs and minor code fixes (#152)
* renaming naked to remove_cvref_t
* more static_asserts to check implicit conditions
* use new BOOST_TEST_TRAIT_SAME
* reorganize and add operator tests, fixes for array and map adaptors
* improved map adaptor
* storage does not have to support scaling operator anymore
* doc improvements
2019-02-10 22:45:00 +01:00
Hans Dembinski
eef665d838 another fix 2019-02-09 17:45:51 +01:00
Hans Dembinski
917c296219 fix coverage badge 2019-02-09 17:41:15 +01:00
Hans Dembinski
2808953c84 another attempt to fix links 2019-02-08 17:11:08 +01:00
Hans Dembinski
61b5da3451 update readme 2019-02-08 16:58:45 +01:00
Hans Dembinski
152171a4a7 update readme 2019-02-08 16:55:36 +01:00
Hans Dembinski
4e3b726951
Update README.md 2019-02-05 12:58:24 +01:00
Hans Dembinski
369a9393f5 fix [ci skip] 2019-02-05 09:30:51 +01:00
Hans Dembinski
ca3b7a4555 fix 2019-02-05 09:27:34 +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