Releases: cppalliance/int128
Releases · cppalliance/int128
v1.6.0
What's Changed
- Move docs to Antora by @mborland in #291
- Add lunr extension for doc search by @mborland in #294
- Improve the docs of the individual types by @mborland in #296
- Improve charconv performance with num_digits specialization by @mborland in #299
- Expand Examples by @mborland in #300
- Add {fmt} and alignment support by @mborland in #301
- Apply Sam's Antora recommendations from decimal by @mborland in #302
- Doc updates by @mborland in #303
- Fix for implementation defined behavior causing failures by @mborland in #305
- Fix formatting of padding by @mborland in #306
- Add spaceship operator support for both
int128_tanduint128_tby @mborland in #309 - Mark unreachable paths by @mborland in #310
- Coverage Improvements by @mborland in #312
- Add example of rollover behavior by @mborland in #314
- Make
operator bool()explicit by @mborland in #323 - Add
to_stringfunctions by @mborland in #324 - Adjust alignment on 32-bit systems by @mborland in #322
- Add example of new
to_stringmethod by @mborland in #325
Full Changelog: v1.5.1...v1.6.0
v1.5.1
v1.5.0
v1.4.0
v1.3.0
v1.2.0
Improved performance of fundamental operations and documentation
Full Changelog: v1.1.0...v1.2.0