Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 676 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 676 Bytes

1.2.0

Add sbeppc CMake helpers. (Thanks to @ngrodzitski for the idea and initial implementation).
Fix [[nodiscard]] detection on Clang.
Fix std::make_unsigned-based SFINAE for floating-point types.
Use Doxygen 1.9.8 to generate documentation.
Update doxygen-awesome-css.


1.1.0

Remove specific fmt and pugixml version requirements from find_package. This is supposed to simplify integration with their older/newer versions leaving potential problems to client.
Fix ADL issues when using std::byte as a byte type for views.


1.0.1

Fix floating-point types byte swapping for pre-C++20 compilers.


1.0.0

Initial public release