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
/
sdl2.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
-2
/
+2
*
Remove the backend factory deinit method
Chris Robinson
2019-04-14
1
-8
/
+1
*
Rename DevProbe enum names
Chris Robinson
2019-03-19
1
-1
/
+1
*
Don't make the backend's lock/unlock methods noexcept
Chris Robinson
2018-12-29
1
-4
/
+4
*
Return a unique_ptr for the backend
Chris Robinson
2018-12-29
1
-2
/
+2
*
Make the backend type an enum class
Chris Robinson
2018-12-29
1
-6
/
+4
*
Convert the backends to use proper inheritence
Chris Robinson
2018-12-28
1
-93
/
+65
*
Turn even more methods into member functions
Chris Robinson
2018-12-28
1
-38
/
+43
*
Finish renaming backend struct fields
Chris Robinson
2018-12-27
1
-34
/
+28
*
Get rid of the unnecessary STATIC_(UP)CAST macros
Chris Robinson
2018-12-27
1
-7
/
+5
*
Use a proper constructor/destructor for the ALCbackend base
Chris Robinson
2018-12-27
1
-10
/
+9
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-3
/
+3
*
Use inline methods for the device format sizes
Chris Robinson
2018-12-19
1
-2
/
+2
*
Use a std::string for the device name
Chris Robinson
2018-11-18
1
-3
/
+1
*
Avoid more cases of an enum variable and type name clash
Chris Robinson
2018-11-18
1
-2
/
+2
*
Convert the SDL2 backend factory
Chris Robinson
2018-11-15
1
-35
/
+12
*
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
-7
/
+5
*
Convert the SDL2 backend to C++
Chris Robinson
2018-11-12
1
-0
/
+291