aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/complex
AgeCommit message (Expand)AuthorFilesLines
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-1039/+882
2023-12-13[libc++][NFC] Add a few explicit 'inline' keywords, mostly in <chrono> (#75234)Louis Dionne1-6/+6
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-3/+3
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-109/+109
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik7771-2/+2
2023-08-15[libc++][NFC] Refactor return type enable_ifs to defaulted template argumentsNikolas Klauser1-40/+14
2023-06-11[libc++][spaceship] P1614R2: Removed ops from `complex`Hristo Hristov1-6/+10
2023-03-08[libc++] Granularize <type_traits> includesNikolas Klauser1-1/+4
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2023-01-08[libc++] [C++20] [P0415] Constexpr for std::complex.Marek Kurdej1-181/+254
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-157/+157
2022-12-08[libc++][NFC] Rename __libcpp_*_or_builtin to __constexpr_*Nikolas Klauser1-78/+78
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser1-14/+14
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-26/+26
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser1-2/+2
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-28[libc++] Fix buggy numerics of tanh(complex) at infXiang Gao1-2/+2
2021-10-28[libc++] Fix numeric of exp(complex) at infXiang Gao1-2/+3
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-2/+2
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer1-1/+1
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis Dionne1-1/+6
2020-10-19[libc++] Add more tests for operator<< on std::complexLouis Dionne1-8/+0
2020-05-07[libc++] Fix ostream for complex numbers with fixed field widthAntonio Sanchez1-1/+7
2020-02-19[libc++] reduce <complex> parsing timeLouis Dionne1-13/+8
2019-05-29[NFC][libcxx] Remove trailing whitespaceLouis Dionne1-2/+2
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow1-0/+1
2018-02-19[libcxx] Improve accuracy of complex asinh and acoshMikhail Maltsev1-3/+14
2018-01-31Implement LWG2870: Default value of parameter theta of polar should be dependentMarshall Clow1-2/+2
2017-07-07cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith1-79/+79
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-7/+7
2016-12-23Fix unused parameters and variablesEric Fiselier1-1/+1
2016-10-01Use __builtin_isnan/isinf/isfinite in complexHal Finkel1-80/+79
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow1-3/+0
2016-07-20Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.Eric Fiselier1-145/+60
2016-04-22Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov1-6/+12
2016-04-04Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need ...Marshall Clow1-1/+1
2013-10-05Implement literal suffixes for compledMarshall Clow1-0/+41
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-7/+7
2013-07-31Implement constexpr (n3302) and fix operator *= and /=Marshall Clow1-49/+49
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-7/+7
2012-11-06Dimitry Andric: Silence some miscellaneous warnings.Howard Hinnant1-0/+2
2012-09-19Add overflow check to tanh(complex) and reduce to finite answer. Fixes http:...Howard Hinnant1-1/+5
2012-07-20constexpr applied to <complex>.Howard Hinnant1-21/+21
2012-01-10Fix http://llvm.org/bugs/show_bug.cgi?id=11734Howard Hinnant1-4/+8
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant1-0/+2
2011-06-30_STD -> _VSTD to avoid macro clash on windowsHoward Hinnant1-3/+3