Skip to content

Releases: qchateau/cbitstruct

1.1.0

09 Dec 20:59
6103609
Compare
Choose a tag to compare
  • Support Python 3.12

1.0.4

29 Jan 15:47
dcda0c1
Compare
Choose a tag to compare
Merge pull request #12 from jcharlong/hotfix/define_posix_c_source

Define "_POSIX_C_SOURCE" before

1.0.3: segfault fix, perf improvement

07 Oct 21:41
Compare
Choose a tag to compare
  • 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

07 Oct 20:30
Compare
Choose a tag to compare
  • Fixed more segmentation faults on incorrect usage of functions
  • Increased coverage

1.0.1

07 Oct 20:29
Compare
Choose a tag to compare
  • Fixed segmentation faults on incorrect usage of some functions

1.0.0

07 Oct 20:28
Compare
Choose a tag to compare

Initial release

  • Full C implementation
  • API compatibility with bitstruct