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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a const array constexpr
Chris Robinson
2018-10-31
1
-1
/
+1
*
Move some extern inline declarations to C
Chris Robinson
2018-10-31
2
-5
/
+8
*
Avoid assigning in an if statement
Chris Robinson
2018-10-31
1
-20
/
+20
*
Add a missing <array> include
Chris Robinson
2018-10-31
1
-0
/
+1
*
Fix some backup atomic macros
Chris Robinson
2018-10-31
1
-4
/
+4
*
Convert alBuffer.c to C++
Chris Robinson
2018-10-31
2
-381
/
+293
*
Add specializations for lock_guard and unique_lock to take almtx_t
Chris Robinson
2018-10-31
1
-1
/
+60
*
Add a C++ ContextRef helper to manage a ALCcontext reference
Chris Robinson
2018-10-31
1
-1
/
+35
*
Clean up the DriverIface in its destructor
Chris Robinson
2018-10-30
2
-10
/
+13
*
Add a missing include for array
Chris Robinson
2018-10-30
1
-0
/
+1
*
Remove an unnecessary include
Chris Robinson
2018-10-30
1
-1
/
+0
*
Build the router with AppVeyor
Chris Robinson
2018-10-30
1
-1
/
+1
*
Clean up the router's PtrIntMap
Chris Robinson
2018-10-30
3
-137
/
+96
*
Use std::array instead of raw arrays
Chris Robinson
2018-10-30
1
-25
/
+19
*
Use std::wstring in place of some fixed WCHAR arrays
Chris Robinson
2018-10-30
2
-114
/
+114
*
Add a cmake option to static-link winpthread
Chris Robinson
2018-10-30
1
-10
/
+37
*
Use std::vector instead of custom dynamic arrays
Chris Robinson
2018-10-30
3
-149
/
+123
*
Use C++ atomics and mutexes in the router
Chris Robinson
2018-10-30
4
-99
/
+86
*
Convert the router to C++
Chris Robinson
2018-10-30
4
-94
/
+101
*
Add extern "C" for router.h
Chris Robinson
2018-10-30
1
-0
/
+8
*
Add a cmake option to static-link libstdc++
Chris Robinson
2018-10-29
1
-1
/
+21
*
Workaround C++ compatiility issues for atomic.h
Chris Robinson
2018-10-29
1
-5
/
+49
*
Fix some more headers for C++
Chris Robinson
2018-10-29
3
-3
/
+3
*
Fix some uses of RESTRICT
Chris Robinson
2018-10-29
2
-2
/
+2
*
Update version for AppVeyor
Chris Robinson
2018-10-29
1
-1
/
+1
*
Replace restrict with RESTRICT
Chris Robinson
2018-10-29
39
-193
/
+193
*
Simplify a couple more checks
Chris Robinson
2018-10-29
1
-19
/
+19
*
Remove unnecessary uses of IN_IDE_PARSER
Chris Robinson
2018-10-29
2
-5
/
+2
*
Add a couple casts for compiling with C++
Chris Robinson
2018-10-29
1
-3
/
+3
*
Add another missing extern "C"
Chris Robinson
2018-10-29
1
-0
/
+8
*
Add a more C++-friendly VECTOR_RESIZE
Chris Robinson
2018-10-29
1
-0
/
+32
*
Add a RESTRICT macro to help with C++ compatibility
Chris Robinson
2018-10-29
6
-28
/
+31
*
Add missing extern "C"
Chris Robinson
2018-10-29
1
-0
/
+8
*
Handle C++-only compile flags in cmake
Chris Robinson
2018-10-29
1
-3
/
+4
*
Fix a couple internal headers to compile with C++
Chris Robinson
2018-10-29
2
-3
/
+3
*
Merge pull request #240 from ShFil119/impr/simplify_statements
kcat
2018-10-29
12
-35
/
+35
|
\
|
*
Simplify some statements
Filip Gawin
2018-10-29
12
-35
/
+35
|
/
*
Merge pull request #236 from alexey-lysiuk/macos_semaphore
kcat
2018-10-15
2
-0
/
+43
|
\
|
*
Use GCD semaphore on macOS
alexey.lysiuk
2018-10-15
2
-0
/
+43
|
/
*
Release 1.19.1
openal-soft-1.19.1
Chris Robinson
2018-10-11
1
-1
/
+1
*
Use the common init/close functions for alffplay
Chris Robinson
2018-10-10
2
-34
/
+16
*
Allow building alffplay without experimental extensions
Chris Robinson
2018-10-08
1
-12
/
+42
*
Add a comment about waiting to kill the event thread
Chris Robinson
2018-10-07
1
-0
/
+5
*
Use a 24-bit dither depth limit
Chris Robinson
2018-10-03
1
-1
/
+1
*
Don't limit output for ALC_DONT_CARE_SOFT and float samples
Chris Robinson
2018-10-03
2
-7
/
+27
*
Don't try to get the JNIEnv on Android
Chris Robinson
2018-10-02
3
-82
/
+7
*
Add back an inadvertently removed static
Chris Robinson
2018-10-02
1
-1
/
+1
*
Use < instead of != for some loop checks
Chris Robinson
2018-10-01
1
-2
/
+2
*
Don't scale the reverb fade counter so much
Chris Robinson
2018-09-30
1
-5
/
+6
*
Ensure BUFFERSIZE is a power of 2
Chris Robinson
2018-09-30
1
-2
/
+4
[next]