| Commit message (Expand) | Author | Age | Files | Lines |
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 1 | -2/+6 |
* | Various optimisations to code generaton. |  Vas Crabb | 2023-03-26 | 1 | -1/+1 |
* | File handling cleanup |  AJR | 2022-04-19 | 1 | -10/+9 |
* | fileio.cpp: Remove optional second argument of path_iterator::next |  AJR | 2022-02-17 | 1 | -6/+6 |
* | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -14/+25 |
* | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -44/+25 |
* | Revert "fileio.cpp: This doesn't technically require emu.h" |  AJR | 2021-02-28 | 1 | -1/+1 |
* | fileio.cpp: This doesn't technically require emu.h |  AJR | 2021-02-26 | 1 | -1/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -2/+2 |
* | render/bgfx: Fix failure to load texture .png files when -artpath contains mu... |  AJR | 2021-02-03 | 1 | -2/+2 |
* | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -9/+9 |
* | Further additions of std::string_view |  AJR | 2021-01-01 | 1 | -1/+1 |
* | emu/fileio.cpp: Fix an issue reporting the full path of files found in archiv... |  Vas Crabb | 2020-10-14 | 1 | -5/+11 |
* | emu: correct some file headers (nw) |  hap | 2020-06-19 | 1 | -1/+1 |
* | ROM loading cleanup: |  Vas Crabb | 2020-04-15 | 1 | -59/+150 |
* | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -18/+0 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+1 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+1 |
* | More UI stuff: |  Vas Crabb | 2019-01-19 | 1 | -1/+1 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -14/+14 |
* | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -3/+3 |
* | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -3/+3 |
* | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -14/+14 |
* | make path_iterator hold onto its search path |  Vas Crabb | 2016-08-19 | 1 | -56/+87 |
* | Let's give the new srcclean a spin... |  Vas Crabb | 2016-08-02 | 1 | -1/+1 |
* | Changed various string arguments for emu_file::open() from 'const char *' to ... |  Nathan Woods | 2016-07-29 | 1 | -21/+15 |
* | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... |  Nathan Woods | 2016-07-23 | 1 | -1/+1 |
* | POSIX implementation for new directory read features, cleanup of Windows impl... |  Vas Crabb | 2016-06-25 | 1 | -6/+2 |
* | C++-ified osd_directory (now osd::directory), and added last_modified to osd:... |  Nathan Woods | 2016-06-24 | 1 | -5/+5 |
* | Try next archive type if file not found, not just on open error |  Vas Crabb | 2016-03-25 | 1 | -53/+53 |
* | Make emu_file archive searh order CRC+path, CRC+partial path, CRC, path, part... |  Vas Crabb | 2016-03-25 | 1 | -85/+19 |
* | Fold some redundant code |  Vas Crabb | 2016-03-18 | 1 | -70/+17 |
* | * Remove confusing method from vectorstreams that hide base_ios method (fixes... |  Vas Crabb | 2016-03-18 | 1 | -53/+22 |
* | Fix use-after-move |  Vas Crabb | 2016-03-15 | 1 | -2/+2 |
* | Make osd_file a polymorphic class that's held with smart pointers |  Vas Crabb | 2016-03-14 | 1 | -80/+70 |
* | Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... |  Vas Crabb | 2016-03-09 | 1 | -17/+2 |
* | Turn core_file into a proper class that gets cleaned up safely using unique_ptr |  Vas Crabb | 2016-03-06 | 1 | -46/+34 |
* | Add function for flushing file buffers |  Vas Crabb | 2016-03-01 | 1 | -4/+16 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -2/+1 |
* | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -54/+54 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+910 |