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
/
OpenAL32
/
alSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of ALCdevice_Lock/Unlock
Chris Robinson
2018-12-29
1
-20
/
+21
*
Use a unique_ptr for the AsyncEvents ringbuffer
Chris Robinson
2018-12-27
1
-1
/
+1
*
Use std::array for appropriate source and listener properties
Chris Robinson
2018-12-26
1
-34
/
+37
*
Avoid a lambda to find a not-null entry in an array
Chris Robinson
2018-12-26
1
-4
/
+5
*
Clean up the ring buffer struct and use member functions
Chris Robinson
2018-12-26
1
-4
/
+5
*
Construct AsyncEvent objects directly in the ringbuffer
Chris Robinson
2018-12-25
1
-6
/
+8
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-19
/
+19
*
Clean up some math stuff
Chris Robinson
2018-12-22
1
-2
/
+2
*
Fix some MSVC conversion warnings
Chris Robinson
2018-12-12
1
-2
/
+3
*
Use a constructor instead of a macro to initialize AsyncEvent
Chris Robinson
2018-12-06
1
-1
/
+1
*
Use class methods for the NFC filters
Chris Robinson
2018-12-05
1
-2
/
+2
*
Avoid a few more explicit loops
Chris Robinson
2018-12-03
1
-44
/
+58
*
Improve some checks for compiler analysis
Chris Robinson
2018-12-02
1
-9
/
+9
*
Add a couple missing source lock guards
Chris Robinson
2018-12-02
1
-0
/
+3
*
Handle source state changed events uniquely in the event loop
Chris Robinson
2018-11-30
1
-13
/
+5
*
Don't bother making ALvoiceProps dynamically sized
Chris Robinson
2018-11-30
1
-3
/
+1
*
Move a variable declaration to a more appropriate place
Chris Robinson
2018-11-30
1
-1
/
+1
*
Avoid hard-coding a couple sizes
Chris Robinson
2018-11-29
1
-6
/
+6
*
Store the source ID with the voice instead of the source pointer
Chris Robinson
2018-11-29
1
-7
/
+9
*
Make and use a semaphore class
Chris Robinson
2018-11-27
1
-1
/
+1
*
Remove althrd_yield
Chris Robinson
2018-11-26
1
-4
/
+5
*
Use a standard mutex for the remaining locks
Chris Robinson
2018-11-26
1
-7
/
+7
*
Use a standard mutex for the source and effect slot locks
Chris Robinson
2018-11-26
1
-33
/
+33
*
Use a standard mutex for the proplock
Chris Robinson
2018-11-26
1
-12
/
+12
*
Use a standard mutex for the backend lock
Chris Robinson
2018-11-26
1
-2
/
+2
*
Get rid of some unnecessary functions
Chris Robinson
2018-11-26
1
-10
/
+6
*
Avoid using ATOMIC_INIT
Chris Robinson
2018-11-26
1
-3
/
+3
*
Automatically clean up buffers with ther sublist
Chris Robinson
2018-11-25
1
-4
/
+1
*
Atuomatically clean up sources with its sublist's destruction
Chris Robinson
2018-11-25
1
-19
/
+10
*
Ensure an enum is the appropriate size/type
Chris Robinson
2018-11-24
1
-13
/
+5
*
Make the context VoiceCount atomic
Chris Robinson
2018-11-23
1
-30
/
+29
*
Fix an incorrect check
Chris Robinson
2018-11-23
1
-1
/
+1
*
Use proper time types for the device clock time and latency
Chris Robinson
2018-11-22
1
-14
/
+14
*
Clean up alSource.cpp some
Chris Robinson
2018-11-22
1
-666
/
+626
*
Use RAII more in alSource.cpp
Chris Robinson
2018-11-21
1
-651
/
+457
*
Always use RAII with EffectSlotLock
Chris Robinson
2018-11-21
1
-5
/
+5
*
Use RAII locks with the BackendLock
Chris Robinson
2018-11-20
1
-6
/
+6
*
Use a normal vector for the source send properties
Chris Robinson
2018-11-20
1
-128
/
+105
*
Use atomic_flags and atomic<bools>s where appropriate
Chris Robinson
2018-11-20
1
-7
/
+5
*
Store effect slots as unique_ptrs
Chris Robinson
2018-11-20
1
-1
/
+1
*
Remove the ATOMIC_THREAD_FENCE macro
Chris Robinson
2018-11-19
1
-3
/
+3
*
Make ll_ringbuffer_write/read take void*/const void*
Chris Robinson
2018-11-19
1
-1
/
+1
*
Remove the CONST_CAST hack
Chris Robinson
2018-11-19
1
-12
/
+6
*
Remove the atomic exchange macros
Chris Robinson
2018-11-19
1
-8
/
+8
*
Replace ATOMIC_REPLACE_HEAD with an inline function
Chris Robinson
2018-11-19
1
-1
/
+1
*
Use a normal vector for filter sublists
Chris Robinson
2018-11-18
1
-7
/
+6
*
Use a normal vector for buffer sublists
Chris Robinson
2018-11-18
1
-7
/
+6
*
Remove the pointer-specific atomic exchange macros
Chris Robinson
2018-11-18
1
-3
/
+2
*
Avoid naming a struct member the same as an enum type
Chris Robinson
2018-11-18
1
-4
/
+4
*
Use std::isfinite instead of the global isfinite
Chris Robinson
2018-11-18
1
-8
/
+8
[next]