index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
complex
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-06
libstdc++: implement tuple protocol for std::complex (P2819R2)
Giuseppe D'Angelo
1
-0
/
+91
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-10-09
libstdc++: Fix -Wnarrowing in <complex> [PR116991]
Jonathan Wakely
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
1
-0
/
+4
2024-06-05
[libstdc++] add _GLIBCXX_CLANG to workaround predefined __clang__
Alexandre Oliva
1
-2
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-6
/
+5
2023-08-09
libstdc++: Suppress clang -Wc99-extensions warnings in <complex>
Jonathan Wakely
1
-0
/
+9
2023-08-09
libstdc++: Explicitly default some copy ctors and assignments
Jonathan Wakely
1
-0
/
+13
2023-05-31
libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>
Jonathan Wakely
1
-1
/
+1
2023-05-16
libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>
Jonathan Wakely
1
-7
/
+7
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-19
libstdc++: Fix one more malformed requires-clause [PR107649]
Jonathan Wakely
1
-1
/
+1
2022-11-16
libstdc++: Adjust <format> for Clang compatibility [PR107712]
Jonathan Wakely
1
-1
/
+1
2022-11-16
libstdc++: Fix up <complex> for extended floating point types [PR107649]
Jakub Jelinek
1
-415
/
+415
2022-10-31
libstdc++-v3: <complex> support for extended floating point types
Jakub Jelinek
1
-2
/
+639
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
1
-1
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-08-18
libstdc++: Simplify n-ary arithmetic promotion traits
Jonathan Wakely
1
-29
/
+0
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-13
/
+13
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-07-06
libstdc++: Fix -Wmismatched-tags warnings (PR 96063)
Jonathan Wakely
1
-4
/
+8
2020-04-08
libstdc++: Add comparison operators to types from Numerics clause
Jonathan Wakely
1
-0
/
+2
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-10
libstdc++: Define __cpp_lib_constexpr_complex macro
Jonathan Wakely
1
-0
/
+4
2019-05-01
PR libstdc++/61761 fix std::proj for targets without C99 cproj
Jonathan Wakely
1
-25
/
+43
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-04
PR libstdc++/88341 - Complex norm doesn't compile with C++11
Edward Smith-Rowland
1
-2
/
+2
2018-11-23
Implement P0415 More constexpr for std::complex.
Edward Smith-Rowland
1
-119
/
+105
2018-06-08
Define special members as defaulted
Jonathan Wakely
1
-3
/
+9
2018-05-07
Rollback bad commits! Sorry!
Edward Smith-Rowland
1
-33
/
+32
2018-05-07
Revert 20001.
Edward Smith-Rowland
1
-32
/
+33
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-13
PR libstdc++/59568 fix error handling for std::complex stream extraction
Jonathan Wakely
1
-19
/
+40
2017-12-01
Disable -Wliteral-suffix for standard UDLs
Jonathan Wakely
1
-0
/
+3
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
1
-5
/
+1
2017-01-25
PR libstdc++/70607 make proj(T) and conj(T) return complex<T>
Jonathan Wakely
1
-7
/
+12
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-03
Fix libstdc++ versioned namespace build
Jonathan Wakely
1
-1
/
+4
2016-06-16
Remove trailing whitespace from libstdc++ headers
Jonathan Wakely
1
-67
/
+67
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-13
More fine-grained autoconf checks for C99 library
Jennifer Yao
1
-2
/
+2
2015-09-09
Enable lightweight checks with _GLIBCXX_ASSERTIONS.
Jonathan Wakely
1
-1
/
+1
2015-05-13
* include/std/complex (polar): Check for negative rho (LWG 2459).
Jonathan Wakely
1
-1
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-10-15
complex (complex::real, [...]): Add const.
Jonathan Wakely
1
-2
/
+2
2014-10-01
Implement SD-6: SG10 Feature Test Recommendations
Edward Smith-Rowland
1
-0
/
+2
2014-08-29
complex (complex): Define copy constructor and assignment operator as defaulted.
Jonathan Wakely
1
-17
/
+22
2014-06-24
functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...
Jonathan Wakely
1
-4
/
+4
[next]