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
/
wave.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a std::string for the device name
Chris Robinson
2018-11-18
1
-2
/
+1
*
Avoid more cases of an enum variable and type name clash
Chris Robinson
2018-11-18
1
-6
/
+6
*
Don't pass the current thread to althrd_setname
Chris Robinson
2018-11-17
1
-1
/
+1
*
Convert the Wave Writer backend factory
Chris Robinson
2018-11-15
1
-59
/
+32
*
Use a regular char* for the device's name
Chris Robinson
2018-11-15
1
-1
/
+2
*
Use std::string instead of al_string for enumerating
Chris Robinson
2018-11-15
1
-3
/
+4
*
Avoid calling through the vtable in the backends
Chris Robinson
2018-11-13
1
-2
/
+2
*
Use a vector in the wave backend
Chris Robinson
2018-11-11
1
-30
/
+13
*
Use C++ threads in the null and wave backends
Chris Robinson
2018-11-11
1
-21
/
+21
*
Use standard timing methods for the null and wave backends
Chris Robinson
2018-11-10
1
-30
/
+31
*
Get rid of the last few al_fopen calls
Chris Robinson
2018-11-10
1
-6
/
+10
*
Add missing consttructor and destructor calls for the wave backend
Chris Robinson
2018-11-09
1
-0
/
+2
*
Convert the wave backend to C++
Chris Robinson
2018-11-09
1
-0
/
+461