| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size | 2021-02-14 | 1 | -1/+1 | |
| | | | | | | | | | | | * osdcomm.h: Move definition of EQUIVALENT_ARRAY to coretmpl.h * sharc.cpp, gt64xxx.cpp, ym2413.cpp, gb_lcd.cpp, snes_ppu.cpp: Use STRUCT_MEMBER for save state registration * gio/newport.cpp, megadrive/svp.cpp, nes_ctrl/bcbattle.cpp, arm7.cpp, tms9995.cpp, pckeybrd.cpp, sa1110.cpp, sa1111.cpp, jangou_blitter.cpp, vic4567.cpp: Use std::fill(_n) instead of memset * emucore.h: Remove obsolete typedef | ||||
| * | -Switch to building MAME as C++17. | 2020-11-15 | 1 | -1/+1 | |
| | | | | | | | | * Updated sol2 to 3.2.2 * Updated pugixml to 1.10 * Increased minimum clang version to 6 * Cleaned up some stuff that can use new features | ||||
| * | there are reasons for things being the way they were (nw) | 2020-01-31 | 1 | -0/+5 | |
| | | |||||
| * | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) | 2020-01-30 | 1 | -1/+1 | |
| | | |||||
| * | fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) | 2020-01-30 | 1 | -5/+0 | |
| | | |||||
| * | fixed some clang-tidy warnings (nw) (#6197) | 2020-01-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * fixed some bugprone-throw-keyword-missing clang-tidy warnings (nw) * fixed some modernize-use-nullptr clang-tidy warnings (nw) * fixed some readability-delete-null-pointer clang-tidy warnings (nw) * fixed some performance-faster-string-find clang-tidy warnings (nw) * fixed some performance-for-range-copy clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) | ||||
| * | fix windows compile (nw) | 2017-02-11 | 1 | -0/+1 | |
| | | |||||
| * | Fix #1802 (uninitialised memory read as debugger command history) and clean ↵ | 2016-12-17 | 1 | -39/+49 | |
| | | | | | up a little | ||||
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, ↵ | 2016-10-22 | 1 | -2/+2 | |
| | | | | | utf16_char, unicode_char (nw) | ||||
| * | Bulk renaming of Windows string conversion functions | 2016-10-03 | 1 | -2/+2 | |
| | | | | | | utf8_from_[a|w|t]string ==> osd::text::from_[a|w|t]string [a|w|t]string_from_utf8 ==> osd::text::to_[a|w|t]string | ||||
| * | Changed strconv.[cpp|h] functions to return their results as std::string and ↵ | 2016-07-24 | 1 | -10/+4 | |
| | | | | | std::wstring | ||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -11/+11 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+238 | |
