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
/
OpenAL32
/
alListener.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-20
/
+20
*
Use std::array for appropriate source and listener properties
Chris Robinson
2018-12-26
1
-33
/
+22
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-1
/
+1
*
Use a standard mutex for the proplock
Chris Robinson
2018-11-26
1
-12
/
+12
*
Use C++ more in alListener.cpp
Chris Robinson
2018-11-20
1
-189
/
+127
*
Use atomic_flags and atomic<bools>s where appropriate
Chris Robinson
2018-11-20
1
-4
/
+4
*
Use std::isfinite instead of isfinite
Chris Robinson
2018-11-19
1
-5
/
+7
*
Remove the atomic exchange macros
Chris Robinson
2018-11-19
1
-5
/
+5
*
Replace ATOMIC_REPLACE_HEAD with an inline function
Chris Robinson
2018-11-19
1
-1
/
+1
*
Remove the pointer-specific atomic exchange macros
Chris Robinson
2018-11-18
1
-3
/
+2
*
Store the listener directly in the context
Chris Robinson
2018-11-17
1
-29
/
+29
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-0
/
+1
*
Convert alListener.c to C++
Chris Robinson
2018-11-16
1
-0
/
+503