index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
osd
/
modules
/
file
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
Tidy up loose ends:
Vas Crabb
2021-01-06
4
-23
/
+96
*
windir.cpp, winrtdir.cpp: string_format calls need qualification now
AJR
2021-01-02
2
-2
/
+2
*
Low-level #include overhaul
AJR
2021-01-02
14
-5
/
+14
*
Mame: Fix compilation errors in 'posixfile.cpp', for older MacOS/Xcode releases
Masc Guy
2020-12-09
1
-0
/
+5
*
FreeBSD fixes (#7295)
Emmanuel Vadot
2020-09-27
1
-1
/
+1
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
11
-19
/
+19
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
11
-19
/
+19
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
|
/
*
winptty: don't create pipe unless requested (nw)
cracyc
2019-11-16
1
-1
/
+2
*
(nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c...
Vas Crabb
2019-10-16
1
-3
/
+4
*
Fix Solaris 2.11 (non-Oracle)
Rick V
2019-08-19
1
-1
/
+5
*
Fix build in newer Emscripten versions (nw)
Justin Kerk
2019-08-08
3
-5
/
+5
*
Use canonical spelling of "canonical" (nw)
AJR
2019-08-02
2
-2
/
+2
*
Fix OS X build after a45221458dfba557ae32c0073750a06deea3f45e (nw)
AJR
2018-12-11
1
-3
/
+1
*
Android compile fix (#4395)
Miodrag Milanović
2018-12-11
1
-1
/
+3
*
Discord plugin try 2 (#3640)
cracyc
2018-06-08
4
-2
/
+223
*
Set SO_REUSEADDR in posixsocket
Sven Schnelle
2018-04-16
1
-0
/
+8
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
2
-1
/
+2
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
2
-2
/
+1
*
fix MT06785
Vas Crabb
2017-12-07
2
-1
/
+2
*
this file is Allman style, use nullptr for NULL pointers, DeviceIoControl ret...
Vas Crabb
2017-11-29
1
-6
/
+8
*
chdman: Patch to allow chdman to access physical drives on Windows 10
Ted Green
2017-11-24
1
-1
/
+18
*
Move special windows.h include directives to build defines (nw)
Brad Hughes
2016-12-28
8
-8
/
+0
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
2
-2
/
+2
*
Implemented GetFileSize and and proper winrt file open (nw)
Miodrag Milanovic
2016-11-12
1
-4
/
+2
*
No need for osd_malloc, osd_malloc_array and osd_free (nw)
Miodrag Milanovic
2016-11-11
2
-2
/
+2
*
Some more work on UWP (nw)
Miodrag Milanovic
2016-11-10
5
-0
/
+1002
*
Prevent -Wexpansion-to-defined warning in recent Clang (nw)
Justin Kerk
2016-10-28
1
-1
/
+5
*
final cleanup of TRUE/FALSE, left only in windows section where it represent ...
Miodrag Milanovic
2016-10-22
3
-10
/
+10
*
Cleanup linux OSD (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
3
-7
/
+7
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
3
-5
/
+5
*
Bulk renaming of Windows string conversion functions
Nathan Woods
2016-10-03
3
-10
/
+10
*
Adding new string conversion overloads
Nathan Woods
2016-10-01
3
-7
/
+7
*
Now reporting Windows ERROR_INVALID_NAME as osd_file::error::NOT_FOUND
Nathan Woods
2016-08-19
1
-0
/
+1
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-1
/
+1
*
Using decltype() and removing +1/-1 "dance"
Nathan Woods
2016-07-25
1
-4
/
+1
*
Fixed off by one issue and other cleanups requested by Vas
Nathan Woods
2016-07-25
1
-15
/
+12
*
Changed strconv.[cpp|h] functions to return their results as std::string and ...
Nathan Woods
2016-07-24
3
-73
/
+28
*
kfreebsd: use termios.h not just on regular FreeBSD
Steven Chamberlain
2016-07-13
1
-1
/
+1
*
POSIX implementation for valid filename/path character functions
Vas Crabb
2016-07-07
1
-3
/
+50
*
Merge branch 'file_create_and_format_refactorings' of https://github.com/npwo...
Vas Crabb
2016-07-07
1
-0
/
+34
|
\
|
*
Changed osd_is_valid_filepath_char() to block 0x7F and C1 control characters
Nathan Woods
2016-07-05
1
-0
/
+1
|
*
Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function...
Nathan Woods
2016-07-05
1
-0
/
+33
*
|
explicit <cstdlib> (nw)
Vas Crabb
2016-07-06
1
-0
/
+1
|
/
*
use allocating mode of ::realpath by default (nw)
Vas Crabb
2016-07-05
1
-0
/
+7
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
2
-6
/
+6
*
clang on windows fixes (nw)
Miodrag Milanovic
2016-06-25
1
-1
/
+1
*
Init (nw)
Vas Crabb
2016-06-25
1
-0
/
+1
[next]