Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added DEBUG_DIR and DEBUG_ARGS parameters, make sense right now for VS build ↵ | 2016-04-12 | 1 | -0/+10 | ||
| | | | | (nw) | |||||
* | Add more clang output to tell where #include errors are coming from | 2016-04-09 | 1 | -0/+1 | ||
| | ||||||
* | Added PRECOMPILE=0 so in conjunction with ccache it gives better compile ↵ | 2016-04-02 | 1 | -3/+13 | ||
| | | | | speed (nw) | |||||
* | support build without optimize flag (nw) | 2016-03-30 | 1 | -19/+16 | ||
| | | | | | | OPTIMIZE= to disable the current default value 3 Also allow ARCHOPTS to be set regardless of OPTIMIZE, useful for debug flags. | |||||
* | Compressed internal layouts [David Haywood] | 2016-03-30 | 1 | -1/+1 | ||
| | ||||||
* | Fix VS build (it was reverse logic then others) (nw)mame0172 | 2016-03-30 | 1 | -1/+1 | ||
| | ||||||
* | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -101/+101 | ||
| | ||||||
* | cleanup build includes (nw) | 2016-03-28 | 1 | -25/+7 | ||
| | ||||||
* | Extend system library support (nw) | 2016-03-28 | 1 | -49/+6 | ||
| | | | | | | | Extend USE_SYSTEM_LIB_* to support providing the library name and include directory. To link against system specific lib names and header path: (ref #711) USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3 | |||||
* | Ci20 wip support (nw) | 2016-03-23 | 1 | -1/+13 | ||
| | ||||||
* | BGFX_CONFIG_DEBUG=1 for Debug builds (nw) | 2016-03-20 | 1 | -0/+2 | ||
| | ||||||
* | compile BGFX for RPI as well (nw) | 2016-03-19 | 1 | -0/+7 | ||
| | ||||||
* | Added support for Raspberry Pi cross-compile (nw) | 2016-03-19 | 1 | -1/+8 | ||
| | ||||||
* | Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port ↵ | 2016-03-17 | 1 | -0/+1 | ||
| | | | | now (nw) | |||||
* | Build with vs2015 Update 2 RC | 2016-03-16 | 1 | -0/+1 | ||
| | ||||||
* | Fix SDL Windows build | 2016-03-14 | 1 | -1/+1 | ||
| | ||||||
* | fix error (nw) | 2016-03-13 | 1 | -0/+1 | ||
| | ||||||
* | Added ability to build using system libuv (1.8.0 or higher required) | 2016-03-12 | 1 | -0/+5 | ||
| | ||||||
* | mingw clang build is working, there seams to still be some issue with ↵ | 2016-03-11 | 1 | -0/+4 | ||
| | | | | optimization (nw) | |||||
* | Support for aarch64 (nw) | 2016-03-11 | 1 | -0/+9 | ||
| | ||||||
* | made sources build use info from mame.lst (nw) | 2016-03-02 | 1 | -1/+1 | ||
| | ||||||
* | Enabled multi core compile on VS (nw) | 2016-03-01 | 1 | -1/+0 | ||
| | ||||||
* | Build SDL2 for Android (nw) | 2016-02-29 | 1 | -0/+4 | ||
| | ||||||
* | Made Visual Studio use by default bundled SDL2 (nw) | 2016-02-27 | 1 | -0/+13 | ||
| | ||||||
* | Made xcode params more generic (nw) | 2016-02-26 | 1 | -0/+3 | ||
| | ||||||
* | Added support for x64 Androids (nw) | 2016-02-26 | 1 | -1/+6 | ||
| | ||||||
* | Made pnacl to compile (nw) | 2016-02-26 | 1 | -3/+18 | ||
| | ||||||
* | cleanup (nw) | 2016-02-26 | 1 | -1/+1 | ||
| | ||||||
* | OS/2 can not support SDL2 which is needed for MAME to run (nw) | 2016-02-26 | 1 | -14/+6 | ||
| | ||||||
* | Fixing some more Android related things (nw) | 2016-02-26 | 1 | -5/+4 | ||
| | ||||||
* | Make Android targets compile but not link, using clang compiler in NDK, ↵ | 2016-02-25 | 1 | -0/+5 | ||
| | | | | since GCC will be removed in next one (nw) | |||||
* | removed nacl, fixed android and pnacl (nw) | 2016-02-25 | 1 | -8/+1 | ||
| | ||||||
* | Makes xcode compile fine if generated files are already there (nw) | 2016-02-23 | 1 | -1/+1 | ||
| | ||||||
* | Forgot to commit this one (nw) | 2016-02-23 | 1 | -1/+1 | ||
| | ||||||
* | added proper platform for xcode (nw) | 2016-02-21 | 1 | -5/+11 | ||
| | ||||||
* | changes towards compiling with XCode (nw) | 2016-02-21 | 1 | -3/+5 | ||
| | ||||||
* | BGFX mandatory requirement (nw) | 2016-02-16 | 1 | -14/+0 | ||
| | ||||||
* | Enabled BGFX support for SteamLink | 2016-02-16 | 1 | -1/+4 | ||
| | ||||||
* | check STRIP_SYMBOLS in strip function and add strip support for osx (nw) | 2016-02-15 | 1 | -4/+1 | ||
| | ||||||
* | add TOOLCHAIN make flag for explicit toolchain prefix cross compiling (nw) | 2016-02-15 | 1 | -0/+9 | ||
| | ||||||
* | fix build on some linuxes (nw) | 2016-02-15 | 1 | -0/+1 | ||
| | ||||||
* | Added lua-zlib, lfs and luv support for LUA, exposed all using luaengine (nw) | 2016-02-14 | 1 | -2/+3 | ||
| | ||||||
* | suppressed C4592 warning in VS 2015. (nw) | 2016-02-08 | 1 | -0/+1 | ||
| | ||||||
* | link into main project and link deps (nw) | 2016-01-31 | 1 | -0/+10 | ||
| | ||||||
* | Added Google Benchmark library (nw) | 2016-01-29 | 1 | -0/+10 | ||
| | | | | | Included sample benchmark for eminline for native and noasm Made GoogleTest compile only if tests are compiled | |||||
* | Added SteamLink initial support [Sam Lantiga, Miodrag Milanovic] | 2016-01-25 | 1 | -0/+10 | ||
| | ||||||
* | fix start project for custom builds in Visual Studio (nw) | 2016-01-21 | 1 | -7/+11 | ||
| | ||||||
* | reverting: | 2016-01-20 | 1 | -11/+7 | ||
| | | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) | |||||
* | Keep naming of binaries for builds made with SOURCES to be same as usual, (nw) | 2016-01-17 | 1 | -4/+6 | ||
| | | | | fixed propagation of flags for builds made with SOURCES | |||||
* | OS/2 patch [KO Myung-Hun] | 2016-01-16 | 1 | -4/+11 | ||
| |