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