summaryrefslogtreecommitdiffstatshomepage
path: root/src/build (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* flags_clang.mak: additions for clang 3.6 and cleanups (nw) Oliver Stöneberg2015-02-051-7/+18
* [MT05835] show correct version number in file datils [Oliver Stöneberg] Oliver Stöneberg2015-01-301-14/+21
* moved some clang-specific stuff from makefile to src/build/flags_clang.mak (nw) Oliver Stöneberg2015-01-271-0/+25
* Remove unused imports. (nw) Mike Naberezny2015-01-252-2/+0
* png2bdc.py: reverted debug changes. (nw) couriersud2015-01-221-3/+2
* png2bdc.py: Converted to python 2.5 syntax. (nw) couriersud2015-01-221-17/+21
* Converted png2bcd tool to python [Andrew Gardner] Miodrag Milanovic2015-01-104-453/+3113
* Make file2str.pv compatible with python 2.5 (nw) couriersud2015-01-081-1/+3
* Run build tools based on build OS Ramiro Polla2015-01-041-1/+1
* introduced BASELIBS to makefile to link smaller tools with less dependencies ... Oliver Stöneberg2015-01-011-5/+5
* Fixed debug build (nw) Osso2014-12-151-0/+3
* fix space and tab mixing (nw) Miodrag Milanovic2014-12-151-2/+2
* Converted file2str to python (nw) Miodrag Milanovic2014-12-153-121/+56
* made build tools dependencies smaller (nw) Miodrag Milanovic2014-12-151-7/+26
* re-enabled -Wconstant-logical-operand for clang 3.5 (nw) Oliver Stöneberg2014-11-011-1/+1
* re-enabled -Wdynamic-class-memaccess for clang 3.5 now that all warnings have... Oliver Stöneberg2014-11-011-2/+0
* updated comments/TODOs about invalid vptr warnings (nw) Oliver Stöneberg2014-11-011-1/+1
* Allow compilation on cygwin based terminals on Windows (like cmder) Dirk Best2014-10-231-7/+9
* disabled -Wconstant-logical-operand again for clang / src/emu/cpu/tms34010/34... Oliver Stöneberg2014-09-261-0/+3
* 34010gfx.c: Work around clang shift overflow warnings; silly fix... (nw) Wilbert Pol2014-09-231-3/+0
* "properly fixed" clang -Wconstant-logical-operand warnings and enabled it (nw) Oliver Stöneberg2014-09-231-3/+0
* actually avoid clang warning in src/mame/video/jagblit.inc / avoid clang warn... Oliver Stöneberg2014-09-231-1/+1
* fixed clang warning in src/mame/video/jagblit.inc (nw) Oliver Stöneberg2014-09-231-1/+1
* documented more disabled clang compiler warnings (nw) Oliver Stöneberg2014-09-231-2/+8
* documented some disabled clang compiler warnings / re-enabled -Wformat-securi... Oliver Stöneberg2014-09-231-5/+13
* another workaround for XCode 6.0.1 out-of-the-box compilation (nw) Oliver Stöneberg2014-09-221-0/+2
* added workaround to build with XCode 6.0.1 out-of-the-box [Oliver Stöneberg] Oliver Stöneberg2014-09-221-0/+2
* flagged some functions as noreturn (nw) Oliver Stöneberg2014-09-102-2/+2
* removed -Wno-strict-overflow for GCC 4.8 as well (nw) Oliver Stöneberg2014-09-091-1/+1
* removed -Wno-strict-overflow for GCC 4.9 (nw) Oliver Stöneberg2014-09-081-1/+1
* make clang 3.5 compile out-of-the-box by disabling some warnings for now / ad... Oliver Stöneberg2014-09-061-0/+5
* Make it compile on 4.9.x (nw) Miodrag Milanovic2014-09-021-0/+1
* added GCC 4.9 handling to build/flags_gcc.mak now it has been released (nw) Oliver Stöneberg2014-05-071-0/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-5/+5
* Same rule applies to all GCC 4.8.x so on Windows as well (nw) Miodrag Milanovic2014-03-301-3/+1
* Allow JSMESS to compile with -Werror (nw) Justin Kerk2014-03-122-9/+14
* "fixed" VS2012 linking of makemak.exe and makelist.exe (nw) Oliver Stöneberg2014-03-121-2/+4
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-112-273/+234
* Include bus resolve in dynamic build procedure (nw) Miodrag Milanovic2014-03-091-0/+1
* Fix SDL compile (nw) Alex W. Jackson2014-03-021-5/+0
* moved compiler-specific warning generation to shared files (nw) Oliver Stöneberg2014-03-023-0/+52
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-6/+6
* makedepend now ignores "-D" defines as well. Couriersud2013-12-011-0/+6
* Fixed make depend on OS X. (nw) Curt Coder2013-11-131-0/+5
* More cross_build stuff (nw) Justin Kerk2013-11-031-1/+20
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-163-93/+6
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-49/+48
* makemak wip (nw) Miodrag Milanovic2013-06-212-59/+32
* made makemak create lst as well, and some fixes for cpu.mak (nw) Miodrag Milanovic2013-06-201-41/+137
* Updated makemak to support splitting per libraries (nw) Miodrag Milanovic2013-06-202-80/+144