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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't bother checking for std::aligned_alloc
Chris Robinson
2021-01-22
1
-17
/
+0
*
Fix setting the correct standards flag
Chris Robinson
2021-01-22
1
-2
/
+10
*
Ensure the correct standard is set for cmake checks
Chris Robinson
2021-01-22
1
-0
/
+2
*
Make the endian test more C++-like
Chris Robinson
2021-01-21
1
-1
/
+1
*
Avoid global constexpr arrays
Chris Robinson
2021-01-21
1
-1
/
+0
*
Avoid explicitly searching for the WindowsSDK
Chris Robinson
2021-01-19
1
-25
/
+23
*
Move cpu_caps and fpu_ctrl to core
Chris Robinson
2020-12-31
1
-4
/
+4
*
Check for SSE and NEON earlier
Chris Robinson
2020-12-31
1
-71
/
+84
*
Move the ambdec loader to core
Chris Robinson
2020-12-25
1
-2
/
+2
*
Use an import target for linking OpenSL
Chris Robinson
2020-12-24
1
-2
/
+1
*
Move alexcpt to core
Chris Robinson
2020-12-24
1
-2
/
+2
*
Move logging to core
Chris Robinson
2020-12-17
1
-1
/
+2
*
Move AsyncEvent to a separate header
Chris Robinson
2020-12-16
1
-0
/
+1
*
Move VoiceChange to a separate header
Chris Robinson
2020-12-16
1
-1
/
+2
*
Move fmt_traits to core
Chris Robinson
2020-12-13
1
-2
/
+2
*
Avoid compiling different sources for different targets
Chris Robinson
2020-12-13
1
-32
/
+6
*
Move the mixer functions to core
Chris Robinson
2020-12-12
1
-14
/
+14
*
Use a separate list for core objects
Chris Robinson
2020-12-12
1
-31
/
+34
*
Move some HRTF definitions to a separate header
Chris Robinson
2020-12-12
1
-0
/
+1
*
Move ambidefs.h to core
Chris Robinson
2020-12-12
1
-1
/
+2
*
Move the ringbuffer to common
Chris Robinson
2020-12-05
1
-2
/
+2
*
Move a couple more things to core
Chris Robinson
2020-12-04
1
-4
/
+4
*
Move the filters to core
Chris Robinson
2020-12-04
1
-6
/
+6
*
Move the bsinc tables to core
Chris Robinson
2020-12-04
1
-3
/
+3
*
Move mastering.cpp/h to core
Chris Robinson
2020-12-04
1
-2
/
+2
*
Move some sources to a separate directory
Chris Robinson
2020-11-27
1
-2
/
+4
*
Move AL EffectProp handling to separate sources
Chris Robinson
2020-11-25
1
-0
/
+15
*
Use a separate structure for the active effect slot properties
Chris Robinson
2020-11-07
1
-0
/
+2
*
Release 1.21.0
Chris Robinson
2020-11-04
1
-2
/
+2
*
Fix copy-paste error
Chris Robinson
2020-10-26
1
-3
/
+3
*
Clear /W3 on MSVC since we use /W4
Chris Robinson
2020-10-25
1
-0
/
+7
*
Add a comment about building for static linking
Chris Robinson
2020-10-25
1
-0
/
+2
*
Enable standard stdio methods with MinGW
Chris Robinson
2020-10-13
1
-0
/
+3
*
Don't use config.h to define RESTRICT
Chris Robinson
2020-09-01
1
-2
/
+3
*
Rename buffer_formats to buffer_storage
Chris Robinson
2020-08-27
1
-2
/
+2
*
De-duplicate LoadSampleArray and FmtTypeTraits
Chris Robinson
2020-08-26
1
-0
/
+2
*
Base the convolution example on the simpler stream example
Chris Robinson
2020-08-26
1
-1
/
+1
*
Add an example using convolution reverb
Chris Robinson
2020-08-25
1
-0
/
+4
*
Stub out a convolution effect state
Chris Robinson
2020-08-24
1
-0
/
+1
*
Move storable buffer format info to a separate source
Chris Robinson
2020-08-24
1
-0
/
+2
*
Clean up some comments
Chris Robinson
2020-08-24
1
-20
/
+21
*
macOS osx/ios dynamic framework support (#466)
HALX99
2020-08-24
1
-3
/
+67
*
Use CMAKE_DLLTOOL instead of looking for dlltool manually
Chris Robinson
2020-08-20
1
-12
/
+3
*
Rename ALSOFT_INSTALL_HRTF_DEFS to ALSOFT_INSTALL_HRTF_DATA
Chris Robinson
2020-08-13
1
-4
/
+4
*
Avoid a cmake check for determining the size of long
Chris Robinson
2020-08-13
1
-4
/
+0
*
Improve handling main() with UTF-8 args on Windows
Chris Robinson
2020-08-12
1
-12
/
+21
*
Add a comment about 32-bit GCC stack aligning with SSE codegen
Chris Robinson
2020-08-05
1
-0
/
+4
*
Force stack alignment on 32-bit gcc for proper SSE use (#462)
Luis Cáceres
2020-08-05
1
-0
/
+1
*
Revert "Don't call find_package(WindowsSDK) if the platform ver is already set"
Chris Robinson
2020-07-09
1
-7
/
+4
*
Don't call find_package(WindowsSDK) if the platform ver is already set
Chris Robinson
2020-07-08
1
-4
/
+7
[next]