summaryrefslogtreecommitdiffstatshomepage
path: root/makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* final clarification of disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-1/+4
* more clarification on disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-1/+7
* small clarification on disabled UndefinedBehaviorSanitizer checks (nw) Oliver Stöneberg2014-12-301-2/+4
* Better x64 detection for windows Miodrag Milanovic2014-12-231-2/+3
* Converted file2str to python (nw) Miodrag Milanovic2014-12-151-4/+4
* Build fixes for Emscripten (nw) Justin Kerk2014-11-051-1/+1
* enabled some more ubsan checks (nw) Oliver Stöneberg2014-10-231-1/+3
* do not set define HAS_OPENMP when makefile define OPENMP is set - fixes warni... Oliver Stöneberg2014-10-211-1/+0
* SDL: SDL2 is now the default except for OS/2 builds. [R. Belmont] arbee2014-10-201-4/+6
* added makefile variable OPENMP to enable usage of OpenMP (includes vconv supp... Oliver Stöneberg2014-10-011-0/+10
* Allow use of external SQLite3 [Cesare Falco] R. Belmont2014-08-151-1/+9
* Work around linking issue with JSMESS (nw) Justin Kerk2014-08-051-0/+5
* spelling (nw) Justin Kerk2014-08-031-1/+1
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-1/+1
* ah forgot to commit this (nw) Miodrag Milanovic2014-06-041-0/+3
* use -fno-optimize-sibling-calls with SYMBOLS=1 for more complete stack traces... Oliver Stöneberg2014-05-171-1/+1
* enabled rgbsse.h for Visual Studio 64-bit builds as well and use rgbgen.h for... Oliver Stöneberg2014-05-071-1/+1
* small fix for makemak (nw) Miodrag Milanovic2014-05-061-1/+1
* makefile: don't get the nodename when auto-detecting build parameters. [R. Be... R. Belmont2014-05-041-1/+1
* -Made osd_interface base class for OSD and moved initialization for each subs... Miodrag Milanovic2014-04-251-0/+4
* added makefile define SSE2 to enable specially optimized code [Oliver Stöneb... Oliver Stöneberg2014-04-071-0/+7
* disabled another check with SANITIZE=undefined (nw) Oliver Stöneberg2014-03-111-1/+1
* For now keep only bus part in separate library to make visual studio builds p... Miodrag Milanovic2014-03-081-1/+2
* moved compiler-specific warning generation to shared files (nw) Oliver Stöneberg2014-03-021-16/+2
* do not optimize SANITIZE builds by default (nw) Oliver Stöneberg2014-03-021-5/+6
* disabled more checks with SANITIZE=undefined for now (nw) Oliver Stöneberg2014-02-261-1/+1
* suppress alignment errors with SANITIZE=undefined for now (nw) Oliver Stöneberg2014-02-261-0/+6
* always enable SYMBOLS in case of SANITIZE (nw) Oliver Stöneberg2014-02-211-0/+5
* fixed compilation with older clang versions (nw) Oliver Stöneberg2014-02-201-2/+7
* first round of clang 3.4 fixes for MESS (nw) Oliver Stöneberg2014-02-201-1/+2
* Emscripten makefile stuff (nw) Justin Kerk2013-11-031-0/+13
* Fix cross build makefile define to match the other makefiles [John Vilk] (nw) Justin Kerk2013-11-031-1/+1
* Documented the network compile option (nw) Robbbert2013-09-081-0/+3
* added makefile define DEPRECATED to show warnings about deprecated code / add... Oliver Stöneberg2013-08-221-0/+9
* Initial commit of internal web server, mostly to check compiling on various p... Miodrag Milanovic2013-08-071-1/+4
* added makefile define FASTDEBUG to disable some debug-specific stuff, that is... Oliver Stöneberg2013-08-021-0/+6
* removed Visual Studio specific makefile define MAXOPT in favor of adding more... Oliver Stöneberg2013-08-021-0/+12
* cleaner way of disabling memory initialization with MemorySanitizer (nw) Oliver Stöneberg2013-06-251-6/+0
* added some flags for SANITIZE=memory (nw) Oliver Stöneberg2013-06-251-1/+4
* makemak wip (nw) Miodrag Milanovic2013-06-211-0/+4
* Make FULLNAME use ?= instead of =, allows users to override the final executa... Ryan Holtz2013-06-191-1/+1
* put optional cpu, video, sound and machine cores in one library in order to p... Miodrag Milanovic2013-06-171-5/+2
* Build dependencies for files in src/emu [smf] smf-2013-06-141-0/+2
* some MemorySanitizer preparations: Oliver Stöneberg2013-06-111-0/+11
* removed obsolete "tests" target from makefile (nw) Oliver Stöneberg2013-06-111-2/+0
* uncommented it now that the .mak file is in (nw) smf-2013-06-101-1/+1
* Fixed build temporarily. (nw) Curt Coder2013-06-101-1/+1
* Added support to jedutil for decoding 82S153, PLS153 & CK2605 [Kevin Eshbach,... smf-2013-06-101-16/+14
* Moved video and machine part of emu in separate mak files and libraries (nw) Miodrag Milanovic2013-06-041-1/+3
* LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... Miodrag Milanovic2013-05-091-1/+4