You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version string (#352)
Embed a version string in the library so "strings libqcbor.a" can be used to identify the version. (Typically code that needs dependency on versions (which I hope is never needed) can use the macros).
---------
Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>
Version string (#352)
Embed a version string in the library so "strings libqcbor.a" can be used to identify the version. (Typically code that needs dependency on versions (which I hope is never needed) can use the macros).
---------
Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>
Fix handling of NaN & Infinity conversion to int using newlib.nano (#314)
* Fix error handling of NaN & Infinity conversion to integer using newlib.nano
* Fix ifdef fan out
* Update package notes
---------
Co-authored-by: Laurence Lundblade <lgl@securitytheory.com>