summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/iflopimg.cpp
Commit message (Expand)AuthorAgeFilesLines
* Formats-related refactoring AJR2021-09-111-3/+3
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-72/+11
* Imgtool: Proper cleanup of floppy object after create/open failure Nathan Woods2017-07-241-0/+10
* srcclean (nw) Vas Crabb2016-10-231-2/+2
* TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-161-23/+23
* [Imgtool] Fixed a stupid mistake Nathan Woods2016-10-151-4/+7
* [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' Nathan Woods2016-10-151-10/+22
* [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-141-10/+10
* Changes requested by Vas Nathan Woods2016-10-121-5/+5
* [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-19/+19
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-23/+23
* Changing bad_alloc catch declarations Nathan Woods2016-09-251-1/+1
* Putting try { ... } catch(std::bad_alloc &) { ... } around recently introduce... Nathan Woods2016-09-251-1/+2
* Imgtool: Changed the read_sector apparatus to use std::vector Nathan Woods2016-09-241-13/+9
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-1/+1
* Fix up imgtool as well Vas Crabb2016-07-081-3/+3
* clang-modernize part 5 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+363