1. 2a58b11 Fix FP comparisons when SSE isn't available by Eric Fiselier · 7 years ago
  2. c4f593b Fix return type of isinf(double) and isnan(double) where possible. by Richard Smith · 7 years ago
  3. 346bd6a Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable by Benjamin Kramer · 8 years ago
  4. 42f8eee cmath: Skip Libc for integral types in isinf, etc. by Duncan P. N. Exon Smith · 8 years ago
  5. 4dc0ed8 [libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced". by Stephan T. Lavavej · 9 years ago
  6. f03ffb2 Remove all _LIBCPP_VERSION tests from under test/std by Eric Fiselier · 9 years ago
  7. f2f2a63 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  8. d04c685 Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  9. 589308a Tolerate incorrect return type for 'isinf' and 'isnan' in tests. by Eric Fiselier · 9 years ago
  10. 4328c2b Implement P0030R1: Introduce a 3-Argument Overload to std::hypot by Marshall Clow · 9 years ago
  11. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago