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
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge v1.20.0
Sven Gothel
2019-12-12
6
-145
/
+155
|
\
|
*
Remove large file macros
Chris Robinson
2019-09-22
2
-48
/
+0
|
*
Enable to detect Windows SDK v1903
Minmin Gong
2019-08-09
1
-9
/
+10
|
*
Fix OpenSL library name
Chris Robinson
2019-07-10
1
-1
/
+1
|
*
Get rid of the custom CHECK_SHARED_FUNCTION_EXISTS function
Chris Robinson
2019-07-10
1
-92
/
+0
|
*
Use a find module for OpenSL
Chris Robinson
2019-07-10
1
-0
/
+64
|
*
Fix building makehrtf and sofa-info on Windows
Chris Robinson
2019-01-22
1
-2
/
+23
|
*
Add a FindMySOFA cmake module
Chris Robinson
2019-01-21
1
-0
/
+60
|
*
Update FindWindowsSDK.cmake
wangwenx190
2018-11-27
1
-4
/
+4
|
*
Update FindWindowsSDK.cmake
wangwenx190
2018-11-27
1
-0
/
+4
*
|
Skip native build time executables when crosscompiling; Fix aarch64 + armv6hf...
Sven Gothel
2019-04-08
2
-6
/
+18
*
|
Merge branch 'v1.19' of git://repo.or.cz/openal-soft into v1.19
v1.19
Sven Gothel
2019-04-07
6
-24
/
+672
|
\
|
|
*
Don't cache SDL2_LIBRARY_TEMP with CMake
Chris Robinson
2018-03-29
1
-11
/
+9
|
*
Handle libossaudio as an optional OSS library
Chris Robinson
2017-09-15
1
-1
/
+13
|
*
Don't require SDL_sound for alffplay
Chris Robinson
2017-02-11
1
-0
/
+6
|
*
Update cmake scripts to handle policy 0054
Chris Robinson
2016-11-22
1
-2
/
+2
|
*
fixed minor check in FindDSound.cmake
septag
2016-11-03
1
-4
/
+6
|
*
Added cmake FindWindowsSDK for FindDSound module and fixed FindDSound.cmake
septag
2016-11-03
2
-53
/
+639
|
*
Added cmake support for dsound and windows 8/10 SDKs
septag
2016-10-30
1
-8
/
+52
*
|
Bug 1190: Updating glibc-compat-symbols.h ; Fix armv6hf + adding aarch64 cmak...
Sven Gothel
2019-04-07
3
-10
/
+24
*
|
Merge branch 'UPSTREAM'
Sven Gothel
2015-11-12
7
-197
/
+337
|
\
|
|
*
Remove the MIDI code
Chris Robinson
2015-10-20
1
-19
/
+0
|
*
Search more aggressively for libs needed by SDL_sound
Chris Robinson
2015-09-30
1
-169
/
+218
|
*
Add a cmake module to find JACK
Chris Robinson
2014-12-21
1
-0
/
+60
|
*
Use the current binary dir for shared function checks too
Chris Robinson
2014-08-20
1
-7
/
+7
|
*
Use directories relative to current project in CheckFileOffsetBits.cmake
Jesper Särnesjö
2014-08-20
1
-4
/
+4
|
*
Search for the correct include and lib directories for the DX SDK
Chris Robinson
2014-08-15
1
-2
/
+4
|
*
Enable large file support
Chris Robinson
2014-08-05
2
-0
/
+48
*
|
Fix Android ARM64 Support (commit 83ea6a37435296758d492d8be594ca1fb54acdcb)
Sven Gothel
2015-07-13
1
-5
/
+29
*
|
cmake/clang: Keep using clang; OSX: -mmacosx-version-min=10.5; Inject additio...
Sven Gothel
2015-07-11
2
-5
/
+32
*
|
Add Android ARM64 Support
Sven Gothel
2015-07-11
1
-13
/
+30
*
|
glibc-compat-symbols.h: Disable warning for not supported GLIBC_COMPAT_SYMBOL...
Sven Gothel
2014-06-11
1
-1
/
+1
*
|
Fix glibc-compat-symbols.h: for 32bit use GLIBC 2.0 ; Distinguish clang and gcc.
Sven Gothel
2014-06-10
1
-8
/
+21
*
|
CMake: Don't use CMAKE_TOOLCHAIN_FILE for non-crosscompilation, use OPENAL_CU...
Sven Gothel
2014-06-10
4
-4
/
+6
*
|
Merge branch 'UPSTREAM' into UPSTREAM_MERGE
Sven Gothel
2014-06-10
12
-292
/
+941
|
\
|
|
*
Add an ffmpeg-based example player
Chris Robinson
2014-06-02
1
-0
/
+173
|
*
Update the examples to use SDL2
Chris Robinson
2014-05-23
2
-286
/
+477
|
*
Don't mix old- and new-style FIND_PACKAGE_HANDLE_STANDARD_ARGS calls
Chris Robinson
2014-05-10
1
-6
/
+2
|
*
Include FindALSA.cmake
Chris Robinson
2014-04-23
1
-0
/
+73
|
*
Use a find module to look for DirectSound
Chris Robinson
2014-04-19
1
-0
/
+33
|
*
Use find cmake modules for more backends
Chris Robinson
2014-04-19
6
-0
/
+183
*
|
cmake/toolchain.android.cmake: Add CXX_FLAGS and add -I${ANDROID_NDK_SYSROOT}...
Sven Gothel
2014-02-15
1
-1
/
+3
*
|
cmake/toolchain*: Add CXX_FLAGS
Sven Gothel
2014-02-15
6
-6
/
+12
*
|
Merge branch 'UPSTREAM'
Sven Gothel
2014-01-26
3
-59
/
+405
|
\
|
|
*
Add an option for FLuidSynth to handle MIDI
Chris Robinson
2013-11-28
1
-0
/
+23
|
*
Add a custom FindSDL_sound cmake module
Chris Robinson
2013-06-05
1
-0
/
+382
|
*
Don't use a custom CheckCCompilerFlag.cmake
Chris Robinson
2013-03-13
1
-59
/
+0
*
|
Add clang cmake.toolchain macros; Fix glibc-compat-symbols.h to work w/ clang...
Sven Gothel
2013-09-13
3
-6
/
+44
*
|
Toolchain CMake files for ARM* Cross-Compilation require host include directo...
Sven Gothel
2013-04-25
2
-2
/
+2
*
|
Add cmake toolchain files for armv6 (armv5t-softfp) and armv6hf (armv6-hardfp...
Sven Gothel
2013-04-23
2
-0
/
+26
[next]