| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
