summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/osdcomm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc fixes (nw) Vas Crabb2016-05-281-0/+11
* fix OSX compile (nw) Miodrag Milanovic2016-05-271-1/+1
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-5/+5
* Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) Miodrag Milanovic2016-03-071-19/+0
* hopefully fix build for everyone Vas Crabb2016-03-061-15/+8
* Pick off some low-hanging PTR64 fruit Vas Crabb2016-02-281-5/+1
* limit internationalization to UI where it belongs (nw) Miodrag Milanovic2016-02-201-4/+0
* Doing some preps for internationalization (nw) Miodrag Milanovic2016-02-191-0/+4
* cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-44/+15
* Revert "Cleanup of osdcomm.h (nw)" Miodrag Milanovic2015-12-091-13/+49
* Cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-49/+13
* VS2012 is not supported anymore (nw) Miodrag Milanovic2015-12-071-11/+0
* Fixed comment. dankan18902015-10-301-2/+2
* Fix for VS2013 build. dankan18902015-10-301-6/+7
* update suggested by DrMefistO (nw) Miodrag Milanovic2015-10-201-2/+1
* fix compile on VS2013 (need check on VS2015 if this is needed at all) (nw) Miodrag Milanovic2015-10-191-0/+2
* osdcomm.h: func me MSVC (nw) Peter Ferrie2015-09-301-0/+1
* Nope. (nw) balr0g2015-06-071-1/+0
* Use attribute unused for inlined new/delete. (nw) balr0g2015-06-071-0/+1
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* fixed alloca define to standard one (nw) Miodrag Milanovic2015-04-181-1/+1
* VS2015 compile works (nw) Miodrag Milanovic2015-04-101-0/+3
* Remove need for winprefix.h and moved alloca define to osdcomm.h (nw) Miodrag Milanovic2015-03-311-0/+6
* removed windows/osinline.h and placed MSVC dependent files in top folder (nw) Miodrag Milanovic2015-03-301-0/+19
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* implemented ATTR_FORCE_INLINE for Visual Studio (nw) Oliver Stöneberg2014-06-301-1/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-0/+7
* fixed #if checks for Visual Studio in osd/osdcomm.h (nw) Oliver Stöneberg2014-02-261-2/+2
* fixed 32-bit compilation (nw) Oliver Stöneberg2014-02-261-0/+4
* first round of printf fixes (nw) Oliver Stöneberg2014-02-251-0/+6
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-3/+3
* removed DECL_NORETURN in favor of ATTR_NORETURN (nw) Oliver Stöneberg2013-08-221-8/+4
* added makefile define DEPRECATED to show warnings about deprecated code / add... Oliver Stöneberg2013-08-221-0/+2
* fixed emuallo.c compilation for good / enabled U64 and S64 for Visual Studio ... Oliver Stöneberg2013-06-251-2/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* Please don't use whizzy new GCC features without asking me first (nw) R. Belmont2011-11-061-0/+6
* Added hot/cold attributes. Made the MAME executable 1% smaller by using the Nathan Woods2011-11-061-0/+4
* Removed stdlib.h from osdcomm.h. Couriersud2010-01-171-1/+1
* Explicitly allow PAIR and PAIR64 in save states. Aaron Giles2010-01-121-16/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0134u3 Aaron Giles2009-10-121-13/+13
* Eliminated osd_cpu.h. Aaron Giles2009-10-121-0/+6
* Moved all the OSD/windows code over to straight BSD license. Aaron Giles2009-10-121-2/+31
* Add EXPECTED macro Couriersud2009-10-051-1/+3
* Attempt to define an I64FMT string that can be used for printf'ing 64-bit Aaron Giles2009-08-191-0/+7
* Having decided to look at the MAME source again, I have a fairly minor patch: Aaron Giles2009-03-191-2/+2
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-2/+15