-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3rdparty] Clang-19 dependency compat updates
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule kfr
updated
18 files
+2 −25 | .github/workflows/test.yml | |
+20 −0 | CHANGELOG.md | |
+17 −5 | CMakeLists.txt | |
+9 −9 | KNOWNBUGS.md | |
+3 −3 | README.md | |
+1 −0 | docs/cxxdox.yml | |
+113 −21 | examples/biquads.cpp | |
+16 −7 | examples/dft.cpp | |
+42 −33 | examples/fir.cpp | |
+129 −30 | examples/iir.cpp | |
+46 −3 | examples/sample_rate_conversion.cpp | |
+19 −0 | examples/window.cpp | |
+4 −4 | include/kfr/cometa/memory.hpp | |
+14 −14 | include/kfr/dsp/biquad.hpp | |
+32 −1 | include/kfr/dsp/iir_design.hpp | |
+1 −1 | include/kfr/kfr.h | |
+1 −1 | include/kfr/simd/vec.hpp | |
+3 −0 | tests/unit/base/basic_expressions.cpp |
Submodule r8brain-free-src
updated
35 files
+16 −35 | CDSPBlockConvolver.h | |
+19 −34 | CDSPFIRFilter.h | |
+160 −158 | CDSPFracInterpolator.h | |
+107 −208 | CDSPHBDownsampler.h | |
+718 −0 | CDSPHBDownsampler.inc | |
+33 −42 | CDSPHBUpsampler.h | |
+21 −2 | CDSPProcessor.h | |
+16 −39 | CDSPRealFFT.h | |
+107 −68 | CDSPResampler.h | |
+120 −92 | CDSPSincFilterGen.h | |
+ − | DLL/Win32/r8bsrc.dll | |
+ − | DLL/Win32/r8bsrc.lib | |
+ − | DLL/Win64/r8bsrc.dll | |
+ − | DLL/Win64/r8bsrc.lib | |
+30 −20 | DLL/r8bsrc.cpp | |
+36 −19 | DLL/r8bsrc.h | |
+5 −2 | DLL/r8bsrc.pas | |
+1 −1 | LICENSE | |
+86 −27 | README.md | |
+ − | bench/Win64/r8bfreesrc.exe | |
+33 −14 | bench/masstest.cpp | |
+3 −3 | bench/r8bfreesrc.cpp | |
+3 −3 | bench/rmscompare.cpp | |
+4 −4 | bench/sacd.cpp | |
+8 −9 | bench/snrtest.cpp | |
+34 −14 | bench/zerotest.cpp | |
+1 −3 | fft4g.h | |
+0 −3 | other/flttest.cpp | |
+48 −16 | other/genhbc.cpp | |
+ − | other/icon.png | |
+1 −1 | other/r8bdoxy.txt | |
+2 −2 | pffft.cpp | |
+1 −1 | pffft_double/simd/pf_neon_double.h | |
+56 −75 | r8bbase.h | |
+49 −29 | r8bconf.h |