1. 2c15439 Implement P0030R1: Introduce a 3-Argument Overload to std::hypot by Marshall Clow · 8 years ago
  2. 4faa394 Split <math.h> out of <cmath>. by Richard Smith · 9 years ago
  3. 0b6f8ed Provide std::abs(<floating-point>) in <cmath> on Solaris. by Eric Fiselier · 10 years ago
  4. 3ff0531 cmath: account for MSVCRT 12.0 changes by Saleem Abdulrasool · 10 years ago
  5. f51d676 Get libc++ building on Sun Solaris. Patch from C Bergstrom. by Eric Fiselier · 10 years ago
  6. 950ee77 [libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo. by Eric Fiselier · 10 years ago
  7. 9dc353c Rename arguments in include/cmath to work around Newlib macro implementation using these particular names by Jonathan Roelofs · 10 years ago
  8. 0d6dcb5 Remove definition of std::fmaf from libc++. Fixes bug #18910. This function should come from the C standard library. As a drive-by fix, update the tests to remove a warning from -Wabsolute-value by Marshall Clow · 11 years ago
  9. 908b5d7 Back out the <type_traits> changes from r198431; they were breaking when building with glibc. Need to find a better solution for PR18218. by Marshall Clow · 11 years ago
  10. 854a7a0 Patch by Howard. First part of fix for PR18218; add type traits needed to do the right thing. Fix the problems in PR18218 for isnan and pow - they also need to be applied to the other functions in <cmath>. Also, a drive-by fix for the test - now actually calls test_abs() by Marshall Clow · 11 years ago
  11. 161a9bf Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE. by Howard Hinnant · 11 years ago
  12. 7f76450 Xing Xue: port to IBM XLC++/AIX. by Howard Hinnant · 11 years ago
  13. e9df0a5 Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is by Howard Hinnant · 11 years ago
  14. b05a556 Make <cmath> classification macros work with integral types. by Howard Hinnant · 12 years ago
  15. 0919dba Dimitry Andric: Silence some miscellaneous warnings. by Howard Hinnant · 12 years ago
  16. cac0c46 Apply noexcept to those functions implemented in <cmath> as a conforming extension. by Howard Hinnant · 12 years ago
  17. f07a529 Change std::abs from a template function to three overloads for float, double and long double. by Howard Hinnant · 12 years ago
  18. b6e7c30 Fix MSVC / Sun #ifdef ordering. Remove another #if-nothing-#endif. by David Chisnall · 13 years ago
  19. 26cba27 Remove a spurious #ifdef / #endif pair with nothing between them. by David Chisnall · 13 years ago
  20. 997e454 Solaris port. Currently sees around 200 test failures, mostly related to by David Chisnall · 13 years ago
  21. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  22. 9f8884e Windows port work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  23. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  24. 0a11111 http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. by Howard Hinnant · 13 years ago
  25. b64f8b0 license change by Howard Hinnant · 14 years ago
  26. 726a76f I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 14 years ago
  27. 422a53f visibility-decoration. by Howard Hinnant · 14 years ago
  28. c0de2e4 Getting started on a visibility-decoration sweep. by Howard Hinnant · 14 years ago
  29. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  30. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
  31. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  32. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago