Commits
- 0694607: Combine dbus_wrap with rtkit (Chris Robinson)
- 44e38c5: Make a method const (Chris Robinson)
- d298856: Fix a string parameter type (Chris Robinson)
- 9c50193: Disable MSVC warning 4373 (Chris Robinson)
- a51d6fa: Replace an any_of with find_if (Chris Robinson)
- 41504b8: Use an explicit template to get a parameter type (Chris Robinson)
- ef4501a: Cleanup router code (Chris Robinson)
- bb700ea: Remove extraneous parenthesis (Chris Robinson)
- f2a110c: Avoid macros for logging (Chris Robinson)
- d6fe877: Don't special-case void return types for modules (Chris Robinson)
- d8938c0: Remove an unnecessary const (Chris Robinson)
- 8479d06: Fix some grammar in comments (Chris Robinson)
- 574988a: Use 'this' explicitly to silence a warning (Chris Robinson)
- dcb8bed: Update some types for device fields (Chris Robinson)
- a488191: Update types for the config functions (Chris Robinson)
- ccfe8fe: Update types in alnumeric (Chris Robinson)
- 680ecb5: Improve constness of the filters (Chris Robinson)
- 1338b4c: Simplify creating NFC filters (Chris Robinson)
- 5841ffe: Use simplified types for contexts (Chris Robinson)
- c7800c5: Ensure dual biquad filters interpolate correctly (Chris Robinson)
- e206d76: Slightly simplify the NFC filter structure (Chris Robinson)
- 9a51955: Add lifetimebound to a function that returns one of its spans (Chris Robinson)
- 5e093de: Clean up and add nodiscard to ComPtr (Chris Robinson)
- 4e5db52: Use raw string literals to avoid excessive escaping (Chris Robinson)
- 9714a35: Deduce some template arguments (Chris Robinson)
- 0cc6643: Enable -Warith-conversion (Chris Robinson)
- a7d862a: Pass an optional as a const reference (Chris Robinson)
- 800a4c8: Enable Oboe in Android CI builds (#1192) (3DJ) #1192
- 7051cc2: Move the simplified type names/UDLs to a separate header (Chris Robinson)
- b35c66b: Remove an unnecessary call to c_str (Chris Robinson)
- 94b8ede: Use raw string literals to avoid excessive escapes (Chris Robinson)
- e25be0b: Remove an out of date comment (Chris Robinson)
- 19b2bd9: Remove an template deduction guide (Chris Robinson)
- 258e09e: Properly export alGetProcAddressDirect (Chris Robinson)
- 4faeab6: Parameters and non-static local vars shouldn't start capitalized (Chris Robinson)
- b9593ca: Remove unnecessary alu namespace naming (Chris Robinson)
- 21f3de7: Rename some struct fields for consistency (Chris Robinson)
- e1c43ca: Rename some more struct fields for consistency (Chris Robinson)
- 30156ac: Remove an unnecessary comment (Chris Robinson)
- b98f8be: Put ALbuffer in a namespace and rename it (Chris Robinson)
- 4835bf7: Rename EffectSlot to EffectSlotBase (Chris Robinson)
- 742c619: Rename ALeffectslot (Chris Robinson)
- 2c468e8: Rename ALsource and its members for consistency (Chris Robinson)
- be5161b: Rename ALlistener for consistency (Chris Robinson)
- 2ec5857: Rename and cleanup ALfilter and ALeffect (Chris Robinson)
- b898e38: Avoid using uint and size_t in the backends (Chris Robinson)
- f29c6a0: Update the converter types (Chris Robinson)
- 7b5a068: Update types used by reverb (Chris Robinson)
- 576020a: Fix clearing the old reverb pipeline buffer (Chris Robinson)
- 38f32a9: Fix compatibility with older PipeWire headers (Chris Robinson)
- 2b47394: Update gitignore for a CLion-generated directory (Chris Robinson)
- b2c69e6: Avoid directly using long with EAX (Chris Robinson)
- 783c2e6: Avoid passing a span when only one element is needed (Chris Robinson)
- 9d9b144: Avoid more L and UL integer suffixes (Chris Robinson)
- 5b29abb: Fix a typo in a string message (Chris Robinson)
- 519568e: Avoid std::format on older macOS targets (Chris Robinson)
- 25547b4: Fix macOS version check on non-OSX Apple targets (Chris Robinson)
- 77314a5: Add alignment aware operator new/delete for old macOS targets (Chris Robinson)
- 09727fc: Specify -faligned-allocation for older macOS targets (Chris Robinson)
- 1684a7e: Fix the macOS min version checks (Chris Robinson)
- 7cd8dd8: Avoid printing file paths directly (Chris Robinson)
- 9a9fb48: Wrap atomic wait/notify methods for macOS (Chris Robinson)