Skip to content

Releases: Elektrobit/safu

safu-0.61.0

13 Feb 08:43
Compare
Choose a tag to compare

Features:

  • feature(json): implement safuJsonAddNewBool and safuJsonGetBool

Improvements:

  • test(utest): add unit test and mocks for safuJsonAddNewBool and safuJsonGetBool

safu-0-60.1

06 Feb 16:01
Compare
Choose a tag to compare

Features

  • feature(mutex): add macros for conditional variables

Fixes

  • fix(github): make sure to install netcat-openbsd

safu-0.59.0

29 Jan 18:12
Compare
Choose a tag to compare

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

27 Sep 11:18
Compare
Choose a tag to compare

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

15 Aug 10:48
Compare
Choose a tag to compare

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

05 Aug 15:08
Compare
Choose a tag to compare

Fixes

  • ci/debian: Fix changelog creation
  • Fix begin/end decls for c++

safu-0.56.2

19 Jul 11:43
Compare
Choose a tag to compare

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

20 Jun 11:04
Compare
Choose a tag to compare

Features:

  • add gitlab-ci to test debian package builds

Improvements:

  • include upstream debian packaging improvements

safu-0.53.0

25 Apr 16:53
Compare
Choose a tag to compare

Fixes

  • Fix timespec integer size in unit tests, removes a lot of overflow warnings on 32bit-Builds

safu-0.52.4

15 Mar 16:05
Compare
Choose a tag to compare

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