index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
hrtf.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid some indexed loops
Chris Robinson
2024-01-02
1
-16
/
+20
*
Avoid assigning to self
Chris Robinson
2024-01-02
1
-1
/
+2
*
Ensure HrtfStore alignment is large enough
Chris Robinson
2023-12-31
1
-0
/
+4
*
Avoid al_calloc/al_free for HrtfStore
Chris Robinson
2023-12-31
1
-2
/
+3
*
Fix implicit widening after multiplication
Chris Robinson
2023-12-23
1
-1
/
+1
*
Fix some implicit conversions
Chris Robinson
2023-12-17
1
-12
/
+12
*
Remove void from empty parameter lists
Chris Robinson
2023-12-12
1
-2
/
+3
*
Much more clang-tidy cleanup
Chris Robinson
2023-12-10
1
-28
/
+29
*
Remove some unnecessary atomic wrappers
Chris Robinson
2023-12-03
1
-3
/
+3
*
Avoid casting an integer literal
Chris Robinson
2023-09-22
1
-1
/
+1
*
Use inline variables instead of functions with static variables
Chris Robinson
2023-06-14
1
-1
/
+1
*
Avoid using al::vector unnecessarily
Chris Robinson
2023-05-12
1
-26
/
+26
*
Use deduction guides instead of helper functions for spans
Chris Robinson
2023-05-05
1
-1
/
+1
*
Use std::byte instead of a custom al::byte
Chris Robinson
2023-05-04
1
-3
/
+3
*
Replace al::optional with std::optional
Chris Robinson
2023-05-04
1
-2
/
+2
*
Mask a value to the proper size when setting a bitfield
Chris Robinson
2023-05-01
1
-2
/
+2
*
Check for nullptr before constructing a new object
Chris Robinson
2023-01-15
1
-5
/
+5
*
Use an 8-bit type to hand the HrtfStore IR size
Chris Robinson
2023-01-15
1
-7
/
+7
*
clang-tidy cleanups (#800)
Rosen Penev
2023-01-15
1
-1
/
+1
*
Don't include the array definition with bin2h
Chris Robinson
2023-01-13
1
-1
/
+3
*
Use a span instead of a count+pointer
Chris Robinson
2023-01-11
1
-8
/
+5
*
Rename some struct members
Chris Robinson
2023-01-10
1
-54
/
+57
*
Multiply by the inverse instead of divide
Chris Robinson
2023-01-01
1
-4
/
+4
*
Avoid inlining LoadedHrtf's destructor
Chris Robinson
2022-12-17
1
-0
/
+7
*
Avoid extraneous temporaries when filling vectors
Chris Robinson
2022-12-15
1
-1
/
+6
*
Rename a potentially confusing member function
Chris Robinson
2022-12-08
1
-1
/
+1
*
Use standard likely/unlikely attributes when available
Chris Robinson
2022-12-05
1
-1
/
+1
*
Use an icosahedron for 3D second-order
Chris Robinson
2022-09-01
1
-3
/
+2
*
Simplify calculating nearest HRIR index
Chris Robinson
2022-08-02
1
-8
/
+1
*
Silence an inline failure warning with GCC
Chris Robinson
2022-07-19
1
-0
/
+4
*
Avoid duplicate initializations for multiple filters
Chris Robinson
2022-07-17
1
-1
/
+2
*
Replace a few asserts with actual checks or ASSUME()
Chris Robinson
2022-03-30
1
-1
/
+2
*
Avoid using an if_constexpr macro
Chris Robinson
2022-02-22
1
-19
/
+34
*
Get rid of MathDefs
Chris Robinson
2022-01-27
1
-7
/
+7
*
Make a construct_at method amd use it
Chris Robinson
2021-10-08
1
-11
/
+10
*
Update some more includes
Chris Robinson
2021-04-24
1
-2
/
+2
*
Move hrtf.cpp/h to core
Chris Robinson
2021-04-22
1
-0
/
+1447