summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/modules
Commit message (Expand)AuthorAgeFilesLines
* 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-172-1/+1252
* 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-2213-39/+39
* 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-131-7/+155
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-10/+10
* imgtool: MT 6693 wip, solves mess_hd issue (nw) Sergey Svishchev2019-06-021-1/+1
* 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-261-0/+695
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-695/+0
* srcclean (nw) Vas Crabb2019-02-241-62/+62
* imgtool: new read-only filesystem: DEC RT-11 (take 2) Sergey Svishchev2019-02-201-0/+695
* Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... mooglyguy2018-11-051-1/+1
* 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-222-12/+12
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-1710-106/+104
* Support for HP85 tapes added to imgtool (#2688) fulivi2017-10-031-0/+1196
* srcclean (nw) Vas Crabb2017-08-272-2/+2
* hp9845: re-factored hp9845_tape module of imgtool to use HTI format fulivi2017-08-161-238/+185
* 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-023-42/+34
* Imgtool: Eliminated Imgtool-specific rand() function Nathan Woods2017-07-301-2/+5
* Introduced an 'util::arbitrary_clock' template class, to represent a clock th... npwoods2017-04-061-5/+10
* srcclean (nw) Vas Crabb2017-01-222-2/+2
* [Imgtool Mac] Adding support for MacRoman encoding Nathan Woods2017-01-141-0/+30
* Merge branch 'master' into imgtool_charconv_rewrite Nathan Woods2017-01-011-88/+127
|\
| * [Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization Nathan Woods2016-12-241-88/+127
* | [Imgtool] Rewrote charconv; now an interface rather than an enumeration Nathan Woods2016-12-231-1/+1
|/
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* Merge pull request #1543 from npwoods/imgtool_stream_open_smartpointer Vas Crabb2016-10-244-53/+26
|\
| * [Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr Nathan Woods2016-10-224-53/+26
* | srcclean (nw) Vas Crabb2016-10-231-2/+2
* | TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-229-170/+170
|/
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2223-1470/+1470
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-5/+5
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-212-3/+3
* [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst... Nathan Woods2016-10-176-17/+20
* Merge pull request #1526 from npwoods/imgtool_directory_refs Vas Crabb2016-10-1817-399/+372
|\
| * [Imgtool] Fixed a few spacing issues Nathan Woods2016-10-172-8/+8
| * [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-1717-395/+368
* | [Imgtool] Modernized imgtool::image::list_partitions() Nathan Woods2016-10-173-37/+29
|/