aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/complex
AgeCommit message (Expand)AuthorFilesLines
2025-03-06libstdc++: implement tuple protocol for std::complex (P2819R2)Giuseppe D'Angelo1-0/+91
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-10-09libstdc++: Fix -Wnarrowing in <complex> [PR116991]Jonathan Wakely1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-09-19libstdc++: add #pragma diagnosticJason Merrill1-0/+4
2024-06-05[libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__Alexandre Oliva1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-6/+5
2023-08-09libstdc++: Suppress clang -Wc99-extensions warnings in <complex>Jonathan Wakely1-0/+9
2023-08-09libstdc++: Explicitly default some copy ctors and assignmentsJonathan Wakely1-0/+13
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely1-1/+1
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>Jonathan Wakely1-7/+7
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-19libstdc++: Fix one more malformed requires-clause [PR107649]Jonathan Wakely1-1/+1
2022-11-16libstdc++: Adjust <format> for Clang compatibility [PR107712]Jonathan Wakely1-1/+1
2022-11-16libstdc++: Fix up <complex> for extended floating point types [PR107649]Jakub Jelinek1-415/+415
2022-10-31libstdc++-v3: <complex> support for extended floating point typesJakub Jelinek1-2/+639
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