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
/
helpers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the threads and mutex wrappers to threads.c
Chris Robinson
2014-04-16
1
-256
/
+0
*
Fix Windows' almtx_timedlock
Chris Robinson
2014-04-16
1
-6
/
+6
*
Implement a C11-like thread wrapper and use it in mmdevapi and pulseaudio
Chris Robinson
2014-04-16
1
-11
/
+158
*
Use a C11-like mutex wrapper instead of CRITICAL_SECTIONs
Chris Robinson
2014-04-16
1
-26
/
+96
*
Use a helper to detect a path slash on Windows
Chris Robinson
2014-04-13
1
-2
/
+5
*
Use VECTOR_INSERT to copy and append strings
Chris Robinson
2014-04-13
1
-12
/
+8
*
Pass in the vector insertion point as a pointer
Chris Robinson
2014-04-13
1
-1
/
+3
*
Avoid referencing the start iterator twice for vector insertion
Chris Robinson
2014-04-13
1
-2
/
+3
*
Add a VECTOR_INSERT method to insert a range of elements at once
Chris Robinson
2014-04-09
1
-0
/
+20
*
Fix the default XDG_DATA_DIRS paths
Chris Robinson
2014-04-07
1
-1
/
+1
*
Properly compare al_strings
Chris Robinson
2014-04-03
1
-2
/
+24
*
Recognize NULL as an empty vector/string
Chris Robinson
2014-04-03
1
-4
/
+9
*
Don't pass the vector's capacity as a parameter to vector_reserve
Chris Robinson
2014-03-31
1
-4
/
+4
*
strlen returns size_t
Chris Robinson
2014-03-28
1
-1
/
+1
*
Use al_string to handle mmdevapi and dsound device names
Chris Robinson
2014-03-28
1
-0
/
+27
*
Add an al_string type and use it for the device lists
Chris Robinson
2014-03-28
1
-0
/
+64
*
Properly handle special folder names with extended characters
Chris Robinson
2014-03-28
1
-26
/
+43
*
Wrap fopen calls under Windows
Chris Robinson
2014-03-28
1
-5
/
+36
*
Add some integer casts, and a range check
Chris Robinson
2014-03-23
1
-2
/
+7
*
Increase the vector reserve as needed when pushing in new items
Chris Robinson
2014-03-21
1
-1
/
+8
*
Rename the vector's Max field to Capacity
Chris Robinson
2014-03-21
1
-2
/
+2
*
Add a generic vector interface and use it for the active effect slots
Chris Robinson
2014-03-21
1
-0
/
+21
*
Return the original value from CompExchange*
Chris Robinson
2014-03-09
1
-2
/
+2
*
Move PATH_MAX fallback definitions to alMain.h
Chris Robinson
2014-02-27
1
-10
/
+0
*
Move OpenDataFile to helpers.c so other sources can use it
Chris Robinson
2014-02-27
1
-0
/
+133
*
Include sys/sysconf.h if available for sysconf()
Chris Robinson
2014-01-18
1
-0
/
+3
*
Rename pthread wrappers used for Windows to althread
Chris Robinson
2013-12-06
1
-7
/
+9
*
Use C99 inline in more places
Chris Robinson
2013-11-04
1
-0
/
+4
*
Use C99 inline semantics
Chris Robinson
2013-11-04
1
-0
/
+16
*
Move the device mutex to the backend
Chris Robinson
2013-10-28
1
-0
/
+2
*
Separate compatibility declarations
Chris Robinson
2013-10-28
1
-0
/
+1
*
Move SetThreadName to threads.c
Chris Robinson
2013-10-27
1
-38
/
+0
*
Add a method to set the running thread's name
Chris Robinson
2013-10-26
1
-0
/
+38
*
Add a CMake option to not define the IDs used on Windows
Chris Robinson
2013-10-07
1
-0
/
+3
*
Use explicit bit offsets when checking for SSE and SSE2
Chris Robinson
2013-06-06
1
-4
/
+2
*
Check the right flag for tracing SSE2 support
Chris Robinson
2013-05-29
1
-1
/
+1
*
Use fegetenv/fesetenv to backup and restore the FPU state
Chris Robinson
2013-05-22
1
-4
/
+4
*
Merge the fesetround FPU handler with the assembly one
Chris Robinson
2013-05-22
1
-22
/
+23
*
Check for SSE2 and set the denormals-are-zero bit for mixing if available
Chris Robinson
2013-05-22
1
-3
/
+14
*
Set the correct SSE bits for round-to-zero
Chris Robinson
2013-05-22
1
-1
/
+1
*
Avoid using a temp buffer for al_print
Chris Robinson
2013-05-22
1
-12
/
+5
*
Explicitly check for malloc.h
Chris Robinson
2012-11-25
1
-1
/
+1
*
malloc.h isn't standard, and is only needed for _aligned_malloc
Chris Robinson
2012-11-25
1
-1
/
+3
*
Avoid storing the SSE state if it's not supported
Chris Robinson
2012-11-13
1
-1
/
+4
*
Include standard headers before conditional ones
Chris Robinson
2012-11-04
1
-7
/
+6
*
Don't assume x86 or x64 to use IsProcessorFeaturePresent
Chris Robinson
2012-10-08
1
-3
/
+2
*
Fix a type conversion warning
Chris Robinson
2012-10-08
1
-2
/
+3
*
Use IsProcessorFeaturePresent to detect SSE on Windows
Chris Robinson
2012-10-07
1
-0
/
+10
*
Revert "Use __cpuid from intrin.h in Windows when available"
Chris Robinson
2012-10-07
1
-33
/
+0
*
Use __cpuid from intrin.h in Windows when available
Chris Robinson
2012-10-07
1
-0
/
+33
[next]