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
/
wasapi.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace remaining uses of std::vector with al::vector
Chris Robinson
2018-11-24
1
-6
/
+6
*
Use proper time types for the device clock time and latency
Chris Robinson
2018-11-22
1
-2
/
+2
*
Return the ringbuffer data pointers as a pair
Chris Robinson
2018-11-19
1
-9
/
+10
*
Use a std::string for the device name
Chris Robinson
2018-11-18
1
-16
/
+6
*
Avoid more cases of an enum variable and type name clash
Chris Robinson
2018-11-18
1
-3
/
+3
*
Don't pass the current thread to althrd_setname
Chris Robinson
2018-11-17
1
-2
/
+2
*
Convert the WASAPI backend factory
Chris Robinson
2018-11-15
1
-79
/
+55
*
Remove the unused al_string API
Chris Robinson
2018-11-15
1
-1
/
+0
*
Use a regular char* for the device's name
Chris Robinson
2018-11-15
1
-10
/
+12
*
Search the right list for WASAPI name duplicates
Chris Robinson
2018-11-15
1
-1
/
+1
*
Use std::string instead of al_string for enumerating
Chris Robinson
2018-11-15
1
-5
/
+3
*
Avoid calling through the vtable in the backends
Chris Robinson
2018-11-13
1
-10
/
+10
*
Use utf8_to_wstr to convert UTF-8 to wstring
Chris Robinson
2018-11-13
1
-20
/
+10
*
Move wstr_to_utf8 to compat.h
Chris Robinson
2018-11-03
1
-16
/
+0
*
Expand the anonymous namespaces
Chris Robinson
2018-11-02
1
-13
/
+14
*
Add a wrapper to manage PROPVARIANT objects
Chris Robinson
2018-11-02
1
-26
/
+35
*
Check the correct propvariant object
Chris Robinson
2018-11-02
1
-4
/
+4
*
Try another fix to declare GUIDs in C++
Chris Robinson
2018-11-02
1
-4
/
+10
*
Make the polymorphism macros less hacky in C++
Chris Robinson
2018-11-01
1
-312
/
+282
*
Workaround some issue with DEFINE_GUID in C++
Chris Robinson
2018-11-01
1
-2
/
+4
*
Use more C++ types where possible
Chris Robinson
2018-11-01
1
-343
/
+290
*
Preliminary conversion of the WASAPI backend to C++
Chris Robinson
2018-11-01
1
-0
/
+2035