summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corefile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-26/+26
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1089