Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | Make Android targets compile but not link, using clang compiler in NDK, ↵ | 2016-02-25 | 1 | -35/+38 | |
| | | | | since GCC will be removed in next one (nw) | ||||
* | removed nacl, fixed android and pnacl (nw) | 2016-02-25 | 1 | -90/+9 | |
| | |||||
* | fixed logic in expression (nw) | 2016-02-15 | 1 | -1/+1 | |
| | |||||
* | check STRIP_SYMBOLS in strip function and add strip support for osx (nw) | 2016-02-15 | 1 | -0/+10 | |
| | |||||
* | add TOOLCHAIN make flag for explicit toolchain prefix cross compiling (nw) | 2016-02-15 | 1 | -20/+27 | |
| | |||||
* | small addition for steamlink (nw) | 2016-02-15 | 1 | -1/+3 | |
| | |||||
* | Added SteamLink initial support [Sam Lantiga, Miodrag Milanovic] | 2016-01-25 | 1 | -3/+34 | |
| | |||||
* | Some cleanup in build scripts, GNU C99 for 3rdparty C files (nw) | 2016-01-04 | 1 | -2/+0 | |
| | |||||
* | Fix building on clang, executable fail starting due to mixed allocators (nw) | 2016-01-04 | 1 | -10/+0 | |
| | |||||
* | missed this one (nw) | 2016-01-01 | 1 | -3/+3 | |
| | |||||
* | Initial conversion of core to C++14. Note that compilers are now limited to ↵ | 2015-12-03 | 1 | -8/+1 | |
| | | | | GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic] | ||||
* | Cleanup (nw) | 2015-11-25 | 1 | -3/+6 | |
| | |||||
* | Added MSBUILD support, msbuild.exe must be in path so update your tools (nw) | 2015-11-23 | 1 | -0/+7 | |
| | |||||
* | Fixing compiling issue for release toolchain (per Balrog) (nw) | 2015-10-05 | 1 | -4/+4 | |
| | |||||
* | Allow current toolchain for mingw to work and allow GCC 5.2 to also work if ↵ | 2015-10-05 | 1 | -34/+44 | |
| | | | | gcc-ar is current enough. Add a little more info about lto (nw) | ||||
* | Fix the build. | 2015-09-14 | 1 | -17/+6 | |
| | |||||
* | fix cross compile paths, make ar work with lto until Windows GCC fixed | 2015-09-13 | 1 | -6/+17 | |
| | |||||
* | OS/2 patch for 0.164 [KO Myung-Hun] | 2015-08-25 | 1 | -0/+20 | |
| | |||||
* | semi-revert the change of ar.exe to gcc-ar.exe; the latter is broken in the ↵ | 2015-07-23 | 1 | -6/+6 | |
| | | | | current build tools, needs to be replaced with a working copy (n/w) | ||||
* | forgot a part (NW) | 2015-07-23 | 1 | -2/+6 | |
| | |||||
* | Add NetBSD support. | 2015-07-14 | 1 | -1/+28 | |
| | | | | Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||||
* | fix windows build (nw) | 2015-05-30 | 1 | -2/+1 | |
| | |||||
* | Let subtarget MESS (not MAME, yet) compile with Windows GCC 5.1 and lto. I ↵ | 2015-05-29 | 1 | -1/+2 | |
| | | | | am told 'any' recent GCC for Windows has gcc-ar wrapper, if not, change back the line in toolchain.lua (NW) | ||||
* | Added skeleton support for Windows Phone and Windows Store - far from ↵ | 2015-05-28 | 1 | -1/+24 | |
| | | | | working(nw) |