summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corefile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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