Commit Graph

1953 Commits

Author SHA1 Message Date
Hans Dembinski
6b767cc2aa
update axis::traits (#217)
* added traits:::is_continuous, traits::value_type
* use of static_options on qualified types is now invalid
2019-09-24 23:05:03 +01:00
Hans Dembinski
c5c251fdbf
return copy instead of reference for scalar types (#218) 2019-09-24 22:41:49 +01:00
pb
d0a1c027ee CONTRIBUTING.md updated (#216)
Clarified that warnings-as-errors should be on, since this is checked by CI and added links to the CI scripts.
2019-09-17 12:43:12 +02:00
Hans Dembinski
937732c88e
fixes for C++20 (#215) 2019-09-12 21:26:16 +02:00
Hans Dembinski
0b7efe6aca
no discard for accessor (#214) 2019-09-12 21:08:19 +02:00
Hans Dembinski
6c5bf59ba1
getting started 04 update (#213) 2019-09-12 20:53:43 +02:00
Hans Dembinski
0d893d4eff
adding weight support for mean accumulator (#212)
changed type of sum to RealType for mean and added serialization tests for builtin accumulators
2019-09-12 08:08:39 +02:00
Hans Dembinski
14f36ea932
new and updated examples for user guide (#210)
* new accmulator examples for user guide
* new weighted profile example
* minor corrections to other examples
2019-09-10 23:19:27 +02:00
Henry Schreiner
35a93a8c81 Fix missing include (#209)
make_default is used in this file, but was not included
2019-09-09 11:25:57 +02:00
Hans Dembinski
af04e75edc
Fix project bug (#207)
fix for a seg fault, when there are too many passed indices
2019-08-25 19:01:09 +02:00
Hans Dembinski
bf9cba189c
Update CMake version to boost/version.hpp 2019-08-25 15:24:50 +02:00
Hans Dembinski
ed573cb40f removing obsolete file 2019-08-25 15:06:41 +02:00
Hans Dembinski
0a6c485d6b new benchmark results 2019-08-24 11:25:37 +02:00
Hans Dembinski
2a58a88390 avoid usage errors 2019-08-24 11:25:37 +02:00
Hans Dembinski
7537d538ad
simplify detail::span
BOOST_ATTRIBUTE_NODISCARD can be removed (causes warnings on some clang versions), since code switches to std::span anyway when it is available
2019-08-23 12:54:18 +02:00
Hans Dembinski
e3a3bc5e09 fix for Apple LLVM 10.0.1 2019-08-23 10:10:24 +02:00
Hans Dembinski
f869fb16d7 separate out rationale into extra section, making overview shorter 2019-08-23 08:59:50 +02:00
Hans Dembinski
93f4b4b1d8 fix the crlf issue, closes #204 2019-08-20 10:50:24 +02:00
Hans Dembinski
edb27cab57 doc fix [ci skip] 2019-08-20 00:07:42 +02:00
Hans Dembinski
016532f011
Histogram fill method (#54)
huge refactor, various speed improvements, potential for further improvements and parallelization
2019-08-19 23:55:43 +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
6df7625740 added axis::rank 2019-08-07 11:20:32 +02:00
Hans Dembinski
2d8e83df6c update of changelog 2019-07-12 10:03:52 +02:00
Hans Dembinski
ac79060944
fix axis::traits::update 2019-07-12 09:58:48 +02:00
Hans Dembinski
3b0bd331ba benchmark update 2019-06-12 15:52:26 +02:00
Hans Dembinski
07f0a32368 simplify travis 2019-06-12 09:25:45 +02:00
Hans Dembinski
2dc0a66d3c
use badges track boostorg coverage 2019-06-11 22:46:32 +02:00
Hans Dembinski
b99184792d comparisons simplified 2019-06-11 22:33:53 +02:00
Hans Dembinski
5fb5758e14 removing thrash 2019-06-11 21:41:46 +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
3a510aba6d extended comment to explain the issue 2019-06-10 16:53:04 +02:00
Hans Dembinski
7e40aaf689
internal operators library replaces duplicated code 2019-06-10 16:05:51 +02:00
Hans Dembinski
eae2b7fed1
adding codecov.yml 2019-06-10 13:21:51 +02:00
Hans Dembinski
3ed997fba2 autodetect the best gcov version 2019-06-10 10:51:19 +02:00
Hans Dembinski
8a6c97a2df fix for update feature [ci skip] 2019-06-08 23:49:07 +02:00
Hans Dembinski
87d2f31d4a make script more flexible on the cmd line 2019-06-08 22:57:58 +02:00
Hans Dembinski
83a271fa38 upload to codecov if token is defined in environment 2019-06-08 21:16:54 +02:00
Hans Dembinski
d075d1b86f
new getting started example 2019-06-08 19:02:16 +02:00
Hans Dembinski
a06505d877
Get full coverage with tests only 2019-06-08 16:28:56 +02:00
Hans Dembinski
7b5f7ab4f5 script to add copyright, licence, include guards to new header 2019-06-08 16:01:45 +02:00
Hans Dembinski
92d8e29162 attempt to fix codecov gen 2019-06-08 15:52:28 +02:00
Hans Dembinski
1885e05fef reorder sections 2019-06-07 14:30:02 +02:00
Hans Dembinski
e7a2051c2c
simpler xml path setting and persistent serialization tests for unlimited_storage 2019-06-07 14:25:49 +02:00
Hans Dembinski
dbfb5d039a more details on how to contribute 2019-06-07 14:25:35 +02:00
Hans Dembinski
1de7cf8bad define restricted environment and make tests compile in it 2019-06-07 13:41:31 +02:00
Hans Dembinski
b801e4ecd8 reorder 2019-06-07 12:17:32 +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
14c9998870 plot with update 2019-06-04 23:39:52 +02:00
Hans Dembinski
59c9d82b3c update to the user guide and show toc in sections 2019-06-04 15:37:38 +02:00