Releases: qchateau/cbitstruct
Releases · qchateau/cbitstruct
1.0.4
Merge pull request #12 from jcharlong/hotfix/define_posix_c_source
Define "_POSIX_C_SOURCE" before
1.0.3: segfault fix, perf improvement
- Fix segmentation fault in byteswap with bad usage
- Improved
byteswap
performance with string format
- Fixed
NDEBUG
define
- Fixed
assert
- Compile with O3 when available
1.0.2
- Fixed more segmentation faults on incorrect usage of functions
- Increased coverage
1.0.1
- Fixed segmentation faults on incorrect usage of some functions
1.0.0
Initial release
- Full C implementation
- API compatibility with
bitstruct