summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool
Commit message (Expand)AuthorAgeFilesLines
* Restore legacy pc_dsk floppy support for imgtool only AJR2021-03-293-2/+161
* imgtool: Neutralize the link error Olivier Galibert2021-03-021-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1418-100/+95
* Much more core std::string_view modernization AJR2021-01-203-5/+4
* hp2640.cpp: Added tape emulation. (#7625) fulivi2021-01-122-2/+2
* fix dragondos Disk BASIC tokens tim lindner2021-01-041-23/+32
* Low-level #include overhaul AJR2021-01-026-4/+9
* imgtool: Fix build by updating charconv.cpp to use string_view internally AJR2020-12-152-42/+19
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-032-4/+4
* Fixing an Imgtool build issue with LLVM on MSVC npwoods2020-09-101-2/+2
* srcclean and cleanup (nw) Vas Crabb2020-06-211-8/+8
* Fix compile. (nw) couriersud2020-05-171-1/+1
* IMGTOOL: Added Dragon DOS module [tlindner] tim lindner2020-05-176-18/+1278
* Fix GCC 10 uninitialized struct warning (nw) arbee2020-05-021-0/+8
* fixes for clang 10.0.0 misleading indentation and xor used as a pow warnings ... smf-2020-04-231-1/+1
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-132-2/+2
* use C++ library includes (nw) firewave2020-01-2225-66/+66
* srcclean (nw) Vas Crabb2019-10-261-1/+1
* Spelling (#5796) Zoë Blade2019-10-241-3/+3
* Fix spelling, tidy whitespace Zoë Blade2019-10-212-35/+34
* HP9845: TACO driver re-written (#5601) fulivi2019-09-092-23/+29
* [Imgtool] Add special characters support to Thomson BASIC (#5505) hadess2019-08-181-0/+245
* Add BASIC Thomson tokenizer (#5479) hadess2019-08-133-8/+161
* Use canonical spelling of "canonical" (nw) AJR2019-08-025-68/+68
* imgtool: MT 6693 wip, solves mess_hd issue (nw) Sergey Svishchev2019-06-022-15/+6
* fix build with clang, clean up some random stuff (nw) Vas Crabb2019-04-071-14/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-264-0/+700
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-700/+0
* fix for filtbas when strings left unterminated in basic lines tomctomc2019-03-151-0/+2
* srcclean (nw) Vas Crabb2019-02-241-62/+62
* imgtool: new read-only filesystem: DEC RT-11 (take 2) Sergey Svishchev2019-02-203-0/+698
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-1/+1
* imgtool: fix parsing options with enum values Fabrice Bellet2018-07-221-1/+17
* fixed some Coverity "Identical code for different branches" warnings (#3094) Oliver Stöneberg2018-01-261-2/+2
* Fixes for Coverity "Resource leak" warnings (#3089) Oliver Stöneberg2018-01-211-1/+4
* tools/imgtool/modules/fat.cpp: fixed Coverity "Double Free" warning (nw) firewave2018-01-201-0/+1
* srcclean (nw) Vas Crabb2017-10-224-19/+19
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-1714-114/+374
* Support for HP85 tapes added to imgtool (#2688) fulivi2017-10-033-1/+1198
* fix for clang 5 unused lambda capture errors (nw) smf-2017-09-241-1/+1
* Attempted to sanitize/rationalize how we access UTF-8 command line arguments ... npwoods2017-09-181-0/+6
* srcclean (nw) Vas Crabb2017-08-273-5/+5
* imgtool: hopefully fixed the "GET" command fulivi2017-08-241-6/+1
* hp9845: re-factored hp9845_tape module of imgtool to use HTI format fulivi2017-08-161-238/+185
* Merge pull request #2540 from npwoods/imgtool_feature_supports_geticoninfo R. Belmont2017-08-051-0/+2
|\
| * Imgtool: Fixed features.supports_geticoninfo Nathan Woods2017-08-021-0/+2
* | Imgtool: Classic Mac: Made the logic for B&W icon able to handled non-maske... Nathan Woods2017-08-021-27/+25
|/
* [Imgtool] C++-ification of imgtool_forkent structure Nathan Woods2017-08-026-60/+93