summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/complex
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely2022-01-211-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Simplify n-ary arithmetic promotion traitsJonathan Wakely2021-08-181-29/+0
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-13/+13
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Fix -Wmismatched-tags warnings (PR 96063)Jonathan Wakely2020-07-061-4/+8
* libstdc++: Add comparison operators to types from Numerics clauseJonathan Wakely2020-04-081-0/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libstdc++: Define __cpp_lib_constexpr_complex macroJonathan Wakely2019-12-101-0/+4
* PR libstdc++/61761 fix std::proj for targets without C99 cprojJonathan Wakely2019-05-011-25/+43
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* PR libstdc++/88341 - Complex norm doesn't compile with C++11Edward Smith-Rowland2018-12-041-2/+2
* Implement P0415 More constexpr for std::complex.Edward Smith-Rowland2018-11-231-119/+105
* Define special members as defaultedJonathan Wakely2018-06-081-3/+9
* Rollback bad commits! Sorry!Edward Smith-Rowland2018-05-071-33/+32
* Revert 20001.Edward Smith-Rowland2018-05-071-32/+33
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/59568 fix error handling for std::complex stream extractionJonathan Wakely2017-12-131-19/+40
* Disable -Wliteral-suffix for standard UDLsJonathan Wakely2017-12-011-0/+3
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-5/+1
* PR libstdc++/70607 make proj(T) and conj(T) return complex<T>Jonathan Wakely2017-01-251-7/+12
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Fix libstdc++ versioned namespace buildJonathan Wakely2016-10-031-1/+4
* Remove trailing whitespace from libstdc++ headersJonathan Wakely2016-06-161-67/+67
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* More fine-grained autoconf checks for C99 libraryJennifer Yao2015-11-131-2/+2
* Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely2015-09-091-1/+1
* * include/std/complex (polar): Check for negative rho (LWG 2459).Jonathan Wakely2015-05-131-1/+4
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* complex (complex::real, [...]): Add const.Jonathan Wakely2014-10-151-2/+2
* Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland2014-10-011-0/+2
* complex (complex): Define copy constructor and assignment operator as defaulted.Jonathan Wakely2014-08-291-17/+22
* functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...Jonathan Wakely2014-06-241-4/+4
* complex (__complex_exp, pow): Specify the template parameter in calls to std:...Marc Glisse2014-04-111-4/+4
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland2013-10-231-0/+34
* complex (pow(const complex<>&, int)): Enable in C++11 mode too.Paolo Carlini2013-07-251-6/+5
* c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik2013-06-101-2/+2
* complex (complex<float>::real, [...]): Declare as const member functions.Paolo Carlini2013-04-221-6/+6
* re PR libstdc++/56111 ({float,double,long double} complex not accepted anymore)Marc Glisse2013-02-131-0/+3
* re PR libstdc++/56085 (Unsafe negation in C++03 pow(complex,int))Paolo Carlini2013-01-241-4/+2
* * include/std/complex (real, imag): Add ABI tag in C++11 mode.Jason Merrill2012-11-121-0/+8
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-12/+12
* user.cfg.in: Add macros, directories.Benjamin Kosnik2011-12-101-6/+6
* complex (complex<>::real(), [...]): Remove redundant const qualifiers.Paolo Carlini2011-11-081-8/+8
* re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch)Richard B. Kreckel2011-11-021-8/+3
* complex (__complex_acosh): Just use '< _Tp()'.Richard B. Kreckel2011-10-281-1/+1
* re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch)Richard B. Kreckel2011-10-271-0/+2
* future: constexpr functions are implicitly inline.Paolo Carlini2011-08-111-3/+3
* re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)Paolo Carlini2011-04-281-4/+25