Skip to content
Failed

Changes

Summary

  1. Port to Qt6 (#1132) (commit: c07bbde) (details)
  2. Make intrusive_ptr constexpr (commit: c6058ec) (details)
  3. Remove extraneous WIN32_LEAN_AND_MEAN definitions (commit: 6a90a2d) (details)
  4. Use intrusive_ptrs to manage buffer and auxslot refs (commit: 87ed113) (details)
  5. Rename add_ref to inc_ref for consistency (commit: bd3721c) (details)
  6. Fix exception specification and remove a NOLINT (commit: 2326188) (details)
  7. Clean up some clazy warnings (commit: 74496e1) (details)
  8. Avoid using a deprecated function (commit: 19af544) (details)
  9. Install the Qt6 dev package for the Linux CI (commit: 1921752) (details)
  10. Fix building with older Qt versions (commit: b83e0f4) (details)
  11. Avoid comparing qstrings to char* (commit: eb7c7b7) (details)
Commit c07bbde9cf722b2207d84247172fac8f55d3970d by noreply
Port to Qt6 (#1132)

Signed-off-by: Andreas Sturmlechner <[email protected]>
(commit: c07bbde)
The file was modifiedutils/alsoft-config/mainwindow.cpp (diff)
The file was modifiedCMakeLists.txt (diff)
The file was modifiedutils/alsoft-config/CMakeLists.txt (diff)
The file was modifiedcommon/intrusive_ptr.h (diff)
Commit 6a90a2d6dbbf85526a879ce08ea90bb08631e75c by chris.kcat
Remove extraneous WIN32_LEAN_AND_MEAN definitions
(commit: 6a90a2d)
The file was modifiedrouter/router.h (diff)
The file was modifiedexamples/common/alhelpers.c (diff)
Commit 87ed1133c448c5d737ba805cf0bba702c6f900ff by chris.kcat
Use intrusive_ptrs to manage buffer and auxslot refs
(commit: 87ed113)
The file was modifiedal/source.h (diff)
The file was modifiedalc/alc.cpp (diff)
The file was modifiedal/auxeffectslot.cpp (diff)
The file was modifiedal/buffer.h (diff)
The file was modifiedal/buffer.cpp (diff)
The file was modifiedcommon/intrusive_ptr.h (diff)
The file was modifiedal/auxeffectslot.h (diff)
The file was modifiedal/source.cpp (diff)
Commit bd3721c022aea96f7b954672dcce7b997345e875 by chris.kcat
Rename add_ref to inc_ref for consistency
(commit: bd3721c)
The file was modifiedcore/hrtf.cpp (diff)
The file was modifiedcore/hrtf.h (diff)
The file was modifiedcommon/intrusive_ptr.h (diff)
The file was modifiedal/auxeffectslot.h (diff)
The file was modifiedalc/alc.cpp (diff)
The file was modifiedal/buffer.h (diff)
Commit 2326188501dcb462635e43b4f7323f7c62255ed3 by chris.kcat
Fix exception specification and remove a NOLINT
(commit: 2326188)
The file was modifiedcore/hrtf.cpp (diff)
The file was modifiedcore/hrtf.h (diff)
The file was modifiedcommon/intrusive_ptr.h (diff)
The file was modifiedcommon/intrusive_ptr.h (diff)
The file was modifiedalc/backends/wasapi.cpp (diff)
Commit 19af5443eaa89e519cc05b7f20599a4558f7692b by chris.kcat
Avoid using a deprecated function
(commit: 19af544)
The file was modifiedutils/alsoft-config/mainwindow.cpp (diff)
Commit 19217522d1ad91c408d0f3b17c4c75fca7202e7c by chris.kcat
Install the Qt6 dev package for the Linux CI
(commit: 1921752)
The file was modified.github/workflows/ci.yml (diff)
Commit b83e0f40066d24145083e695421912460fbc1be4 by chris.kcat
Fix building with older Qt versions
(commit: b83e0f4)
The file was modifiedutils/alsoft-config/mainwindow.cpp (diff)
Commit eb7c7b7ff2a71ae703dc2228e1feb936a6aaa50b by chris.kcat
Avoid comparing qstrings to char*
(commit: eb7c7b7)
The file was modifiedutils/alsoft-config/mainwindow.cpp (diff)