summaryrefslogtreecommitdiffstats
path: root/libcxx/include/cmath
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-6/+6
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-6/+6
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-6/+6
* cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith2017-07-071-6/+6
* [libc++] Drop support for CRTs older than VS 2015Shoaib Meenai2017-04-071-6/+0
* math: fix typo in macroSaleem Abdulrasool2017-02-171-6/+6
* cmath: Use c99 math on a new enough msvcrtSaleem Abdulrasool2017-02-171-4/+4
* math: correct the MSVCRT conditionSaleem Abdulrasool2017-02-161-2/+2
* math: actually pull the declarations/overloads into stdSaleem Abdulrasool2017-02-131-1/+1
* cmath: adjust math forwards for WindowsSaleem Abdulrasool2017-02-121-2/+2
* [CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr.Justin Lebar2016-11-151-6/+6
* [libc++] Remove unnecessary MSVCRT exclusionsShoaib Meenai2016-11-081-6/+0
* Remove some additional unnecessary std:: in cmathHal Finkel2016-10-011-9/+9
* Use __builtin_isnan/isinf/isfinite in complexHal Finkel2016-10-011-0/+60
* Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. Patch from Michal...Eric Fiselier2016-08-151-18/+0
* Implement P0030R1: Introduce a 3-Argument Overload to std::hypotMarshall Clow2016-05-171-0/+28
* Split <math.h> out of <cmath>.Richard Smith2015-10-081-1156/+12
* Provide std::abs(<floating-point>) in <cmath> on Solaris.Eric Fiselier2015-03-181-0/+4
* cmath: account for MSVCRT 12.0 changesSaleem Abdulrasool2015-02-281-2/+10
* Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier2015-01-231-1/+1
* [libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo.Eric Fiselier2014-10-171-24/+24
* Rename arguments in include/cmath to work around Newlib macro implementation ...Jonathan Roelofs2014-08-271-230/+230
* 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