Skip to content
Success

Changes

Summary

  1. Avoid using :f formatting for errors with floating point (commit: 8af9741) (details)
  2. Use ranges in the router (commit: 15b7f79) (details)
  3. Use ranges to handle extension, function, and enum lists (commit: de493dc) (details)
  4. Replace some loops with with range algorithms (commit: 35d8f58) (details)
  5. Silence a false-positive clang-tidy warning (commit: fc7ab21) (details)
  6. Use ranges and cleanup more alc.cpp (commit: c1ac21e) (details)
Commit 8af97415920f2d4a57c29917faeefcf47b38206d by chris.kcat
Avoid using :f formatting for errors with floating point

:f is the typical float formatter equivalent to %f with printf, which can limit
the displayed precision, The default is similar to :g/%g, except that the
precision is as high as necessary to show the value.
(commit: 8af9741)
The file was modifiedal/effects/chorus.cpp (diff)
The file was modifiedal/listener.cpp (diff)
The file was modifiedal/state.cpp (diff)
The file was modifiedal/auxeffectslot.cpp (diff)
The file was modifiedal/filter.cpp (diff)
The file was modifiedrouter/router.cpp (diff)
The file was modifiedrouter/alc.cpp (diff)
Commit de493dc1eb09d649847cf33e08bb22457e4a333e by chris.kcat
Use ranges to handle extension, function, and enum lists
(commit: de493dc)
The file was modifiedalc/alc.cpp (diff)
The file was modifiedalc/export_list.h (diff)
Commit 35d8f5831725c680bc1c8c9e1137e060c04160b6 by chris.kcat
Replace some loops with with range algorithms
(commit: 35d8f58)
The file was modifiedalc/alc.cpp (diff)
Commit fc7ab2151bacce24054d66bceca5f5f14e3a5089 by chris.kcat
Silence a false-positive clang-tidy warning
(commit: fc7ab21)
The file was modifiedalc/backends/dsound.cpp (diff)
Commit c1ac21ebd66c0d4e50ec69b1b7706c6811dfd9f0 by chris.kcat
Use ranges and cleanup more alc.cpp
(commit: c1ac21e)
The file was modifiedalc/alc.cpp (diff)