Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable unknown-attributes & ignored_qualifiers to allow font_dwrite.cpp to ↵ | 2016-09-17 | 1 | -0/+2 | |
| | | | | build with clang. (nw) | ||||
* | Add Lua-cleaning ability to srcclean | 2016-08-30 | 1 | -1/+1 | |
| | |||||
* | Cleanup for VS2015 build (nw) | 2016-08-28 | 1 | -0/+1 | |
| | |||||
* | some C++14 features are not supported by VS2013. VS2015 is free for home use ↵ | 2016-08-27 | 1 | -1/+1 | |
| | | | | so no need for legacy support (nw) | ||||
* | Setting GCC bar bit higher (nw) | 2016-08-27 | 1 | -2/+2 | |
| | |||||
* | Temporary fix for debug compile till we fix assert (nw) | 2016-08-27 | 1 | -0/+6 | |
| | |||||
* | Change warning flags for Clang build (nw) | 2016-08-25 | 1 | -9/+1 | |
| | | | | | | -Wno-missing-braces is unfortunately now necessary to avoid errors on almost every single use of the std::array initializer in devfind.h. (Apparently C++14 does make double braces optional for std::array initializers, but clang and GCC's -Wmissing-braces never took that into proper account, which is why GCC may still have it disabled by default.) Several other Clang-specific warnings have been undisabled; some might perhaps need to be locally reenabled if legacy 3rdparty code or sundry OSD includes happen to disagree with them. The only warning to require any code changes was -Wabsolute-value, which seems to have caught a minor render bug (and nothing more). | ||||
* | made proper formats compiled only if needed (nw) | 2016-08-12 | 1 | -0/+8 | |
| | |||||
* | Attempt to prevent GCC optimising away global_alloc_clear (MT06335) | 2016-07-30 | 1 | -4/+11 | |
| | |||||
* | Add arch defines for Linux alpha and mips64el. | 2016-07-14 | 1 | -0/+12 | |
| | | | | | Add detection for Linux architectures alpha and mips64el, to avoid using gcc -m64, which isn't available on them. | ||||
* | damn circular deps (nw) | 2016-06-26 | 1 | -0/+1 | |
| | |||||
* | Fixed double hyphen in -pipe | 2016-06-14 | 1 | -1/+1 | |
| | |||||
* | Sync GENie, one thing changed, and I have revoked one patch that is going to ↵ | 2016-06-10 | 1 | -2/+0 | |
| | | | | be removed or changed anyway (nw) | ||||
* | Synced GENie with latest and applied few changes sent as PR (nw) | 2016-06-10 | 1 | -0/+2 | |
| | |||||
* | Fix git version [Vas Crabb] | 2016-06-10 | 1 | -9/+0 | |
| | | | | | | | | * git version is set by top-level make, not just when GENie runs * can set IGNORE_GIT=1 for make to ignore git * git ignored/unavailable uses "unknown" in version string * mark modified trees as dirty * note that version now comes from makefile | ||||
* | Added initial ninja support to use add MAKETYPE=ninja to compile command ↵ | 2016-06-09 | 1 | -2/+2 | |
| | | | | | | line (nw) Custom build tasks are not yet working | ||||
* | support msbuild from posix shell | 2016-05-31 | 1 | -1/+1 | |
| | | | | preliminary fastbuild support (experimental in genie) | ||||
* | disable BGFX debug info (nw) | 2016-05-24 | 1 | -1/+1 | |
| | |||||
* | Added ability to create standalone emulators, added zexall as example (nw) | 2016-05-08 | 1 | -3/+8 | |
| | |||||
* | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -0/+2 | |
| | |||||
* | set GIT_VERSION only where it is used (nw) | 2016-04-21 | 1 | -11/+0 | |
| | |||||
* | Always rebuild version.cpp when there is git version change (nw) | 2016-04-16 | 1 | -17/+7 | |
| | |||||
* | Add short git version if building non-release build, also if git command is ↵ | 2016-04-16 | 1 | -0/+21 | |
| | | | | not available or if .git is not there (so building out of other sources) (nw) | ||||
* | 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 | |
| |