1. b110f38 Fix return type of isinf(double) and isnan(double) where possible. by Richard Smith · 6 years ago
  2. 5384fd8 Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 7 years ago
  3. 5df171d cmath: Skip Libc for integral types in isinf, etc. by Duncan P. N. Exon Smith · 7 years ago
  4. 45e6925 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 8 years ago
  5. cedbdd7 Remove all _LIBCPP_VERSION tests from under test/std by Eric Fiselier · 8 years ago
  6. d24c465 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 8 years ago
  7. 84acb1e Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 8 years ago
  8. 7515c69 Tolerate incorrect return type for 'isinf' and 'isnan' in tests. by Eric Fiselier · 8 years ago
  9. 2c15439 Implement P0030R1: Introduce a 3-Argument Overload to std::hypot by Marshall Clow · 8 years ago
  10. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago