rsys

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

commit a89a75855926ca1fe0fc079528e015dd505062d6
parent 70b234ffc9f2c30d3ba961d5f8d82c428c96d8bd
Author: vaplv <vaplv@free.fr>
Date:   Thu, 15 Nov 2018 15:15:01 +0100

Merge branch 'release_0.7' into develop

Diffstat:
MREADME.md | 17++++++++++++++---
1 file changed, 14 insertions(+), 3 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.7 + +- Add the `res_to_cstr` function that returns a string describing the submitted + result code. +- Add the `SIMD_AVX` macro that is defined if the AVX instruction set is + available on the host machine. +- Fix the aligned allocation of the LIFO allocator: the returned address was + not necessarily aligned on the expected value. +- Fix the `search_lower_bound` algorithm. +- Fix a compilation error when RSys was linked against a version of the GNU C + Library less than 2.17. + ### Version 0.6.1 - Fix the detection of a 64-bits architecture on the CL compiler. @@ -56,7 +68,6 @@ project can be now edited, built, tested and installed as any CMake project. ## License RSys is Copyright (C) 2013-2018 Vincent Forest (vaplv@free.fr). It is a free -software released under the [OSI](https://opensource.org)-approved LGPL v3+ -license. You are welcome to redistribute it under certain conditions; refer to -the COPYING files for details. +software released under LGPL v3+ license. You are welcome to redistribute it +under certain conditions; refer to the COPYING files for details.