| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for building with Clang on OpenBSD. (#10028) | 2022-07-04 | 1 | -0/+5 | |
| | | |||||
| * | Few more leftovers removed | 2021-10-26 | 1 | -21/+0 | |
| | | |||||
| * | Remove of winstore/winphone | 2021-10-26 | 1 | -30/+1 | |
| | | |||||
| * | Remove old VisualStudio | 2021-10-26 | 1 | -115/+0 | |
| | | |||||
| * | xcode4 and ios removal | 2021-10-26 | 1 | -56/+0 | |
| | | |||||
| * | mips platform is not supported for Android for some time | 2021-10-26 | 1 | -4/+0 | |
| | | |||||
| * | rpi target was not used, but regular linux one anyway | 2021-10-26 | 1 | -51/+1 | |
| | | |||||
| * | Remove CI20 | 2021-10-26 | 1 | -71/+0 | |
| | | |||||
| * | Remove steamlink | 2021-10-26 | 1 | -33/+0 | |
| | | |||||
| * | Remove pnacl remains | 2021-10-26 | 1 | -56/+0 | |
| | | |||||
| * | Fix compilation with Emscripten versions greater than 2.0.8 (#7794) [Sam Clegg] | 2021-04-16 | 1 | -6/+0 | |
| | | |||||
| * | makefile: added param to override ar | 2021-03-30 | 1 | -0/+3 | |
| | | |||||
| * | Update "2020" text to "2021" (#7713) | 2021-01-28 | 1 | -1/+1 | |
| | | | | Update "2020" text to "2021". | ||||
| * | Add macosx_arm64_clang target support [R. Belmont, Miodrag Milanovic] | 2020-12-12 | 1 | -6/+18 | |
| | | |||||
| * | might be better to leave that in for MinGW cross-compilation... (nw) | 2020-02-29 | 1 | -0/+2 | |
| | | |||||
| * | clean up crud (nw) | 2020-02-29 | 1 | -16/+0 | |
| | | |||||
| * | 2019 -> 2020 (nw) | 2020-01-04 | 1 | -1/+1 | |
| | | | | 2019 -> 2020 (nw) | ||||
| * | mingw-clang now links again (nw) | 2019-10-02 | 1 | -0/+3 | |
| | | |||||
| * | vs2019 fixes, initial clang-cl support (#5698) | 2019-10-02 | 1 | -0/+28 | |
| | | | | | | | | | * Add initial clangcl support * Fix uwp builds' vs version typos * Add missing vs2019 toolchain.lua bits | ||||
| * | Android compile fix (#4395) | 2018-12-11 | 1 | -48/+12 | |
| | | | | | | | | | | | * Fix compile for Android, set API to 24 * Update Android Studio project to API 24 * Fixed project file to latest Android Studio * fix build with gradle alone | ||||
| * | Allow clang for FreeBSD and NetBSD. | 2018-12-09 | 1 | -0/+10 | |
| | | |||||
| * | (nw) fix stuff: | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | | | * Add per-language compiler flag options to help with exotic setups * Get rid of a potention buffer overrun in NuBus image card * CHAR_WIDTH and LONG_WIDTH are preprocessor macros in limits.h with glibc if __GLIBC_USE (IEC_60559_BFP_EXT) is enabled - avoid using them as names * Make formats/upd765_dsk.h slightly safer with defualt initialisers for key format members * Don't rely on random BSS data being zero in imagedev/floppy.cpp | ||||
| * | Fix compiling with SDL 2.0.8 and later on macOS [R. Belmont] | 2018-10-02 | 1 | -1/+1 | |
| | | |||||
| * | Modification for Android build (NDK r14b, build-tools 21.1.2 and gradle ↵ | 2017-08-23 | 1 | -0/+8 | |
| | | | | | 2.2.1) (#2585) | ||||
| * | Added VS2017 support into project files (nw) | 2016-11-16 | 1 | -1/+58 | |
| | | |||||
| * | Some more work on UWP (nw) | 2016-11-10 | 1 | -0/+3 | |
| | | |||||
| * | Set Android 5.0 as minimum one, older API are not compatible (nw) | 2016-10-08 | 1 | -2/+2 | |
| | | |||||
| * | Adjusted toolchain.lua to allow DEBUG=1 builds to be modified by ↵ | 2016-09-26 | 1 | -5/+5 | |
| | | | | | STRIP_SYMBOLS=1 (nw) | ||||
| * | some C++14 features are not supported by VS2013. VS2015 is free for home use ↵ | 2016-08-27 | 1 | -8/+1 | |
| | | | | | so no need for legacy support (nw) | ||||
| * | android objdir (nw) | 2016-07-01 | 1 | -2/+1 | |
| | | | | | * 2f3f53e got objdir wrong (type folder duplicate) | ||||
| * | android build folders (nw) | 2016-06-30 | 1 | -2/+8 | |
| | | | | | Signed-off-by: Jeffrey Clark <h0tw1r3@users.noreply.github.com> | ||||
| * | Fix symbol stripping (nw) | 2016-06-30 | 1 | -2/+2 | |
| | | |||||
| * | Fix compile bug on Bash for Windows (nw) | 2016-06-29 | 1 | -2/+2 | |
| | | |||||
| * | Added initial ninja support to use add MAKETYPE=ninja to compile command ↵ | 2016-06-09 | 1 | -1/+1 | |
| | | | | | | | line (nw) Custom build tasks are not yet working | ||||
| * | android: 64bit strip, platform version support (nw) | 2016-06-05 | 1 | -85/+29 | |
| | | | | | | cleanup make targets and configuration rules fix android_ndk_root env test | ||||
| * | fix android target libSDL2 circular ref (nw) | 2016-06-04 | 1 | -34/+25 | |
| | | | | | | also rename ANDROID_NDK_ROOT -> ANDROID_NDK_LLVM to point directly to prebuilt host compiler (removes windows only restriction). | ||||
| * | support msbuild from posix shell | 2016-05-31 | 1 | -1/+1 | |
| | | | | | preliminary fastbuild support (experimental in genie) | ||||
| * | Allow building on OpenBSD | 2016-05-19 | 1 | -0/+27 | |
| | | |||||
| * | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -29/+29 | |
| | | |||||
| * | Ci20 wip support (nw) | 2016-03-23 | 1 | -0/+71 | |
| | | |||||
| * | Build project for Windows Store | 2016-03-22 | 1 | -0/+20 | |
| | | |||||
| * | compile BGFX for RPI as well (nw) | 2016-03-19 | 1 | -3/+3 | |
| | | |||||
| * | Added support for Raspberry Pi cross-compile (nw) | 2016-03-19 | 1 | -0/+41 | |
| | | |||||
| * | Update to use with latest android nkd (nw) | 2016-03-11 | 1 | -12/+14 | |
| | | |||||
| * | Enabled multi core compile on VS (nw) | 2016-03-01 | 1 | -1/+0 | |
| | | |||||
| * | Added support for x64 Androids (nw) | 2016-02-26 | 1 | -1/+110 | |
| | | |||||
| * | OS/2 can not support SDL2 which is needed for MAME to run (nw) | 2016-02-26 | 1 | -19/+0 | |
| | | |||||
| * | no way to support qnx (nw) | 2016-02-26 | 1 | -17/+0 | |
| | | |||||
| * | Fix compile for Android(nw) | 2016-02-26 | 1 | -1/+4 | |
| | | |||||
| * | Fixing some more Android related things (nw) | 2016-02-26 | 1 | -0/+1 | |
| | | |||||
