Skip to content

Releases: nonstd-lite/bit-lite

2.0.0

Choose a tag to compare

@martinmoene martinmoene released this 17 Nov 07:13

This release of bit lite makes the non-standard extension functions also available when the standard <bit> header is used.

Full Changelog: v1.2.0...v2.0.0.

1.2.0

Choose a tag to compare

@martinmoene martinmoene released this 07 Oct 18:34

This release of bit lite adds noexcept to the endian extension functions.

1.1.0

Choose a tag to compare

@martinmoene martinmoene released this 07 Oct 09:16

This release of bit lite changes byteswap() to a function template, returning its parameter type.

1.0.0

Choose a tag to compare

@martinmoene martinmoene released this 06 Oct 18:09

Release 1.0.0 of bit lite adds C++23 byteswap().

It contains the following changes:

Additions:

Changes:

Fixes:

New Contributors

Full Changelog: 0.1.0...v1.0.0

v0.1.0

Choose a tag to compare

@martinmoene martinmoene released this 27 Jun 08:15

Initial release.