From 096da76a73690b388d2e7b8fee218d3451c21740 Mon Sep 17 00:00:00 2001 From: Dominik Loidolt <dominik.loidolt@univie.ac.at> Date: Mon, 21 Nov 2022 16:49:04 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a3c6e..573c49d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added +- add cross compile file for sparc +- add tests for the compression entity +- add test for cmp_rdcu_cfg.c +- add sparc inttypes.h definitions +###Changed +- refactor function and constants names +- refactor configure check functions +- move the rdcu setup functions to cmp_rdcu_cfg.c +- update Documentation +- update Doxygen setup +### Fixed +- remove memory leaks from tests ## [0.09] - 30-09-2022 ### Added @@ -11,7 +24,7 @@ All notable changes to this project will be documented in this file. - add max used bit version field to the compression entity ###Changed - Change the build system form make to meson -- Change DEFAULT_CFG_MODEL and DEFAULT_CFG_DIFF to CMP_DIF_XXX constats +- Change DEFAULT_CFG_MODEL and DEFAULT_CFG_DIFF to CMP_DIF_XXX constants ### Fixed - now the adaptive compression size (ap1_cmp_size, ap2_cmp_size) is calculate when the --rdcu_par option is used -- GitLab