Releases: OleksandrKvl/sbepp
Releases · OleksandrKvl/sbepp
1.4.2
What's Changed
- add build CI workflow by @OleksandrKvl in #75 and fix minor errors detected by it
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- fix
size_bytes_checked
example by @OleksandrKvl in #68 - define
byteswap
for single-byte types by @OleksandrKvl in #70 - include
fmt/ranges.h
forfmt::join
by @OleksandrKvl in #71 - OleksandrKvl/simplify-primitive-access by @OleksandrKvl in #72
- describe
1.4.1
changes by @OleksandrKvl in #73
Full Changelog: 1.4.0...1.4.1
1.4.0
1.3.0
What's Changed
- update CCI link by @OleksandrKvl in #19
- fix built-in optional types by @OleksandrKvl in #30
- Provide
operator->
for iterators by @OleksandrKvl in #31 - add message header decoding example by @OleksandrKvl in #32
- remove
!empty()
assertion fromdynamic_array_ref::data()
by @OleksandrKvl in #34 - Update Doxygen to version 1.10.0 by @OleksandrKvl in #37
- Make more functions C++11
constexpr
by @OleksandrKvl in #42 - Add
size_bytes()
for message/group/data traits by @OleksandrKvl in #43 traits_tag
implementation by @OleksandrKvl in #44- implement
visit()
for sets and enums by @OleksandrKvl in #48 - fix
enum_to_string_visitor
parameters by @OleksandrKvl in #49 - Enforce proper dependencies in
sbeppc_make_schema_target
by @OleksandrKvl in #50 - Treat Doxygen warnings as errors by @OleksandrKvl in #51
- Add basic string support by @OleksandrKvl in #52
- Multi-version documentation by @OleksandrKvl in #53
- disable
sbeppc
when building docs by @OleksandrKvl in #54 - Fix workflow by @OleksandrKvl in #55
- take GH Pages repo name into account by @OleksandrKvl in #56
- remove
SELECTOR_ID
env var by @OleksandrKvl in #57 - update changelog for version 1.3.0 by @OleksandrKvl in #58
- mark
string_length
asSBEPP_CPP20_CONSTEXPR
by @OleksandrKvl in #59
Full Changelog: 1.2.0...1.3.0
1.2.0
Add sbeppc
CMake helpers.
Fix minor issues.
1.1.0
Fix minor ADL issues and remove strict version requirements from find_package()
commands.
1.0.1
Fix byte swapping of floating point types.
1.0.0
Initial release