Commit Graph

55 Commits (master)

Author SHA1 Message Date
Vas Crabb cebff96608 move some content for release archive out of build repo into main repo 2017-08-14 19:30:35 +10:00
Miodrag Milanovic 124f30dbbc Enable building projects that are separate of MAME but use same core and lives in separate git tree (nw) 2016-12-08 11:46:15 +01:00
R. Belmont 24c43b94a0 Revert "update git ignore list. (nw)" 2016-12-02 16:41:20 -05:00
dankan1890 0c5759bcbd update git ignore list. (nw) 2016-11-29 00:16:59 +01:00
RobertoFresca 7d98d7a837 Cleanup.... 2016-08-19 10:55:59 -03:00
Vas Crabb a26a40445b Re-write srcclean to be cool with UTF-8 and C++14 [Vas Crabb] 2016-08-02 16:46:46 +10:00
Miodrag Milanovic 4a5895661c update gitignore (nw) 2016-05-29 10:10:41 +02:00
Miodrag Milanovic 158c90cf11 Initial work to make MAME work on Android [Miodrag Milanovic] 2016-03-27 17:35:23 +02:00
Vas Crabb 54279dbf11 Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, partial path and fold some redundant code 2016-03-25 15:25:30 +11:00
Vas Crabb f83078d8bf Use std::atomic in nl_lists.h with OpenMP 2016-03-22 12:42:19 +11:00
Miodrag Milanovic 7cd40eb58d Added uismall.bdc and way to load it for those that wish to use it still (nw) 2016-03-20 09:53:59 +01:00
Vas Crabb a3b35f8bc6 Move font enumeration to OSD, separate font name from display name as needed for OSX 2016-03-17 00:04:52 +11:00
Miodrag Milanovic 5cef4e1f91 Added LICENSE file and updated README.md (nw) 2016-03-04 11:00:21 +01:00
Miodrag Milanovic 60f8515a0d removed created mo, in order to make it part of build process (nw) 2016-02-21 11:34:22 +01:00
therealmogminer@gmail.com 9a47a870df First take on render API reorg, nw 2016-02-21 03:03:23 +01:00
Miodrag Milanovic 4900b941f1 Must commit pre-compiled language files (nw) 2016-02-20 22:40:35 +01:00
Miodrag Milanovic 1115b98dd3 Added initial language list with definitions and scripts for update (nw) 2016-02-20 21:50:02 +01:00
Miodrag Milanovic ccae0382bb Added plugins and boot.lua as startup script [Miodrag Milanovic] 2016-02-14 10:58:18 +01:00
Miodrag Milanovic 178167b8fe Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic]
Need optimization and cleanup, note that all shaders can be built only on windows
due to usage of DirectX DLLs
2016-02-07 15:49:55 +01:00
Miodrag Milanovic 5f3e6c8bdc fixed clang compile of m68kmake(nw) 2016-01-30 20:53:28 +01:00
Miodrag Milanovic 042050ef67 Added Google Benchmark library (nw)
Included sample benchmark for eminline for native and noasm
Made GoogleTest compile only if tests are compiled
2016-01-29 11:47:40 +01:00
Miodrag Milanovic 3f2add802d Updated makefile to generate m68k files (nw) 2016-01-27 15:36:29 +01:00
dankan1890 aef1472f1d Missing regtests folder in .gitignore 2015-11-27 15:56:17 +01:00
Miodrag Milanovic cabec7b81c Added new doxygen templates and limited basic to core (nw) 2015-11-16 10:32:27 +01:00
Miodrag Milanovic 44ffd8dd61 added make option to generate CMake files for CLion and root project file (nw)
also ignored CMakeLists.txt in root
2015-11-08 15:00:26 +01:00
Miodrag Milanovic 0284402d1c updated gitignore for CLion (nw) 2015-11-08 14:54:59 +01:00
hap 9f6640deb5 turned folder rights the other way around 2015-08-26 23:09:47 +02:00
Dirk Best 4d1cfc554d Add travis-ci support 2015-07-10 16:41:37 +02:00
Miodrag Milanovic f2b21a51f8 Added doxygen documentation definition file and make target for it (nw) 2015-05-12 10:28:41 +02:00
Miodrag Milanovic 53340a5f89 changed .build to build to be visible (nw) 2015-03-26 11:17:59 +01:00
Miodrag Milanovic f76d59c41d Moved build system to GENie [Miodrag Milanovic]
make TARGET=mess -j19

will generate all needed files and build MESS, while developing you can use

make TARGET=mess COMPILE=1 -j19
to prevent rebuilding of make files.

Build system have automatic generate of dependencies so will do incremental builds fine.

make clean
will remove all generated files/projects and obj files
2015-03-26 09:00:39 +01:00
Miodrag Milanovic fb5c151082 Converted png2bcd tool to python [Andrew Gardner] 2015-01-10 11:35:34 +01:00
smf- 4ec35c6bb0 ignore inp directory (nw) 2014-10-29 18:21:49 +00:00
Miodrag Milanovic 6cdca14803 made .gitignore much smaller (nw) 2014-10-24 14:51:06 +02:00
Miodrag Milanovic 44c54629c2 fix for gitignore (nw) 2014-10-24 14:20:32 +02:00
Oliver Stöneberg 4972bd3b54 ignore *.psess and *.vsp in root (nw)
these are Visual Studio Performance Analysis output files
2014-10-24 14:11:17 +02:00
Olivier Galibert a16f1c0443 More ignorance (nw) 2014-10-23 19:10:22 +02:00
Curt Coder 4b0e2a830e Updated ignore file with executables 2014-10-23 11:08:34 +03:00
Oliver Stöneberg c1f8dfed3e added *.sln and *.suo to .gitignore (nw) 2014-10-23 09:32:53 +02:00
m.milanovic@levi9.com 428b3535d3 Add ini folder to ignore (nw) 2014-10-22 10:52:21 +02:00
smf- 1f06e19970 ignore *.bat (nw) 2014-10-21 12:34:21 +01:00
Alex W. Jackson b6db6a39a2 Made gfx_element::decode() private; fixed drivers that were calling it directly [Alex Jackson] 2014-03-18 06:42:10 +00:00
Curt Coder 9f691da5f3 Add to ignore list. (nw) 2014-03-18 06:21:49 +00:00
Dirk Best 9d75c11e59 ignore project files only in root 2013-12-30 18:38:08 +00:00
Dirk Best 32646209f9 cleanup .gitattributes, ignore eclipse project files 2013-12-30 18:15:58 +00:00
Jonathan Gevaryahu a36d348683 revert stuff that probably wasn't intentionally committed. (n/w) 2013-12-29 03:57:41 +00:00
Couriersud 5fc9d0703a Netlist, make some class variables protected. No wn 2013-12-28 14:57:22 +00:00
Oliver Stöneberg 1bba207e27 added two more output folders to ignore list (nw) 2013-07-17 10:38:27 +00:00
Curt Coder 39d9b8a39c Improved svn:ignore. (nw) 2013-06-24 09:43:05 +00:00
Curt Coder 976c24128b Improved svn:ignore. (nw) 2013-06-24 09:41:59 +00:00