summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/file
Commit message (Expand)AuthorAgeFilesLines
* Clean up various stuff. Vas Crabb2025-07-011-7/+2
* file/posixpty.cpp: Actually enable the XPG-8 path. Vas Crabb2025-06-211-1/+1
* file/posixptty.cpp: Better handling of getting PTY path, etc. Vas Crabb2025-06-211-19/+77
* -ui/info.cpp: Treat incorrect ROM content as a severe warning. Vas Crabb2025-06-181-1/+13
* osd/modules/file: define buffer size for openpty() (#13837) Pino Toscano2025-06-161-1/+16
* Various GNU/Hurd fixes (#13792) Pino Toscano2025-06-092-3/+3
* -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. Vas Crabb2025-06-065-15/+28
* -sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Fixed device names. Vas Crabb2025-05-302-16/+30
* posixfile.cpp: Pass in explcit alignment to operator new just in case. Vas Crabb2025-03-051-1/+5
* posixfile.cpp: nothrow is passed to operator new, not to reinterpret_cast. Vas Crabb2025-03-051-1/+1
* bmc/bmcpokr.cpp: Improved DIP switch settings for xyddzhh. Vas Crabb2025-03-051-5/+5
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-174-13/+3
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-023-84/+16
* osdcore.h: Changed osd_subst_env to accept a std::string_view and return a st... npwoods2022-06-154-7/+7
* Revert "bitbanger: Add udp multicast support (#9744)" (#9749) Vas Crabb2022-05-136-329/+19
* bitbanger: Add udp multicast support (#9744) tedgreen992022-05-126-19/+329
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-062-20/+20
* osd: Return would block when reading a socket with no data available - no err... Vas Crabb2021-08-272-2/+2
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-2210-612/+501
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Tidy up loose ends: Vas Crabb2021-01-064-23/+96
* windir.cpp, winrtdir.cpp: string_format calls need qualification now AJR2021-01-022-2/+2
* Low-level #include overhaul AJR2021-01-0214-5/+14
* Mame: Fix compilation errors in 'posixfile.cpp', for older MacOS/Xcode releases Masc Guy2020-12-091-0/+5
* FreeBSD fixes (#7295) Emmanuel Vadot2020-09-271-1/+1
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-2211-19/+19
|\
| * use C++ library includes (nw) firewave2020-01-2211-19/+19
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
|/
* winptty: don't create pipe unless requested (nw) cracyc2019-11-161-1/+2
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-3/+4
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-1/+5
* Fix build in newer Emscripten versions (nw) Justin Kerk2019-08-083-5/+5
* Use canonical spelling of "canonical" (nw) AJR2019-08-022-2/+2
* Fix OS X build after a45221458dfba557ae32c0073750a06deea3f45e (nw) AJR2018-12-111-3/+1
* Android compile fix (#4395) Miodrag Milanović2018-12-111-1/+3
* Discord plugin try 2 (#3640) cracyc2018-06-084-2/+223
* Set SO_REUSEADDR in posixsocket Sven Schnelle2018-04-161-0/+8
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-132-1/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-132-2/+1
* fix MT06785 Vas Crabb2017-12-072-1/+2
* this file is Allman style, use nullptr for NULL pointers, DeviceIoControl ret... Vas Crabb2017-11-291-6/+8
* chdman: Patch to allow chdman to access physical drives on Windows 10 Ted Green2017-11-241-1/+18
* 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