Skip to content

1.2.1 - support 64-bit integers in assert statements

Choose a tag to compare

@bxparks bxparks released this 22 Dec 18:02
· 178 commits to master since this release
f4985bc
  • 1.2.1 (2018-12-22)
    • Add support for 64-bit integers (long long and unsigned long long)
      for various assertXxx() statements. Exceptions are: assertNear() and
      assertNotNear() which do not support 64-bit integers. This is considered
      a minor-point release (1.2.1 instead of 1.3) because the user-visible API
      does not change, just extends to 64-bit integer types.
    • Add ASSERT_NEAR() macro to contrib/gtest.h (thanks ciband@).