summaryrefslogtreecommitdiffstats
path: root/libcxx/include/cmath
Commit message (Expand)AuthorAgeFilesLines
* Remove definition of std::fmaf from libc++. Fixes bug #18910. This function s...Marshall Clow2014-03-051-5/+1
* Back out the <type_traits> changes from r198431; they were breaking when buil...Marshall Clow2014-01-061-55/+15
* Patch by Howard. First part of fix for PR18218; add type traits needed to do ...Marshall Clow2014-01-031-16/+55
* Glen: Remove unneeded _LIBCPP_ALWAYS_INLINE.Howard Hinnant2013-08-291-1/+1
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-22/+24
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-36/+41
* Make <cmath> classification macros work with integral types.Howard Hinnant2013-01-141-42/+48
* Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant2012-11-061-0/+2
* Apply noexcept to those functions implemented in <cmath> as a conforming exte...Howard Hinnant2012-07-061-195/+195
* Change std::abs from a template function to three overloads for float, double...Howard Hinnant2012-05-031-3/+10
* Fix MSVC / Sun #ifdef ordering. Remove another #if-nothing-#endif.David Chisnall2012-02-291-4/+2
* Remove a spurious #ifdef / #endif pair with nothing between them.David Chisnall2012-02-291-2/+0
* Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall2012-02-291-1/+33
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+1
* Windows port work by Ruben Van BoxemHoward Hinnant2011-10-271-0/+64
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant2011-05-131-342/+332
* license changeHoward Hinnant2010-11-161-2/+2
* I have reverted all contributions made by Jesse Towner in revision 110724Howard Hinnant2010-11-161-11/+0
* visibility-decoration.Howard Hinnant2010-09-211-73/+68
* Getting started on a visibility-decoration sweep.Howard Hinnant2010-09-211-67/+12
* Fixing whitespace problemsHoward Hinnant2010-08-221-13/+13
* patch by Jesse Towner, and bug fix by Sebastian RedlHoward Hinnant2010-08-101-0/+11
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1644
OpenPOWER on IntegriCloud