aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* | Bug 1190: Updating glibc-compat-symbols.h ; Fix armv6hf + adding aarch64 cmak...Sven Gothel2019-04-073-10/+24
* | Merge branch 'UPSTREAM'Sven Gothel2015-11-127-197/+337
|\|
| * Remove the MIDI codeChris Robinson2015-10-201-19/+0
| * Search more aggressively for libs needed by SDL_soundChris Robinson2015-09-301-169/+218
| * Add a cmake module to find JACKChris Robinson2014-12-211-0/+60
| * Use the current binary dir for shared function checks tooChris Robinson2014-08-201-7/+7
| * Use directories relative to current project in CheckFileOffsetBits.cmakeJesper Särnesjö2014-08-201-4/+4
| * Search for the correct include and lib directories for the DX SDKChris Robinson2014-08-151-2/+4
| * Enable large file supportChris Robinson2014-08-052-0/+48
* | Fix Android ARM64 Support (commit 83ea6a37435296758d492d8be594ca1fb54acdcb)Sven Gothel2015-07-131-5/+29
* | cmake/clang: Keep using clang; OSX: -mmacosx-version-min=10.5; Inject additio...Sven Gothel2015-07-112-5/+32
* | Add Android ARM64 SupportSven Gothel2015-07-111-13/+30
* | glibc-compat-symbols.h: Disable warning for not supported GLIBC_COMPAT_SYMBOL...Sven Gothel2014-06-111-1/+1
* | Fix glibc-compat-symbols.h: for 32bit use GLIBC 2.0 ; Distinguish clang and gcc.Sven Gothel2014-06-101-8/+21
* | CMake: Don't use CMAKE_TOOLCHAIN_FILE for non-crosscompilation, use OPENAL_CU...Sven Gothel2014-06-104-4/+6
* | Merge branch 'UPSTREAM' into UPSTREAM_MERGESven Gothel2014-06-1012-292/+941
|\|
| * Add an ffmpeg-based example playerChris Robinson2014-06-021-0/+173
| * Update the examples to use SDL2Chris Robinson2014-05-232-286/+477
| * Don't mix old- and new-style FIND_PACKAGE_HANDLE_STANDARD_ARGS callsChris Robinson2014-05-101-6/+2
| * Include FindALSA.cmakeChris Robinson2014-04-231-0/+73
| * Use a find module to look for DirectSoundChris Robinson2014-04-191-0/+33
| * Use find cmake modules for more backendsChris Robinson2014-04-196-0/+183
* | cmake/toolchain.android.cmake: Add CXX_FLAGS and add -I${ANDROID_NDK_SYSROOT}...Sven Gothel2014-02-151-1/+3
* | cmake/toolchain*: Add CXX_FLAGSSven Gothel2014-02-156-6/+12
* | Merge branch 'UPSTREAM'Sven Gothel2014-01-263-59/+405
|\|
| * Add an option for FLuidSynth to handle MIDIChris Robinson2013-11-281-0/+23
| * Add a custom FindSDL_sound cmake moduleChris Robinson2013-06-051-0/+382
| * Don't use a custom CheckCCompilerFlag.cmakeChris Robinson2013-03-131-59/+0
* | Add clang cmake.toolchain macros; Fix glibc-compat-symbols.h to work w/ clang...Sven Gothel2013-09-133-6/+44
* | Toolchain CMake files for ARM* Cross-Compilation require host include directo...Sven Gothel2013-04-252-2/+2
* | Add cmake toolchain files for armv6 (armv5t-softfp) and armv6hf (armv6-hardfp...Sven Gothel2013-04-232-0/+26
* | cmake/glibc-compat-symbols.h: Add __arm__ -> GLIBC_2.4 ; default is now GLIBC...Sven Gothel2013-04-211-3/+13
* | Add 'cmake/glibc-compat-symbols.h' to force usage of minimal GLIBC symbols cu...Sven Gothel2013-04-213-1/+21
* | Add gcc-default w/ link gcc staticSven Gothel2013-04-202-1/+9
* | Add toolchain.gcc-x86_32.cmake for x86_64 -> x86_32 crosscompilationSven Gothel2013-04-201-0/+17
* | Add Windows def for mingw .. not workingSven Gothel2013-02-011-0/+30
* | Adding howto and cmake config file for AndroidBrice Figureau2013-01-311-0/+170
|/
* Use a better method for determining if shared functions existChris Robinson2011-07-233-108/+92
* Define ARGSTACK and CALLSTACK only when needed for testing shared libsChris Robinson2010-05-161-2/+5
* Properly check for functions in Win32 shared libsChris Robinson2010-02-162-0/+105
* Prettify CMake checks for compiler switchesChris Robinson2009-12-091-0/+59