Skip to content
Success

Changes

Summary

  1. fix redefinition warning (#1131) (commit: 8375650) (details)
  2. Avoid a dummy variable for the end of a struct (commit: 097130d) (details)
  3. Use std::generate for initializing PFFFT_Setup::e (commit: 9ef9dec) (details)
  4. Replace some loops with ranges and algorithms (commit: d50bbe2) (details)
  5. Make macOS happy (commit: b00b4fd) (details)
  6. More macOS fixes (commit: ad7927f) (details)
Commit 8375650ef9ed2f12d734d6491eae3277d5d247fa by noreply
fix redefinition warning (#1131)

* fix redefinition warning

This fixes a redefinition warning when WIN32_LEAN_AND_MEAN is already defined by the toolchain

* define WIN32_LEAN_AND_MEAN from cmake
(commit: 8375650)
The file was modifiedcommon/althreads.h (diff)
The file was modifiedCMakeLists.txt (diff)
The file was modifiedcommon/strutils.cpp (diff)
The file was modifiedalc/alc.cpp (diff)
The file was modifiedcore/cpu_caps.cpp (diff)
The file was modifiedcommon/althrd_setname.cpp (diff)
The file was modifiedalc/backends/wasapi.cpp (diff)
The file was modifiedcommon/dynload.cpp (diff)
The file was modifiedcommon/comptr.h (diff)
The file was modifiedcore/helpers.cpp (diff)
The file was modifiedcore/logging.cpp (diff)
The file was modifiedcommon/win_main_utf8.h (diff)
The file was modifiedal/error.cpp (diff)
The file was modifiedalc/backends/dsound.cpp (diff)
The file was modifiedalc/backends/otherio.cpp (diff)
Commit 097130d57ab777318a286517cb069898befe2e6a by chris.kcat
Avoid a dummy variable for the end of a struct
(commit: 097130d)
The file was modifiedcommon/pffft.h (diff)
The file was modifiedcommon/pffft.cpp (diff)
Commit 9ef9dec39202b25412dbad54f8856c1f4d688f0e by chris.kcat
Use std::generate for initializing PFFFT_Setup::e
(commit: 9ef9dec)
The file was modifiedcommon/pffft.cpp (diff)
Commit d50bbe2b55256476cd6c3cc8657d0abfb6cdad20 by chris.kcat
Replace some loops with ranges and algorithms
(commit: d50bbe2)
The file was modifiedal/event.cpp (diff)
The file was modifiedal/effect.cpp (diff)
The file was modifiedal/listener.cpp (diff)
The file was modifiedal/debug.cpp (diff)
The file was modifiedal/buffer.cpp (diff)
The file was modifiedal/auxeffectslot.cpp (diff)
The file was modifiedal/source.cpp (diff)
The file was modifiedal/filter.cpp (diff)
The file was modifiedal/state.cpp (diff)
The file was modifiedal/debug.cpp (diff)
The file was modifiedal/event.cpp (diff)
The file was modifiedal/source.cpp (diff)
The file was modifiedal/source.cpp (diff)