summaryrefslogtreecommitdiffstats
path: root/libcxx/include/complex
Commit message (Expand)AuthorAgeFilesLines
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-291-2/+2
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* [libcxx] Improve accuracy of complex asinh and acoshMikhail Maltsev2018-02-191-3/+14
* Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow2018-01-311-2/+2
* cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith2017-07-071-79/+79
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-7/+7
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+1
* Use __builtin_isnan/isinf/isfinite in complexHal Finkel2016-10-011-80/+79
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-3/+0
* Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.Eric Fiselier2016-07-201-145/+60
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-221-6/+12
* Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need ...Marshall Clow2016-04-041-1/+1
* Implement literal suffixes for compledMarshall Clow2013-10-051-0/+41
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-7/+7
* Implement constexpr (n3302) and fix operator *= and /=Marshall Clow2013-07-311-49/+49
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-7/+7
* Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant2012-11-061-0/+2
* Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant2012-09-191-1/+5
* constexpr applied to <complex>.Howard Hinnant2012-07-201-21/+21
* Fix http://llvm.org/bugs/show_bug.cgi?id=11734Howard Hinnant2012-01-101-4/+8
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-3/+3
* LWG 1522Howard Hinnant2010-11-181-27/+27
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-211-21/+7
* Fixing whitespace problemsHoward Hinnant2010-08-221-71/+71
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+1528
OpenPOWER on IntegriCloud