summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool
Commit message (Expand)AuthorAgeFilesLines
* tools/imgtool: Use UTF-8 console I/O on Windows, don't use wide char streams. Vas Crabb2026-04-154-91/+89
* Move build system adjusttment and fixes: Vas Crabb2026-04-051-1/+1
* misc: toodle-oo TOOD typo hap2026-03-241-1/+1
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-071-3/+4
* imgtool: Retired the get_chain method. This is no longer implemented by any s... AJR2025-12-293-105/+0
* imgtool.cpp: Fix error of assigning nullptr to variable of type std::string AJR2025-12-131-1/+1
* imgtool/modules/fat.cpp: Fix build AJR2025-09-081-1/+1
* Basic fix for pc_chd support in imgtool (#14148) Michael Karcher2025-09-082-1/+2
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-262-71/+73
* Fixed several things using memset on non-trivial objects. Vas Crabb2024-10-2815-513/+502
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-6/+9
* imgtool/modules/vzdos.cpp: Use util::sum16_creator AJR2024-01-111-14/+3
* imgtool: check for unrecognized options (#11671) Lubomir Rintel2023-10-291-0/+3
* imgtool/bml3: fix a crash when format doesn't implement get_sectors_per_track... Lubomir Rintel2023-10-291-1/+4
* Miscellaneous change roll-up: Vas Crabb2023-09-293-32/+28
* chdman.cpp, imgtool/modules: Use multibyte.h functions AJR2023-09-244-80/+35
* imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR2023-09-1711-302/+298
* Reduced usage of sprintf. (#10892) Erik2023-02-202-12/+12
* imgtool/stream: Remove some unused functions AJR2022-12-142-80/+0
* imgtool: properly remove all Apple modules. (GitHub #10594) [R. Belmont] arbee2022-12-067-9278/+0
* harddisk.h: #include shuffling AJR2022-11-261-0/+1
* imgtool.cpp: Future-proofing AJR2022-11-131-0/+1
* srcclean in preparation for release branch Vas Crabb2022-10-232-3/+3
* corefile.h: Move filename utilities to path.h AJR2022-09-253-2/+3
* imgtool: make the Apple formats build, but they will not function (did they b... arbee2022-09-242-3/+44
* Fixes and cleanup: Vas Crabb2022-09-151-1/+2
* util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (... npwoods2022-09-154-11/+17
* Fix tools build after f52b402f2416ddfd646afe2d132c16d78c6fe9c3 AJR2022-08-282-0/+2
* fixed a couple of reportedly uninitiated variables in the tools. Robbbert2022-04-031-2/+2
* hard_disk_file: classify Olivier Galibert2022-04-014-38/+26
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-1/+1
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-016-120/+57
* Minor changes to various drivers (#8880) shattered2021-11-251-1/+1
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-21/+21
* imgtool/library.h: Supply some missing #includes AJR2021-09-111-0/+4
* Formats-related refactoring AJR2021-09-1147-102/+199
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-2211-331/+374
* -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-241-1/+1
* tools/imgtool: Removed legacy object pool usage. (#8215) Aaron Giles2021-06-247-159/+73
* Better fix for vt_dsk.h header name clash AJR2021-05-263-10/+10
* formats/vt_dsk.cpp: Fix clang error: unused variable 'floppyoptions_vz' [-Wer... AJR2021-05-261-1/+1
* 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