summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/fileio.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-14/+14
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-3/+3
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-3/+3
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* make path_iterator hold onto its search path Vas Crabb2016-08-191-56/+87
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* Changed various string arguments for emu_file::open() from 'const char *' to ... Nathan Woods2016-07-291-21/+15
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-1/+1
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-6/+2
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-5/+5
* Try next archive type if file not found, not just on open error Vas Crabb2016-03-251-53/+53
* Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, part... Vas Crabb2016-03-251-85/+19
* Fold some redundant code Vas Crabb2016-03-181-70/+17
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-53/+22
* Fix use-after-move Vas Crabb2016-03-151-2/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-80/+70
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-091-17/+2
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-46/+34
* Add function for flushing file buffers Vas Crabb2016-03-011-4/+16
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-54/+54
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+910