Byte Lite Versions Save

byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library

v0.3.0

3 years ago

This release of byte lite ...

Additions

  • Add to_integer(byte) for C++98

Changes

  • Add settings options to conanfile (thanks to @ngrodzitski)
  • Improve macro usage consistency (package_config_version, nonstd-lite-project issue 34)
  • Change vcpkg install to use CMake
  • Add .editorconfig
  • Add TortoiseGit integration with GitHub issues
  • Add build folder to .gitignore
  • Add IDE folders/files to .gitignore (.vs, .vscode, CodeBlocks)
  • Add badge 'on godbolt' (nonstd-lite-project issue 36)
  • Improve MSVC version table (nonstd-lite-project issue 38)

Fixes

  • Fix script/create-vcpkg.py

v0.2.0

5 years ago

[to be expanded]

This release of byte lite improves support for CMake and Conan and contains numerous other changes and fixes.

See also nonstd lite project Improve coherence between lite projects.

v0.1.0

5 years ago

byte lite has been re-licensed under the Boost Software License (BSL) (issue #4).

Fixes usage under strict aliasing (thanks to @ned14, issue #3)

0.0.0

7 years ago

Initial release.