| Commit message (Expand) | Author | Age | Files | Lines |
* | libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex> | Jonathan Wakely | 2023-05-16 | 1 | -7/+7 |
* | Update copyright years. | Jakub Jelinek | 2023-01-16 | 1 | -1/+1 |
* | libstdc++: Fix one more malformed requires-clause [PR107649] | Jonathan Wakely | 2022-11-19 | 1 | -1/+1 |
* | libstdc++: Adjust <format> for Clang compatibility [PR107712] | Jonathan Wakely | 2022-11-16 | 1 | -1/+1 |
* | libstdc++: Fix up <complex> for extended floating point types [PR107649] | Jakub Jelinek | 2022-11-16 | 1 | -415/+415 |
* | libstdc++-v3: <complex> support for extended floating point types | Jakub Jelinek | 2022-10-31 | 1 | -2/+639 |
* | libstdc++: Ensure all feature test macros have type long [PR87193] | Jonathan Wakely | 2022-01-21 | 1 | -1/+1 |
* | Update copyright years. | Jakub Jelinek | 2022-01-03 | 1 | -1/+1 |
* | libstdc++: Simplify n-ary arithmetic promotion traits | Jonathan Wakely | 2021-08-18 | 1 | -29/+0 |
* | libstdc++: Fix doxygen markup for group close commands | Jonathan Wakely | 2021-04-06 | 1 | -13/+13 |
* | Update copyright years. | Jakub Jelinek | 2021-01-04 | 1 | -1/+1 |
* | libstdc++: Fix -Wmismatched-tags warnings (PR 96063) | Jonathan Wakely | 2020-07-06 | 1 | -4/+8 |
* | libstdc++: Add comparison operators to types from Numerics clause | Jonathan Wakely | 2020-04-08 | 1 | -0/+2 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 1 | -1/+1 |
* | libstdc++: Define __cpp_lib_constexpr_complex macro | Jonathan Wakely | 2019-12-10 | 1 | -0/+4 |
* | PR libstdc++/61761 fix std::proj for targets without C99 cproj | Jonathan Wakely | 2019-05-01 | 1 | -25/+43 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 1 | -1/+1 |
* | PR libstdc++/88341 - Complex norm doesn't compile with C++11 | Edward Smith-Rowland | 2018-12-04 | 1 | -2/+2 |
* | Implement P0415 More constexpr for std::complex. | Edward Smith-Rowland | 2018-11-23 | 1 | -119/+105 |
* | Define special members as defaulted | Jonathan Wakely | 2018-06-08 | 1 | -3/+9 |
* | Rollback bad commits! Sorry! | Edward Smith-Rowland | 2018-05-07 | 1 | -33/+32 |
* | Revert 20001. | Edward Smith-Rowland | 2018-05-07 | 1 | -32/+33 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 1 | -1/+1 |
* | PR libstdc++/59568 fix error handling for std::complex stream extraction | Jonathan Wakely | 2017-12-13 | 1 | -19/+40 |
* | Disable -Wliteral-suffix for standard UDLs | Jonathan Wakely | 2017-12-01 | 1 | -0/+3 |
* | re PR libstdc++/81064 (Inline namespace regression) | François Dumont | 2017-07-23 | 1 | -5/+1 |
* | PR libstdc++/70607 make proj(T) and conj(T) return complex<T> | Jonathan Wakely | 2017-01-25 | 1 | -7/+12 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 1 | -1/+1 |
* | Fix libstdc++ versioned namespace build | Jonathan Wakely | 2016-10-03 | 1 | -1/+4 |
* | Remove trailing whitespace from libstdc++ headers | Jonathan Wakely | 2016-06-16 | 1 | -67/+67 |
* | Update copyright years. | Jakub Jelinek | 2016-01-04 | 1 | -1/+1 |
* | More fine-grained autoconf checks for C99 library | Jennifer Yao | 2015-11-13 | 1 | -2/+2 |
* | Enable lightweight checks with _GLIBCXX_ASSERTIONS. | Jonathan Wakely | 2015-09-09 | 1 | -1/+1 |
* | * include/std/complex (polar): Check for negative rho (LWG 2459). | Jonathan Wakely | 2015-05-13 | 1 | -1/+4 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | complex (complex::real, [...]): Add const. | Jonathan Wakely | 2014-10-15 | 1 | -2/+2 |
* | Implement SD-6: SG10 Feature Test Recommendations | Edward Smith-Rowland | 2014-10-01 | 1 | -0/+2 |
* | complex (complex): Define copy constructor and assignment operator as defaulted. | Jonathan Wakely | 2014-08-29 | 1 | -17/+22 |
* | functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ... | Jonathan Wakely | 2014-06-24 | 1 | -4/+4 |
* | complex (__complex_exp, pow): Specify the template parameter in calls to std:... | Marc Glisse | 2014-04-11 | 1 | -4/+4 |
* | Update copyright years in libstdc++-v3/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S... | Ed Smith-Rowland | 2013-10-23 | 1 | -0/+34 |
* | complex (pow(const complex<>&, int)): Enable in C++11 mode too. | Paolo Carlini | 2013-07-25 | 1 | -6/+5 |
* | c++config (_GLIBCXX_ABI_TAG_CXX11): Add. | Benjamin Kosnik | 2013-06-10 | 1 | -2/+2 |
* | complex (complex<float>::real, [...]): Declare as const member functions. | Paolo Carlini | 2013-04-22 | 1 | -6/+6 |
* | re PR libstdc++/56111 ({float,double,long double} complex not accepted anymore) | Marc Glisse | 2013-02-13 | 1 | -0/+3 |
* | re PR libstdc++/56085 (Unsafe negation in C++03 pow(complex,int)) | Paolo Carlini | 2013-01-24 | 1 | -4/+2 |
* | * include/std/complex (real, imag): Add ABI tag in C++11 mode. | Jason Merrill | 2012-11-12 | 1 | -0/+8 |
* | * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus. | Jason Merrill | 2012-11-10 | 1 | -12/+12 |
* | user.cfg.in: Add macros, directories. | Benjamin Kosnik | 2011-12-10 | 1 | -6/+6 |