summaryrefslogtreecommitdiffstatshomepage
path: root/src/build (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved tools in proper place, and moved build python scripts together with ↵ Miodrag Milanovic2015-10-076-3797/+0
| | | | other scripts (nw)
* move mess into mame (nw) Miodrag Milanovic2015-09-301-3/+2
|
* replaced all tabs with spaces in makedep.py (nw) Miodrag Milanovic2015-09-131-52/+52
|
* update build scripts and code change in order to fix compile (nw) Miodrag Milanovic2015-09-131-1/+2
|
* Moved netlist from emu to lib (nw) Miodrag Milanovic2015-09-121-1/+1
|
* python: Make all scripts python 2/3 compatible Olivier Galibert2015-07-303-35/+42
|
* Close open files. (nw) Mike Naberezny2015-07-031-0/+4
|
* Remove unused variables. (nw) Mike Naberezny2015-07-031-2/+0
|
* Remove unused variables. (nw) Mike Naberezny2015-07-031-2/+2
|
* Update png.py to drj11/pypng@c5daab38999070eb2bc9e513eb70715ebc5de3ae (nw) Mike Naberezny2015-07-031-21/+53
| | | | This has the fix for drj11/pypng#44 and other minor issues.
* Remove semicolons from end of lines in Python code. (nw) Mike Naberezny2015-07-031-39/+38
|
* few more fixes (nw) Miodrag Milanovic2015-06-211-4/+7
|
* Fix and optimization (nw) Miodrag Milanovic2015-06-211-1/+4
|
* Fix more driver building, going deeper in checks (nw) Miodrag Milanovic2015-06-201-1/+1
|
* Made possible creation of custom builds with given list of drivers included. Miodrag Milanovic2015-06-201-42/+65
| | | | | | Note that game list is parsed so if macros are used they will not be found. example: make SUBTARGET=cops -j9 DRIVERS=src/mame/drivers/cops.c
* analyze all files for deps instead just main Miodrag Milanovic2015-06-201-1/+1
|
* generating proper output (nw) Miodrag Milanovic2015-06-201-7/+180
|
* allow comma separated list of input files (nw) Miodrag Milanovic2015-06-201-1/+2
|
* extract components used (nw) Miodrag Milanovic2015-06-201-1/+31
|
* Start work on creating tiny builds per driver file included (nw) Miodrag Milanovic2015-06-201-0/+80
|
* fixed .lst files whitespace problem [LnmVolbo] hap2015-06-041-1/+1
|
* Fix resources and updated verinfo to give default for mame in any subtarget ↵ Miodrag Milanovic2015-05-091-11/+1
| | | | case except mess (nw)
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-073-0/+9
|
* removed two more unused files (nw) Miodrag Milanovic2015-04-092-1307/+0
|
* Embed version information for OSX Vas Crabb2015-03-261-4/+4
|
* fixed compiling ldplayer (nw) Miodrag Milanovic2015-03-261-2/+2
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-264-209/+0
| | | | | | | | | | | | | | 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
* Temporary Clang compile fix so the release can go on (nw) arbee2015-03-241-0/+3
|
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-202-0/+2
|
* disabled some parts of UndefinedBehaviorSanitizer for clang 3.6 as well (nw) Oliver Stöneberg2015-03-121-0/+13
|
* Send error messages to stderr instead of stdout. (nw) Mike Naberezny2015-03-052-3/+3
|
* another Python script cleanup (nw) Oliver Stöneberg2015-03-051-2/+2
|
* more Python script cleanups based on PyCharm inspection (nw) Oliver Stöneberg2015-03-052-6/+6
|
* some Python script cleanups based on PyCharm inspection (nw) Oliver Stöneberg2015-03-052-16/+16
|
* Update file2str.py Reed2015-03-031-1/+4
| | | Sorry about my previous recommendation that broke Python 2. It's been so long that I forgot that Python 2 open 'rb' returns a string representation of bytes. The above code will properly handle type conversion for Python 2.
* Fix Python 2 compatibility. Someone can fix Python 3 if they want, but not ↵ Vas Crabb2015-03-031-1/+1
| | | | at the expense of 2.
* Change dangerous variable name. andrew-gardner2015-03-031-3/+3
|
* Update file2str.py Reed2015-03-021-1/+1
| | | On line 43, wouldn't "ord(b)" simply be "b" since each iteration through a "bytes" type already returns an "int"? In Python 3.x, the "ord" function expects type "str" so passing an "int" causes a "TypeError" exception.
* Remove extra semicolons. (nw) Mike Naberezny2015-02-261-7/+7
|
* Remove unused imports. (nw) Mike Naberezny2015-02-262-2/+0
|
* If verinfo.py fails don't touch the output file, so subsequent builds won't ↵ Vas Crabb2015-02-221-64/+82
| | | | think it's up-to-date
* Make verinfo.py capable of producing Info.plist for OSX Vas Crabb2015-02-211-75/+119
|
* verinfo.py: fixed switched version information (nw) Oliver Stöneberg2015-02-131-3/+3
|
* verinfo to python (nw) Miodrag Milanovic2015-02-133-327/+116
|
* doh (nw) Miodrag Milanovic2015-02-131-0/+94
|
* makelist implementation in python (nw) Miodrag Milanovic2015-02-132-254/+0
|
* fixed clang 3.4 compilation (nw) Oliver Stöneberg2015-02-051-3/+3
|
* re-enabled some C++11 compiler warnings (nw) Oliver Stöneberg2015-02-052-5/+1
|
* fixed -Wunused-local-typedefs warnings with ATTR_UNUSED and enabled it again ↵ Oliver Stöneberg2015-02-052-4/+2
| | | | (nw)
* disable a GCC warning with CPP11=1 (nw) Oliver Stöneberg2015-02-052-2/+8
| | | | also moved clang C++11 warning supression into CPP11 define