Skip to content
Success

Changes

Summary

  1. Pass small trivially-copyable types by value (commit: 4f32de7) (details)
  2. Use QStringLiteral to avoid extraneous QString copies (commit: 82ccc4f) (details)
  3. Don't use Qt keywords (commit: e8daa5b) (details)
  4. Handle AL effect properties with a variant (commit: 6b4bbcc) (details)
  5. Use algorithms in place of some loops (commit: d24fc10) (details)
Commit 4f32de7daf3081cf7fb93dec6c33705c5f258bed by chris.kcat
Pass small trivially-copyable types by value
(commit: 4f32de7)
The file was modified utils/makemhr/loaddef.cpp (diff)
The file was modified utils/uhjencoder.cpp (diff)
The file was modified utils/sofa-support.cpp (diff)
The file was modified utils/sofa-info.cpp (diff)
The file was modified utils/uhjdecoder.cpp (diff)
The file was modified utils/makemhr/loadsofa.cpp (diff)
The file was modified utils/makemhr/makemhr.cpp (diff)
Commit 82ccc4f44fa0d16c65c37fecfdaa59824440c2ab by chris.kcat
Use QStringLiteral to avoid extraneous QString copies
(commit: 82ccc4f)
The file was modified utils/alsoft-config/mainwindow.cpp (diff)
The file was modified utils/alsoft-config/CMakeLists.txt (diff)
The file was modified utils/alsoft-config/mainwindow.h (diff)
The file was modified utils/alsoft-config/mainwindow.cpp (diff)
Commit 6b4bbcccbd4f0d687a3f3df1b89113e99be38726 by chris.kcat
Handle AL effect properties with a variant
(commit: 6b4bbcc)
The file was modified al/effects/equalizer.cpp (diff)
The file was modified al/effects/null.cpp (diff)
The file was modified al/effects/pshifter.cpp (diff)
The file was modified al/effects/echo.cpp (diff)
The file was modified al/effects/effects.h (diff)
The file was modified al/effects/modulator.cpp (diff)
The file was modified al/effects/autowah.cpp (diff)
The file was modified al/effects/chorus.cpp (diff)
The file was modified al/effects/fshifter.cpp (diff)
The file was modified al/effects/vmorpher.cpp (diff)
The file was modified core/effects/base.h (diff)
The file was modified alc/effects/dedicated.cpp (diff)
The file was modified al/auxeffectslot.cpp (diff)
The file was modified al/effect.cpp (diff)
The file was modified al/effects/compressor.cpp (diff)
The file was modified al/effect.h (diff)
The file was modified al/effects/convolution.cpp (diff)
The file was modified alc/effects/chorus.cpp (diff)
The file was modified alc/effects/base.h (diff)
The file was modified al/effects/dedicated.cpp (diff)
The file was modified al/effects/distortion.cpp (diff)
The file was modified al/effects/reverb.cpp (diff)
Commit d24fc10deee52a73c35762da79aee11d42311707 by chris.kcat
Use algorithms in place of some loops
(commit: d24fc10)
The file was modified alc/effects/chorus.cpp (diff)