10
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use cmake_minimum_required to set the policy version More... 3 months ago
Don't use cmake_minimum_required in OpenALConfig.cmake More... 3 months ago
Remove an unneeded function More... 3 months ago
Use not_null instead of strict_not_null More... 4 months ago
Make a couple functions noexcept More... 4 months ago
Make and use a standard-like saturate_cast More... 4 months ago
Allow handling AL_GAIN and AL_METERS_PER_UNIT as integer More... 4 months ago
Simplify counting processed buffers More... 4 months ago
Slightly simplify querying some source properties More... 4 months ago
Allow querying AL_SOURCE_RADIUS as an integer More... 4 months ago
Use a pair struct for handling the attribute list More... 4 months ago
Move a global variable to where it's used More... 4 months ago
Remove an unneeded member functions More... 4 months ago
Use a separate struct to implement AL contexts More... 4 months ago
Use std::views::counted with a signed count type More... 4 months ago
Use get_not_null in place of to_address More... 4 months ago
Remove unnecessary calling conventions on internal functions More... 4 months ago
Create a vector in-place instead of moving into a variant More... 4 months ago
Rename a couple variables for clarity More... 4 months ago
Properly start the source with a delay in alffplay More... 4 months ago
Fix callback buffer playback with negative offsets More... 4 months ago
Update a comment in alffplay for setting the source gain More... 4 months ago
Update a comment for a function's parameters More... 4 months ago
Use ranges a bit more in alsoft-config More... 4 months ago
Fix some deadcode warnings More... 4 months ago
Remove unneeded inline specifiers More... 4 months ago
Remove unused declarations More... 4 months ago
Remove an unnecessary else More... 4 months ago
Remove redundant parameter lists More... 4 months ago
Remove some unnecessary prefixes More... 4 months ago