summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* -util/corefile.cpp: Fixed core_file failing to propagate write errors. Vas Crabb2024-06-211-1/+1
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-69/+53
* Various optimisations to code generaton. Vas Crabb2023-03-261-4/+4
* corefile.h: Move filename utilities to path.h AJR2022-09-251-71/+0
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-1/+1
* File handling cleanup AJR2022-04-191-223/+175
* corefile.cpp: Typo fix AJR2022-02-111-2/+2
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-207/+374
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-373/+68
* corefile.cpp: Make core_filename_extract_base behave more robustly in degener... AJR2021-03-051-0/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-4/+4
* Much more core std::string_view modernization AJR2021-01-201-9/+8
* Low-level #include overhaul AJR2021-01-021-1/+3
* Further additions of std::string_view AJR2021-01-011-9/+7
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-1/+10
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-311-0/+9
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-19/+1
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-19/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+19
* More UI stuff: Vas Crabb2019-01-191-19/+3
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-1/+1
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-1/+1
* No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-3/+1
|\
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-9/+25
|/
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-2/+2
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* misc fixes (nw) Vas Crabb2016-07-121-4/+5
* Fixed issue that could cause core_filename_ends_with() to return true when ex... Nathan Woods2016-07-111-5/+6
* Adding a check for reverse overflow when extensions is longer than filename Nathan Woods2016-07-111-2/+2
* Adopting std::find() and std::find_if() in core_filename_extract_base() Nathan Woods2016-07-111-10/+8
* Deeper C++-ification Nathan Woods2016-07-111-8/+12
* C++-ification of some corefile static functions Nathan Woods2016-07-101-8/+8
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-3/+3
* Clear error status on persistent streams Vas Crabb2016-03-171-0/+1
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-87/+81
* Allow seek to position 0 in a vectorstream with empty storage, always reserve... Vas Crabb2016-03-101-0/+1
* Use type-safe printf for core_file and emu_file, surprisingly few knock-on ef... Vas Crabb2016-03-091-23/+13
* Fix complete failure to read zlib compressed data, handle EOF better in compr... Vas Crabb2016-03-081-20/+21
* Fix loading zipped image Vas Crabb2016-03-071-0/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-704/+927
* Add function for flushing file buffers Vas Crabb2016-03-011-0/+10
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2