| Commit message (Expand) | Author | Age | Files | Lines |
| * | Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... |  mooglyguy | 2018-11-05 | 1 | -12/+12 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -19/+12 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -16/+0 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -0/+16 |
| * | final cleanup of TRUE/FALSE, left only in windows section where it represent ... |  Miodrag Milanovic | 2016-10-22 | 1 | -13/+0 |
| * | fixed benchmarks build and cleanup U64 and S64 macro definition, it is now in... |  Miodrag Milanovic | 2016-10-22 | 1 | -8/+0 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -29/+29 |
| * | [[noreturn]] instead of ATTR_NORETURN (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+0 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -11/+0 |
| * | Cleanup, TIMER_CALLBACK was only in unused parts (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -4/+0 |
| * | Cleanup for VS2015 build (nw) |  Miodrag Milanovic | 2016-08-28 | 1 | -2/+0 |
| * | some C++14 features are not supported by VS2013. VS2015 is free for home use ... |  Miodrag Milanovic | 2016-08-27 | 1 | -7/+0 |
| * | made constexprs lower case and used constexpr for returning input value as we... |  Miodrag Milanovic | 2016-07-31 | 1 | -12/+12 |
| * | macros should be turned into constexpr or they can't be used in many situatio... |  Vas Crabb | 2016-07-31 | 1 | -39/+19 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -33/+37 |
| * | Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function... |  Nathan Woods | 2016-07-05 | 1 | -0/+5 |
| * | misc fixes (nw) |  Vas Crabb | 2016-05-28 | 1 | -0/+11 |
| * | fix OSX compile (nw) |  Miodrag Milanovic | 2016-05-27 | 1 | -1/+1 |
| * | ui refactoring [Vas Crabb] |  Vas Crabb | 2016-05-27 | 1 | -5/+5 |
| * | Removed I64FMT and SIZETFMT, one usage left in chdman.cpp (nw) |  Miodrag Milanovic | 2016-03-07 | 1 | -19/+0 |
| * | hopefully fix build for everyone |  Vas Crabb | 2016-03-06 | 1 | -15/+8 |
| * | Pick off some low-hanging PTR64 fruit |  Vas Crabb | 2016-02-28 | 1 | -5/+1 |
| * | limit internationalization to UI where it belongs (nw) |  Miodrag Milanovic | 2016-02-20 | 1 | -4/+0 |
| * | Doing some preps for internationalization (nw) |  Miodrag Milanovic | 2016-02-19 | 1 | -0/+4 |
| * | cleanup of osdcomm.h (nw) |  Miodrag Milanovic | 2015-12-09 | 1 | -44/+15 |
| * | Revert "Cleanup of osdcomm.h (nw)" |  Miodrag Milanovic | 2015-12-09 | 1 | -13/+49 |
| * | Cleanup of osdcomm.h (nw) |  Miodrag Milanovic | 2015-12-09 | 1 | -49/+13 |
| * | VS2012 is not supported anymore (nw) |  Miodrag Milanovic | 2015-12-07 | 1 | -11/+0 |
| * | Fixed comment. |  dankan1890 | 2015-10-30 | 1 | -2/+2 |
| * | Fix for VS2013 build. |  dankan1890 | 2015-10-30 | 1 | -6/+7 |
| * | update suggested by DrMefistO (nw) |  Miodrag Milanovic | 2015-10-20 | 1 | -2/+1 |
| * | fix compile on VS2013 (need check on VS2015 if this is needed at all) (nw) |  Miodrag Milanovic | 2015-10-19 | 1 | -0/+2 |
| * | osdcomm.h: func me MSVC (nw) |  Peter Ferrie | 2015-09-30 | 1 | -0/+1 |
| * | Nope. (nw) |  balr0g | 2015-06-07 | 1 | -1/+0 |
| * | Use attribute unused for inlined new/delete. (nw) |  balr0g | 2015-06-07 | 1 | -0/+1 |
| * | Cleanups and version bumpmame0161 |  Miodrag Milanovic | 2015-04-29 | 1 | -1/+1 |
| * | fixed alloca define to standard one (nw) |  Miodrag Milanovic | 2015-04-18 | 1 | -1/+1 |
| * | VS2015 compile works (nw) |  Miodrag Milanovic | 2015-04-10 | 1 | -0/+3 |
| * | Remove need for winprefix.h and moved alloca define to osdcomm.h (nw) |  Miodrag Milanovic | 2015-03-31 | 1 | -0/+6 |
| * | removed windows/osinline.h and placed MSVC dependent files in top folder (nw) |  Miodrag Milanovic | 2015-03-30 | 1 | -0/+19 |
| * | More cleanups, there is issue with srcclean that needs to be taken care as we... |  Miodrag Milanovic | 2014-07-22 | 1 | -1/+1 |
| * | implemented ATTR_FORCE_INLINE for Visual Studio (nw) |  Oliver Stöneberg | 2014-06-30 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0153 |  Miodrag Milanovic | 2014-04-07 | 1 | -2/+2 |
| * | Moved core template container classes up from emutempl.h to coretmpl.h: |  Aaron Giles | 2014-03-11 | 1 | -0/+7 |
| * | fixed #if checks for Visual Studio in osd/osdcomm.h (nw) |  Oliver Stöneberg | 2014-02-26 | 1 | -2/+2 |
| * | fixed 32-bit compilation (nw) |  Oliver Stöneberg | 2014-02-26 | 1 | -0/+4 |
| * | first round of printf fixes (nw) |  Oliver Stöneberg | 2014-02-25 | 1 | -0/+6 |
| * | Bulk convert files that already had standard BSD license in my name |  Aaron Giles | 2013-10-16 | 1 | -31/+2 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -3/+3 |
| * | removed DECL_NORETURN in favor of ATTR_NORETURN (nw) |  Oliver Stöneberg | 2013-08-22 | 1 | -8/+4 |