summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/file/posixfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-171-2/+0
* osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... npwoods2022-06-151-1/+1
* Revert "bitbanger: Add udp multicast support (#9744)" (#9749) Vas Crabb2022-05-131-13/+1
* bitbanger: Add udp multicast support (#9744) tedgreen992022-05-121-1/+13
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-17/+17
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-95/+71
* Tidy up loose ends: Vas Crabb2021-01-061-2/+12
* Low-level #include overhaul AJR2021-01-021-0/+1
* Mame: Fix compilation errors in 'posixfile.cpp', for older MacOS/Xcode releases Masc Guy2020-12-091-0/+5
* use C++ library includes (nw) firewave2020-01-221-2/+2
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-081-3/+3
* Discord plugin try 2 (#3640) cracyc2018-06-081-0/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* fix MT06785 Vas Crabb2017-12-071-1/+1
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-1/+1
* final cleanup of TRUE/FALSE, left only in windows section where it represent ... Miodrag Milanovic2016-10-221-1/+1
* Cleanup linux OSD (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* POSIX implementation for valid filename/path character functions Vas Crabb2016-07-071-3/+50
* explicit <cstdlib> (nw) Vas Crabb2016-07-061-0/+1
* use allocating mode of ::realpath by default (nw) Vas Crabb2016-07-051-0/+7
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-4/+14
* Cleanups and version bump Miodrag Milanovic2016-03-301-3/+2
* Initial work to make MAME work on Android [Miodrag Milanovic] Miodrag Milanovic2016-03-271-7/+7
* Fix creation of paths on POSIX Vas Crabb2016-03-191-1/+1
* Fixes for Linux Vas Crabb2016-03-141-0/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-0/+482