rsys

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

commit b50aaf88815505e6e9381f364ca8061ae6b10377
parent b0974b36ea707018c1e0570c5c0af58bd7ecb88a
Author: vaplv <vaplv@free.fr>
Date:   Tue, 14 May 2019 11:47:00 +0200

Merge branch 'release_0.8.1' into develop

Diffstat:
MREADME.md | 6++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -17,6 +17,12 @@ project can be now edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.8.1 + +- Fix the allocation policy of the dynamic array that exhibited strong + performance issues when the `resize` function was used in a `push_back` + manner, i.e. to allocate a new entry at the end of the dynamic array. + ### Version 0.8 - Update the allocation policy of the dynamic arrays: the `reserve` and diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -39,7 +39,7 @@ include(rcmake) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 8) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(RSYS_FILES_SRC