Releases: Elektrobit/safu
Releases · Elektrobit/safu
safu-0.61.0
Features:
- feature(json): implement safuJsonAddNewBool and safuJsonGetBool
Improvements:
- test(utest): add unit test and mocks for safuJsonAddNewBool and safuJsonGetBool
safu-0-60.1
Features
- feature(mutex): add macros for conditional variables
Fixes
- fix(github): make sure to install netcat-openbsd
safu-0.59.0
Features:
- feat: put log functions behind compile definition
Improvements:
- refactor: change compile definition to enable logging
- refactor: remove variables only used for logging
Fixes
- ci: remove duplicates from clang-format definition
- utest: fix dependency on logging
safu-0.58.4
Features:
- add new safuTimeSpecCompare function compare timspec_t objects
- add new safuTimeSpecInTimeRange function to determine if a timespec_t is in between given range
safu-0.58.2
Features:
- doc: add info on how to use binaries produced by install_deps.sh (i.e. mockgen)
Fixes
- cmake: fix version in find_package for cmocka_mock package
safu-0.57.1
Fixes
- ci/debian: Fix changelog creation
- Fix begin/end decls for c++
safu-0.56.2
Features:
- new cmake option to disable Git-Version in version string (no git build dependency)
- ci/gitlab: Enable coverage and KPIs tracking
Improvements:
- ci/gitlab: Build docker image in separate step once for each pipeline run.
safu-0.54.1
Features:
- add gitlab-ci to test debian package builds
Improvements:
- include upstream debian packaging improvements
safu-0.53.0
Fixes
- Fix timespec integer size in unit tests, removes a lot of overflow warnings on 32bit-Builds
safu-0.52.4
Features:
-
Add GitHub Actions
- Add cmake options to enable/disable separate parts
Improvements:
- Add CI improvements from elos
- Refactor fetch_content out of cmake
- Refactor Common variables and path names into shared script