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
...
*
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
*
Fine, be that way GCC (nw)
Vas Crabb
2016-06-25
2
-8
/
+8
*
Better fix (nw)
Vas Crabb
2016-06-25
2
-10
/
+9
*
Fix path with missing return, hopefully fix OSX build (nw)
Vas Crabb
2016-06-25
2
-8
/
+5
*
Revert "This worked by pure luck (nw)"
Vas Crabb
2016-06-25
2
-13
/
+11
*
Fix clang compile. (nw)
couriersud
2016-06-25
1
-1
/
+1
*
This worked by pure luck (nw)
Miodrag Milanovic
2016-06-24
2
-11
/
+13
*
POSIX implementation for new directory read features, cleanup of Windows impl...
Vas Crabb
2016-06-25
4
-7
/
+466
*
Incorporated cleanups requested by Vas Crabb
Nathan Woods
2016-06-24
1
-1
/
+1
*
Changed osd_stat() to return std::unique_ptr<osd::directory::entry>
Nathan Woods
2016-06-24
1
-3
/
+3
*
C++-ified osd_directory (now osd::directory), and added last_modified to osd:...
Nathan Woods
2016-06-24
1
-4
/
+5
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
2
-16
/
+16
*
Cleanups and version bump
Miodrag Milanovic
2016-03-30
2
-4
/
+3
*
Initial work to make MAME work on Android [Miodrag Milanovic]
Miodrag Milanovic
2016-03-27
2
-9
/
+12
*
* Fix handling of return codes from newer Windows APIs
Vas Crabb
2016-03-19
1
-40
/
+26
*
Fix creation of paths on POSIX
Vas Crabb
2016-03-19
1
-1
/
+1
*
winfile: fix narrowing error with gcc if LARGE_INTEGER is a union (nw)
cracyc
2016-03-18
1
-3
/
+6
*
Update Windows OSD file functions to preferred more modern versions. All stil...
Brad Hughes
2016-03-18
1
-9
/
+10
*
Don't need to ifdef this out anymore either (nw)
Justin Kerk
2016-03-17
1
-5
/
+0
*
Fix Emscripten build (nw)
Justin Kerk
2016-03-14
1
-1
/
+2
*
fix error compiling with clang (nw)
Miodrag Milanovic
2016-03-14
1
-1
/
+1
*
Fixes for Linux
Vas Crabb
2016-03-14
1
-0
/
+1
*
Win fix
Vas Crabb
2016-03-14
1
-2
/
+2
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
9
-0
/
+2116
[prev]