summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules/amiga.cpp
Commit message (Expand)AuthorAgeFilesLines
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-011-12/+4
* Formats-related refactoring AJR2021-09-111-5/+8
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-131-1/+1
* use C++ library includes (nw) firewave2020-01-221-3/+3
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-171-17/+14
* [Imgtool] Rewrote charconv; now an interface rather than an enumeration Nathan Woods2016-12-231-1/+1
* TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-221-14/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-171/+171
* [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst... Nathan Woods2016-10-171-2/+2
* [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-45/+38
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-161-13/+13
* [Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &' Nathan Woods2016-10-161-77/+84
* [Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&' Nathan Woods2016-10-151-5/+9
* [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-141-15/+15
* [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-18/+18
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-091-27/+27
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-71/+71
* 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/+3
* Imgtool: Changed the read_sector apparatus to use std::vector Nathan Woods2016-09-241-8/+10
* Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-031-1/+1
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-5/+5
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-4/+4
* Fix up imgtool as well Vas Crabb2016-07-081-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2411