rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 5bc8522e0253982105929b31abca62e70b0c9ec5
parent 1ac0d9360bd735fbb68dd13f63a29ade0e505109
Author: vaplv <vaplv@free.fr>
Date:   Thu,  9 May 2019 11:20:27 +0200

Write the 0.8 release note

Diffstat:
MREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -17,6 +17,18 @@ project can be now edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.8 + +- Update the allocation policy of the dynamic arrays: the `reserve` and + `resize` functions strictly allocate the submitted size if there is no + sufficient space already allocated. +- Add the `DARRAY_BUF` macro: give a direct access to the internal buffer of + the dynamic array. It is a less verbose alternative to the `data_get` and + `cdata_get` dynamic array functions that operate on strongly typed data + structures. +- Add the `d22_rotation` and `f22_rotation` functions: compute a 2x2 rotation + matrix in the XY plane. + ### Version 0.7.1 - Add the FALLTHROUGH macro that disables compilation warning on switch