1. 5423805 [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  2. 4e7ffca Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY" by Louis Dionne · 6 years ago
  3. 79aa4f3 [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITY by Louis Dionne · 6 years ago
  4. b110f38 Fix return type of isinf(double) and isnan(double) where possible. by Richard Smith · 7 years ago
  5. df7a35c [libcxx] Do not include the C math.h header before __config by Mikhail Maltsev · 7 years ago
  6. 6b5c08a libcxx: Move #include_next <math.h> out of header guard in wrapper header. by Peter Collingbourne · 7 years ago
  7. 5df171d cmath: Skip Libc for integral types in isinf, etc. by Duncan P. N. Exon Smith · 8 years ago
  8. 04b59f9 [libc++] Drop support for CRTs older than VS 2015 by Shoaib Meenai · 8 years ago
  9. 1eab168 math: add type promoting template definition on MSVCRT by Saleem Abdulrasool · 8 years ago
  10. 29a8300 math: fix typo in macro by Saleem Abdulrasool · 8 years ago
  11. af5f91f math: correct the MSVCRT condition by Saleem Abdulrasool · 8 years ago
  12. 766ba68 math: actually pull the declarations/overloads into std by Saleem Abdulrasool · 8 years ago
  13. bacb35f math: follow up to SVN r294902 by Saleem Abdulrasool · 8 years ago
  14. be3d93c math: pull more C functions from std by Saleem Abdulrasool · 8 years ago
  15. 7666130 Fully qualify (preprend ::) calls to math functions from libc by Mehdi Amini · 8 years ago
  16. 7dc2fa3 [libc++] Remove math_win32.h by Shoaib Meenai · 8 years ago
  17. 543cf61 Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal Gorny. by Eric Fiselier · 8 years ago
  18. 45bae0b PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. by Richard Smith · 9 years ago
  19. 4faa394 Split <math.h> out of <cmath>. by Richard Smith · 9 years ago