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
/
winfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-69
/
+107
*
Tidy up loose ends:
Vas Crabb
2021-01-06
1
-17
/
+58
*
use C++ library includes (nw)
firewave
2020-01-22
1
-2
/
+2
*
Use canonical spelling of "canonical" (nw)
AJR
2019-08-02
1
-1
/
+1
*
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
1
-1
/
+0
*
final cleanup of TRUE/FALSE, left only in windows section where it represent ...
Miodrag Milanovic
2016-10-22
1
-6
/
+6
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-4
/
+4
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
Bulk renaming of Windows string conversion functions
Nathan Woods
2016-10-03
1
-7
/
+7
*
Adding new string conversion overloads
Nathan Woods
2016-10-01
1
-5
/
+5
*
Now reporting Windows ERROR_INVALID_NAME as osd_file::error::NOT_FOUND
Nathan Woods
2016-08-19
1
-0
/
+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
1
-47
/
+17
*
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
*
POSIX implementation for new directory read features, cleanup of Windows impl...
Vas Crabb
2016-06-25
1
-3
/
+5
*
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
1
-13
/
+13
*
* Fix handling of return codes from newer Windows APIs
Vas Crabb
2016-03-19
1
-40
/
+26
*
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
*
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
1
-0
/
+513