| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial commit of internal web server, mostly to check compiling on various p... |  Miodrag Milanovic | 2013-08-07 | 1 | -1/+4 |
* | added makefile define FASTDEBUG to disable some debug-specific stuff, that is... |  Oliver Stöneberg | 2013-08-02 | 1 | -0/+6 |
* | removed Visual Studio specific makefile define MAXOPT in favor of adding more... |  Oliver Stöneberg | 2013-08-02 | 1 | -0/+12 |
* | cleaner way of disabling memory initialization with MemorySanitizer (nw) |  Oliver Stöneberg | 2013-06-25 | 1 | -6/+0 |
* | added some flags for SANITIZE=memory (nw) |  Oliver Stöneberg | 2013-06-25 | 1 | -1/+4 |
* | makemak wip (nw) |  Miodrag Milanovic | 2013-06-21 | 1 | -0/+4 |
* | Make FULLNAME use ?= instead of =, allows users to override the final executa... |  Ryan Holtz | 2013-06-19 | 1 | -1/+1 |
* | put optional cpu, video, sound and machine cores in one library in order to p... |  Miodrag Milanovic | 2013-06-17 | 1 | -5/+2 |
* | Build dependencies for files in src/emu [smf] |  smf- | 2013-06-14 | 1 | -0/+2 |
* | some MemorySanitizer preparations: |  Oliver Stöneberg | 2013-06-11 | 1 | -0/+11 |
* | removed obsolete "tests" target from makefile (nw) |  Oliver Stöneberg | 2013-06-11 | 1 | -2/+0 |
* | uncommented it now that the .mak file is in (nw) |  smf- | 2013-06-10 | 1 | -1/+1 |
* | Fixed build temporarily. (nw) |  Curt Coder | 2013-06-10 | 1 | -1/+1 |
* | Added support to jedutil for decoding 82S153, PLS153 & CK2605 [Kevin Eshbach,... |  smf- | 2013-06-10 | 1 | -16/+14 |
* | Moved video and machine part of emu in separate mak files and libraries (nw) |  Miodrag Milanovic | 2013-06-04 | 1 | -1/+3 |
* | LUA 5.2.2 added to libraries, did basic hookup of LUA VM into running machine... |  Miodrag Milanovic | 2013-05-09 | 1 | -1/+4 |
* | added additional compiler and linker flags necessary for ThreadSanitizer (nw) |  Oliver Stöneberg | 2013-05-04 | 1 | -0/+6 |
* | added makefile define SANITIZE to specify the sanitizer to use (supported by ... |  Oliver Stöneberg | 2013-05-04 | 1 | -0/+13 |
* | disabled another clang warning for now (nw) |  Oliver Stöneberg | 2013-03-20 | 1 | -1/+2 |
* | disabled another clang warning for now (nw) |  Oliver Stöneberg | 2013-03-09 | 1 | -1/+2 |
* | Delete dependency makefiles on clean. (nw) |  Curt Coder | 2013-02-09 | 1 | -0/+4 |
* | removed additional DEBUG flags again - they are causing too much problems (nw) |  Oliver Stöneberg | 2013-02-01 | 1 | -1/+1 |
* | fixed typo in previous commit / fixed DEBUG compilation of pmwinmm.c and zlib |  Oliver Stöneberg | 2013-02-01 | 1 | -1/+1 |
* | set proper DEBUG defines in makefile (nw) |  Oliver Stöneberg | 2013-02-01 | 1 | -1/+1 |
* | disabled some clang warning for now to improve out-of-the-box experience (nw) |  Oliver Stöneberg | 2013-01-17 | 1 | -0/+8 |
* | fixed tests target for non-Windows platforms (nw) |  Oliver Stöneberg | 2013-01-09 | 1 | -1/+1 |
* | optimized tests target (nw) |  Oliver Stöneberg | 2013-01-09 | 1 | -1/+1 |
* | first version of chdman unit test / fixed dependies of tests target (nw) |  Oliver Stöneberg | 2013-01-05 | 1 | -3/+3 |
* | added a "tests" target to the makefile / added chdman unittest placeholders (nw) |  Oliver Stöneberg | 2013-01-05 | 1 | -0/+6 |
* | added CPPCHECK makefile define - it contains the path to the cppcheck binary ... |  Oliver Stöneberg | 2013-01-05 | 1 | -0/+21 |
* | forgot to change library name in makefile (nw) |  Oliver Stöneberg | 2013-01-01 | 1 | -1/+1 |
* | Enable compiling PortMidi (nw) |  R. Belmont | 2013-01-01 | 1 | -1/+13 |
* | reverted makefile change (nw) |  Oliver Stöneberg | 2012-12-26 | 1 | -0/+4 |
* | removed duplicated build rule from makefile (nw) |  Oliver Stöneberg | 2012-12-26 | 1 | -4/+0 |
* | SDL: Experimental Qt-based debugger [Andrew Gardner, R. Belmont] |  R. Belmont | 2012-12-25 | 1 | -0/+4 |
* | Fixed python to use env variable as described in root makefile; fixes builds ... |  Jonathan Gevaryahu | 2012-12-06 | 1 | -1/+1 |
* | Fix to make "make depend" work if on empty obj tree (no whatsnew) |  Miodrag Milanovic | 2012-09-08 | 1 | -1/+1 |
* | made make depend to be defined per target to support special cases (no whatsnew) |  Miodrag Milanovic | 2012-09-07 | 1 | -6/+0 |
* | Added proper name of generated mak (no whatsnew) |  Miodrag Milanovic | 2012-08-23 | 1 | -1/+1 |
* | Made "make depend" to create files per target, also added "make depend_ume" a... |  Miodrag Milanovic | 2012-08-23 | 1 | -2/+2 |
* | A small unused code regarding ext i/o (not hooked because it then talks with ... |  Angelo Salese | 2012-08-23 | 1 | -1/+1 |
* | Fixed Pad latch |  Angelo Salese | 2012-08-23 | 1 | -1/+1 |
* | swapped order of version.o linking for consistency |  smf- | 2012-06-11 | 1 | -1/+1 |
* | stop repeated make all runs from toggling between building chdman & mame due ... |  smf- | 2012-06-11 | 1 | -2/+2 |
* | Always miss a file (nw) |  R. Belmont | 2012-05-28 | 1 | -0/+3 |
* | objdump doesn't work with VS binaries, so do not run it by Firewave (no whats... |  Miodrag Milanovic | 2012-05-15 | 1 | -0/+2 |
* | ioport.c C++ conversion. Mostly internal changes, with no |  Aaron Giles | 2012-05-03 | 1 | -9/+5 |
* | optimized optimization options :p |  Michaël Banaan Ananas | 2012-04-29 | 1 | -3/+4 |
* | Allow compilation with compatible system-installed versions of libjpeg and li... |  R. Belmont | 2012-03-29 | 1 | -5/+32 |
* | - removed need for *_dev.lst files [Miodrag Milanovic] |  Miodrag Milanovic | 2012-02-23 | 1 | -11/+1 |