v0.8.6 — alpha
Pre-release
Pre-release
Changes in this version:
- CMake
- Added modern CMake configuration & package installation
- Fixed UnitTest++ package detection
- Include CTest explicitly and use its
BUILD_TESTING
option - Use GNUInstallDirs to set up where to install stuff
- Added documentation build configuration
- Improved unit tests build configuration, splitting them up into individual executables so they work better with CTest
- Removed reference to in-source build in examples README
- Tweaked some documentation
- Improved base64 decoding & added option to ignore incorrect padding
- Removed .gitignore as out-of-source builds are preferred
- Sphinx doc generation now pulls SHOW version from "show.hpp"
- Made the
show::connection::xsgetn()
implementation possibly more efficient