Releases: bang-olufsen/hdlcpp
Releases · bang-olufsen/hdlcpp
v1.0.16
v1.0.15
What's Changed
- fix getting stuck with a full buffer without a valid frame by @Emil-Juhl in #41
New Contributors
- @Emil-Juhl made their first contribution in #41
Full Changelog: v1.0.14...v1.0.15
v1.0.14
What's Changed
- Add Clang format rules and run on all files by @hansbinderup in #38
- Add HDLC Address framing by @hansbinderup in #39
Full Changelog: v1.0.13...v1.0.14
v1.0.13
What's Changed
- hdlcpp: Disable write timeout when timeout value is set to zero by @ekigwana in #28
- Facilitate overrides by @ekigwana in #26
- Update CI, build, add docker container and bump compiler to C++20 by @hansbinderup in #30
- Update readme with instructions for builds by @hansbinderup in #31
- Removed raw pointers and using std::span<uint8_t> as interface by @anedergaard in #32
- Docker update by @anedergaard in #34
- Removed usage of std::vector and replaced with std::array by @anedergaard in #33
- Changed from internal allocation of buffers to external for better memory control by @anedergaard in #35
- typo fix by @anedergaard in #36
New Contributors
- @hansbinderup made their first contribution in #30
- @anedergaard made their first contribution in #32
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
- Updated license year by @jeppefrandsen in #20
- Changed source size to make lgtm happy by @jeppefrandsen in #21
- CMakeLists.txt: Add library installation by @ekigwana in #24
New Contributors
Full Changelog: v1.0.11...v1.0.12
v1.0.11
Always try to decode from the beginning (#19) * Initial changes * Minor cleanup * Minor cleanup * Removed unit test
v1.0.10
Corrected discard bytes (#18)
v1.0.9
Only build main.cpp for LGTM builds (#17) * Added separate lib for lgtm build * Added flag for build of main
v1.0.8
Added fix for duplication scenario
v1.0.7
Added fix for lockup scenario