summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/file
Commit message (Expand)AuthorAgeFilesLines
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-288-8/+0
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-242-2/+2
* Implemented GetFileSize and and proper winrt file open (nw) Miodrag Milanovic2016-11-121-4/+2
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-112-2/+2
* Some more work on UWP (nw) Miodrag Milanovic2016-11-105-0/+1002
* Prevent -Wexpansion-to-defined warning in recent Clang (nw) Justin Kerk2016-10-281-1/+5
* final cleanup of TRUE/FALSE, left only in windows section where it represent ... Miodrag Milanovic2016-10-223-10/+10
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-7/+7
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-223-5/+5
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-033-10/+10
* Adding new string conversion overloads Nathan Woods2016-10-013-7/+7
* Now reporting Windows ERROR_INVALID_NAME as osd_file::error::NOT_FOUND Nathan Woods2016-08-191-0/+1
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Using decltype() and removing +1/-1 "dance" Nathan Woods2016-07-251-4/+1
* Fixed off by one issue and other cleanups requested by Vas Nathan Woods2016-07-251-15/+12
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-243-73/+28
* kfreebsd: use termios.h not just on regular FreeBSD Steven Chamberlain2016-07-131-1/+1
* POSIX implementation for valid filename/path character functions Vas Crabb2016-07-071-3/+50
* Merge branch 'file_create_and_format_refactorings' of https://github.com/npwo... Vas Crabb2016-07-071-0/+34
|\
| * Changed osd_is_valid_filepath_char() to block 0x7F and C1 control characters Nathan Woods2016-07-051-0/+1
| * Create osd_is_valid_filename_char() and osd_is_valid_filepath_char() function... Nathan Woods2016-07-051-0/+33
* | explicit <cstdlib> (nw) Vas Crabb2016-07-061-0/+1
|/
* use allocating mode of ::realpath by default (nw) Vas Crabb2016-07-051-0/+7
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-292-6/+6
* clang on windows fixes (nw) Miodrag Milanovic2016-06-251-1/+1
* Init (nw) Vas Crabb2016-06-251-0/+1
* Fine, be that way GCC (nw) Vas Crabb2016-06-252-8/+8
* Better fix (nw) Vas Crabb2016-06-252-10/+9
* Fix path with missing return, hopefully fix OSX build (nw) Vas Crabb2016-06-252-8/+5
* Revert "This worked by pure luck (nw)" Vas Crabb2016-06-252-13/+11
* Fix clang compile. (nw) couriersud2016-06-251-1/+1
* This worked by pure luck (nw) Miodrag Milanovic2016-06-242-11/+13
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-254-7/+466
* Incorporated cleanups requested by Vas Crabb Nathan Woods2016-06-241-1/+1
* Changed osd_stat() to return std::unique_ptr<osd::directory::entry> Nathan Woods2016-06-241-3/+3
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-4/+5
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-242-16/+16
* Cleanups and version bump Miodrag Milanovic2016-03-302-4/+3
* Initial work to make MAME work on Android [Miodrag Milanovic] Miodrag Milanovic2016-03-272-9/+12
* * Fix handling of return codes from newer Windows APIs Vas Crabb2016-03-191-40/+26
* Fix creation of paths on POSIX Vas Crabb2016-03-191-1/+1
* winfile: fix narrowing error with gcc if LARGE_INTEGER is a union (nw) cracyc2016-03-181-3/+6
* Update Windows OSD file functions to preferred more modern versions. All stil... Brad Hughes2016-03-181-9/+10
* Don't need to ifdef this out anymore either (nw) Justin Kerk2016-03-171-5/+0
* Fix Emscripten build (nw) Justin Kerk2016-03-141-1/+2
* fix error compiling with clang (nw) Miodrag Milanovic2016-03-141-1/+1
* Fixes for Linux Vas Crabb2016-03-141-0/+1
* Win fix Vas Crabb2016-03-141-2/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-149-0/+2116