Commit Graph

7 Commits

Author SHA1 Message Date
Hans Dembinski
92a873c746
Faster linearize (#230)
* introduce offset for faster linearization of non-growing axes
* added traits::is_inclusive and constexpr bool inclusive() methods for builtin axes
* bug fixes for fill method when weight array is used with non-inclusive axis and when growing axes are used
* bug fix of axis::options::test(...)
* coverage tested with gcc-8, updated CONTRIBUTING.md with coverage info
2019-10-06 23:03:45 +02: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
1885e05fef reorder sections 2019-06-07 14:30:02 +02:00
Hans Dembinski
dbfb5d039a more details on how to contribute 2019-06-07 14:25:35 +02:00
Hans Dembinski
4360d249d1 removing cmake support 2019-02-24 10:40:40 +01:00
Hans Dembinski
599e55f4f0 fixed wording [ci skip] 2019-02-11 20:46:15 +01:00
Hans Dembinski
860f245f63 adding contribution note 2019-02-09 17:11:27 +01:00