| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-24 | Fix array_view dependency on std::min | Maxime Coste | |
| 2019-01-24 | Header and dependency cleanup | Maxime Coste | |
| 2017-07-19 | More use of std::enable_if_t alias | Maxime Coste | |
| 2017-06-26 | Fix various undefined behaviours detected by UBSan | Maxime Coste | |
| 2017-05-26 | Remove unused and potentially error prone constructor from ArrayView | Maxime Coste | |
| Add as well a SFINAE check to the vector constructor to avoid constructing an array_view from derived types with a different size. | |||
| 2016-11-20 | Make ArrayView::subrange size arguement optional | Maxime Coste | |
| 2016-09-19 | Add an unmap command to remove key mappings | Maxime Coste | |
| 2015-06-24 | Fix include | Maxime Coste | |
| 2015-05-14 | always_inline a few methods | Maxime Coste | |
| 2015-04-12 | Small alignement change | Maxime Coste | |
| 2015-03-09 | ArrayView content is not const anymore | Maxime Coste | |
| As in upcoming std c++ array_view, ArrayView<T> points to mutable data, use ArrayView<const T> or alias ConstArrayView<T> for const data. | |||
| 2015-03-09 | constexprify ArrayView | Maxime Coste | |
| 2015-02-06 | Add a from C array constructor to ArrayView | Maxime Coste | |
| 2015-01-09 | Track String memory allocations | Maxime Coste | |
| 2015-01-06 | Rename memoryview to ArrayView | Maxime Coste | |
