Skip to content

Releases: cppalliance/int128

v1.4.0

04 Dec 11:50
e77d4b9

Choose a tag to compare

What's Changed

  • Fix behavior of prefix increment/decrement by @mborland in #278
  • Fix ODR violation in numeric limits pre-C++17 by @mborland in #279

Full Changelog: v1.3.0...v1.4.0

v1.3.0

19 Sep 14:32
19e1e06

Choose a tag to compare

  • Implementation of std::div like functionality
  • Fix overconsumption of characters with istream

v1.2.0

26 Aug 13:28

Choose a tag to compare

Improved performance of fundamental operations and documentation

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Aug 13:24

Choose a tag to compare

Added support for <format> and {fmt}

v1.0.1

07 Jul 18:21
d663bf3

Choose a tag to compare

Fixes an issue with division of 0.

v1.0.0

03 Jul 18:55

Choose a tag to compare

Initial release of the library.