index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
backends
/
base.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Specify the buffer size as itself instead of the period count
Chris Robinson
2019-04-26
1
-1
/
+1
*
Use `= default` to define trivial dtor/ctor
Filip Gawin
2019-01-09
1
-2
/
+1
*
Use c++ headers
Filip Gawin
2019-01-09
1
-1
/
+1
*
Don't make the backend's lock/unlock methods noexcept
Chris Robinson
2018-12-29
1
-6
/
+0
*
Get rid of ALCdevice_Lock/Unlock
Chris Robinson
2018-12-29
1
-6
/
+0
*
Return a unique_ptr for the backend
Chris Robinson
2018-12-29
1
-1
/
+1
*
Convert the backends to use proper inheritence
Chris Robinson
2018-12-28
1
-44
/
+24
*
Use a proper constructor/destructor for the ALCbackend base
Chris Robinson
2018-12-27
1
-7
/
+4
*
Remove althrd_yield
Chris Robinson
2018-11-26
1
-1
/
+3
*
Use proper time types for the device clock time and latency
Chris Robinson
2018-11-22
1
-3
/
+3
*
Use standard types for the device clock times
Chris Robinson
2018-11-22
1
-1
/
+1
*
Remove the ATOMIC_THREAD_FENCE macro
Chris Robinson
2018-11-19
1
-3
/
+3
*
Remove unused declarations and definitions
Chris Robinson
2018-11-15
1
-6
/
+0
*
Use a C++ mutex with the device backend base
Chris Robinson
2018-11-15
1
-8
/
+13
*
Don't bother inlining some functions
Chris Robinson
2018-11-13
1
-0
/
+14
*
Convert the backend base to C++
Chris Robinson
2018-11-13
1
-0
/
+79