Skip to content
Success

Changes

Summary

  1. Don't include empty names for the router to accept/reject (commit: c547df0) (details)
  2. Properly check for empty paths (commit: 8240fa5) (details)
  3. Reduce the amount of macro hackery for loading functions (commit: bf4413a) (details)
  4. Make sure DriverIface is not copyable (commit: c86085d) (details)
  5. Clean up some clang-tidy header warnings (commit: 64f8e83) (details)
  6. Make the function pointer order consistent with the declarations (commit: 258bec8) (details)
  7. Add missing include (commit: 8844f7d) (details)
  8. Avoid reference-to-function template parameters (commit: 8a522c2) (details)
  9. Fix some clang-tidy warnings in the WASAPI backend (commit: 0317ce3) (details)
  10. Fix more clang-tidy warnings in the dsound and winmm backends (commit: d330bac) (details)
  11. Fix narrowing conversion warning for Win32 semaphores (commit: aa5954f) (details)
  12. Make some struct methods const (commit: 26a06ed) (details)
  13. Fix some missing and unnecessary includes (commit: 369c2bb) (details)
  14. Remove some explicit inlines (commit: 0036434) (details)
Commit c547df07fb07b887715f377d7a0e37655234b9e7 by chris.kcat
Don't include empty names for the router to accept/reject
(commit: c547df0)
The file was modified router/router.cpp (diff)
Commit 8240fa588118decd203da2b99b9bf8c2c54d1a4c by chris.kcat
Properly check for empty paths
(commit: 8240fa5)
The file was modified router/router.cpp (diff)
Commit bf4413aa703f19787c8826b89a453afe6d3a2c35 by chris.kcat
Reduce the amount of macro hackery for loading functions
(commit: bf4413a)
The file was modified router/router.cpp (diff)
Commit c86085db30677b1cdd1018432a166bb06bba215e by chris.kcat
Make sure DriverIface is not copyable
(commit: c86085d)
The file was modified router/router.h (diff)
Commit 64f8e8347f7ed3f98917fae7587f4d72b54c28ef by chris.kcat
Clean up some clang-tidy header warnings
(commit: 64f8e83)
The file was modified core/device.h (diff)
The file was modified common/comptr.h (diff)
The file was modified alc/device.cpp (diff)
The file was modified common/strutils.h (diff)
The file was modified alc/context.h (diff)
The file was modified core/logging.cpp (diff)
The file was modified alc/alu.h (diff)
The file was modified core/ambidefs.h (diff)
The file was modified alc/device.h (diff)
The file was modified core/logging.h (diff)
The file was modified core/mixer.h (diff)
The file was modified utils/alsoft-config/mainwindow.h (diff)
The file was modified core/async_event.h (diff)
Commit 258bec84f00fd863668d67b97fc686d06e162f4e by chris.kcat
Make the function pointer order consistent with the declarations
(commit: 258bec8)
The file was modified include/AL/alext.h (diff)
The file was modified core/mixer/hrtfbase.h (diff)
Commit 8a522c2c7f8625c4bbf428044e0781010242ba23 by chris.kcat
Avoid reference-to-function template parameters
(commit: 8a522c2)
The file was modified core/mixer/mixer_c.cpp (diff)
The file was modified core/mixer/hrtfbase.h (diff)
Commit 0317ce366292411b1f58c28b548b98a47f617631 by chris.kcat
Fix some clang-tidy warnings in the WASAPI backend
(commit: 0317ce3)
The file was modified alc/backends/wasapi.cpp (diff)
Commit d330bac3dfbf22779fb3451ac8221fa02fef80a5 by chris.kcat
Fix more clang-tidy warnings in the dsound and winmm backends
(commit: d330bac)
The file was modified alc/backends/dsound.cpp (diff)
The file was modified alc/backends/winmm.cpp (diff)
Commit aa5954fb2896d141a634a25431c6a48919fb661a by chris.kcat
Fix narrowing conversion warning for Win32 semaphores
(commit: aa5954f)
The file was modified common/alsem.cpp (diff)
Commit 26a06ed02e027f1c37ef248fe706b3f87c3eb1ef by chris.kcat
Make some struct methods const
(commit: 26a06ed)
The file was modified alc/effects/reverb.cpp (diff)
Commit 369c2bbe9d37e2b6cfd59fe1da7851ac443dbcf7 by chris.kcat
Fix some missing and unnecessary includes
(commit: 369c2bb)
The file was modified al/eax/fx_slots.h (diff)
The file was modified core/bs2b.h (diff)
The file was modified examples/alloopback.c (diff)
The file was modified al/filter.cpp (diff)
The file was modified al/buffer.cpp (diff)
The file was modified al/auxeffectslot.cpp (diff)