summaryrefslogtreecommitdiffstatshomepage
path: root/src/build (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved tools in proper place, and moved build python scripts together with oth... Miodrag Milanovic2015-10-076-3797/+0
* 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
* 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
* 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 c... Miodrag Milanovic2015-05-091-11/+1
* 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
* 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
* Fix Python 2 compatibility. Someone can fix Python 3 if they want, but not a... Vas Crabb2015-03-031-1/+1
* Change dangerous variable name. andrew-gardner2015-03-031-3/+3
* Update file2str.py Reed2015-03-021-1/+1
* 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 t... Vas Crabb2015-02-221-64/+82
* 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
* disable a GCC warning with CPP11=1 (nw) Oliver Stöneberg2015-02-052-2/+8