aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/complex
AgeCommit message (Expand)AuthorFilesLines
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-18libstdc++: Simplify n-ary arithmetic promotion traitsJonathan Wakely1-29/+0
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-13/+13
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-06libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely1-4/+8
2020-04-08libstdc++: Add comparison operators to types from Numerics clauseJonathan Wakely1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10libstdc++: Define __cpp_lib_constexpr_complex macroJonathan Wakely1-0/+4
2019-05-01PR libstdc++/61761 fix std::proj for targets without C99 cprojJonathan Wakely1-25/+43
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-04PR libstdc++/88341 - Complex norm doesn't compile with C++11Edward Smith-Rowland1-2/+2
2018-11-23Implement P0415 More constexpr for std::complex.Edward Smith-Rowland1-119/+105
2018-06-08Define special members as defaultedJonathan Wakely1-3/+9
2018-05-07Rollback bad commits! Sorry!Edward Smith-Rowland1-33/+32
2018-05-07Revert 20001.Edward Smith-Rowland1-32/+33
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-13PR libstdc++/59568 fix error handling for std::complex stream extractionJonathan Wakely1-19/+40
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely1-0/+3
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-5/+1
2017-01-25PR libstdc++/70607 make proj(T) and conj(T) return complex<T>Jonathan Wakely1-7/+12
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely1-1/+4
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-67/+67
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao1-2/+2
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely1-1/+1
2015-05-13* include/std/complex (polar): Check for negative rho (LWG 2459).Jonathan Wakely1-1/+4
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-15complex (complex::real, [...]): Add const.Jonathan Wakely1-2/+2
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+2
2014-08-29complex (complex): Define copy constructor and assignment operator as defaulted.Jonathan Wakely1-17/+22
2014-06-24functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...Jonathan Wakely1-4/+4
2014-04-11complex (__complex_exp, pow): Specify the template parameter in calls to std:...Marc Glisse1-4/+4
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-10-23Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland1-0/+34
2013-07-25complex (pow(const complex<>&, int)): Enable in C++11 mode too.Paolo Carlini1-6/+5
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik1-2/+2
2013-04-22complex (complex<float>::real, [...]): Declare as const member functions.Paolo Carlini1-6/+6
2013-02-13re PR libstdc++/56111 ({float,double,long double} complex not accepted anymore)Marc Glisse1-0/+3
2013-01-24re PR libstdc++/56085 (Unsafe negation in C++03 pow(complex,int))Paolo Carlini1-4/+2
2012-11-12* include/std/complex (real, imag): Add ABI tag in C++11 mode.Jason Merrill1-0/+8
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-12/+12
2011-12-10user.cfg.in: Add macros, directories.Benjamin Kosnik1-6/+6
2011-11-08complex (complex<>::real(), [...]): Remove redundant const qualifiers.Paolo Carlini1-8/+8
2011-11-02re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch)Richard B. Kreckel1-8/+3
2011-10-28complex (__complex_acosh): Just use '< _Tp()'.Richard B. Kreckel1-1/+1
2011-10-27re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch)Richard B. Kreckel1-0/+2
2011-08-11future: constexpr functions are implicitly inline.Paolo Carlini1-3/+3
2011-04-28re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Paolo Carlini1-4/+25