| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-16 | Use a shared_ptr<vector> for ArrayData rather than a shared_array. | Carl Hetherington | |
| This is simpler and allows us to remove the hack of allocating some "maximum" buffer for incoming JPEG2000 data. It does mean that the buffer is zero-initialized before being written to, but hopefully that doesn't matter too much. | |||
| 2021-04-14 | Fix/hide some warnings. | Carl Hetherington | |
| 2021-01-24 | Tidying. | Carl Hetherington | |
| 2021-01-23 | Small bits of pre-release tidying. | Carl Hetherington | |
| 2020-11-02 | Add Data class and change API to a raw pointer. | Carl Hetherington | |
| 2020-11-02 | Rename Data -> ArrayData. | Carl Hetherington | |
