You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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@).