summaryrefslogtreecommitdiffstatshomepage
path: root/makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* -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
* added additional compiler and linker flags necessary for ThreadSanitizer (nw) Oliver Stöneberg2013-05-041-0/+6
* added makefile define SANITIZE to specify the sanitizer to use (supported by ... Oliver Stöneberg2013-05-041-0/+13
* disabled another clang warning for now (nw) Oliver Stöneberg2013-03-201-1/+2
* disabled another clang warning for now (nw) Oliver Stöneberg2013-03-091-1/+2
* Delete dependency makefiles on clean. (nw) Curt Coder2013-02-091-0/+4
* removed additional DEBUG flags again - they are causing too much problems (nw) Oliver Stöneberg2013-02-011-1/+1
* fixed typo in previous commit / fixed DEBUG compilation of pmwinmm.c and zlib Oliver Stöneberg2013-02-011-1/+1
* set proper DEBUG defines in makefile (nw) Oliver Stöneberg2013-02-011-1/+1
* disabled some clang warning for now to improve out-of-the-box experience (nw) Oliver Stöneberg2013-01-171-0/+8
* fixed tests target for non-Windows platforms (nw) Oliver Stöneberg2013-01-091-1/+1
* optimized tests target (nw) Oliver Stöneberg2013-01-091-1/+1
* first version of chdman unit test / fixed dependies of tests target (nw) Oliver Stöneberg2013-01-051-3/+3
* added a "tests" target to the makefile / added chdman unittest placeholders (nw) Oliver Stöneberg2013-01-051-0/+6