Skip to content

Releases: ciubotaru/bitfield

v1.0.1

26 Sep 10:57
0fbad28
Compare
Choose a tag to compare

Changelog:

  • Minor bugfixes.

v1.0.0

26 Jun 03:21
a6ac59c
Compare
Choose a tag to compare
  • Stable API
  • Support for pkg-config

v0.6.3

06 Jun 14:46
bf10b7a
Compare
Choose a tag to compare
  • Rewrote bfand(), bfor() and bfxor() to accept variable number of arguments.

v0.6.2

17 Jan 02:45
138fbbd
Compare
Choose a tag to compare
  • Fixed memory leaks in shift_ip() and bfnormalize().
  • Fixed bugs in uint64tobf() and bftouint64().
  • Rewrote uinttobf(), uinttobf_ip(), bftouint**(), bftouint**_ip(),
    long2bf(), long2bf_ip(), bf2long(), bf2long_ip().
  • Replaced ll2bf(), ll2bf_ip(), bf2ll() and bf2ll_ip() with macros (assume
    long long is always same length as uint64_t).
  • Minor optimization in shift_ip() and bftouint32().
  • Removed internal functions from the list of exported symbols.
  • Rewrote tests so they do not rely on internat functions from bitfield library.