| Commit message (Expand) | Author | Age | Files | Lines |
| * | tools/imgtool: Use UTF-8 console I/O on Windows, don't use wide char streams. |  Vas Crabb | 2026-04-15 | 1 | -21/+21 |
| * | Initial support for SDL3. [R. Belmont, Vas Crabb] |  arbee | 2026-02-07 | 1 | -3/+4 |
| * | imgtool: Retired the get_chain method. This is no longer implemented by any s... |  AJR | 2025-12-29 | 1 | -94/+0 |
| * | imgtool.cpp: Fix error of assigning nullptr to variable of type std::string |  AJR | 2025-12-13 | 1 | -1/+1 |
| * | Fixed several things using memset on non-trivial objects. |  Vas Crabb | 2024-10-28 | 1 | -62/+45 |
| * | imgtool.cpp: Future-proofing |  AJR | 2022-11-13 | 1 | -0/+1 |
| * | corefile.h: Move filename utilities to path.h |  AJR | 2022-09-25 | 1 | -1/+1 |
| * | Fix tools build after f52b402f2416ddfd646afe2d132c16d78c6fe9c3 |  AJR | 2022-08-28 | 1 | -0/+1 |
| * | Fixed a few coverity errors, several of which are real bugs. |  Vas Crabb | 2021-12-02 | 1 | -1/+1 |
| * | Minor changes to various drivers (#8880) |  shattered | 2021-11-25 | 1 | -1/+1 |
| * | Formats-related refactoring |  AJR | 2021-09-11 | 1 | -0/+5 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -4/+8 |
| * | -util: Retire legacy object pool, removing vestigial references. |  Vas Crabb | 2021-06-24 | 1 | -1/+1 |
| * | tools/imgtool: Removed legacy object pool usage. (#8215) |  Aaron Giles | 2021-06-24 | 1 | -55/+20 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -3/+3 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -1/+1 |
| * | IMGTOOL: Added Dragon DOS module [tlindner] |  tim lindner | 2020-05-17 | 1 | -5/+6 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -2/+2 |
| * | Use canonical spelling of "canonical" (nw) |  AJR | 2019-08-02 | 1 | -53/+53 |
| * | srcclean (nw) |  Vas Crabb | 2017-10-22 | 1 | -4/+4 |
| * | Created a more flexible imgtool::datetime structure for use within Imgtool (#... |  npwoods | 2017-10-17 | 1 | -2/+77 |
| * | imgtool: hopefully fixed the "GET" command |  fulivi | 2017-08-24 | 1 | -6/+1 |
| * | Imgtool: Fixed features.supports_geticoninfo |  Nathan Woods | 2017-08-02 | 1 | -0/+2 |
| * | [Imgtool] C++-ification of imgtool_forkent structure |  Nathan Woods | 2017-08-02 | 1 | -3/+5 |
| * | Imgtool: Removed silly intermediate 'const char *' (nw) |  Nathan Woods | 2017-07-31 | 1 | -3/+2 |
| * | Imgtool: Vas Feedback: Changed another charconverter access (nw) |  Nathan Woods | 2017-07-30 | 1 | -3/+3 |
| * | Imgtool: Eliminated Imgtool-specific rand() function |  Nathan Woods | 2017-07-30 | 1 | -16/+0 |
| * | Imgtool: Merged normalize_filename() into cannonicalize_path(), C++-ificatio... |  npwoods | 2017-07-30 | 1 | -370/+148 |
| * | Imgtool: Changed a pointer to a reference, and fixed a std::string(nullptr) bug |  Nathan Woods | 2017-07-24 | 1 | -6/+5 |
| * | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -2/+2 |
| * | [Imgtool] Cleanups to validity code, and transitioned to std::wcerr |  Nathan Woods | 2017-04-30 | 1 | -27/+27 |
| * | srcclean (nw) |  Vas Crabb | 2017-01-22 | 1 | -2/+2 |
| * | Restyled some imgtoolerr_t typecasts |  Nathan Woods | 2017-01-14 | 1 | -48/+48 |
| * | Merge branch 'master' into imgtool_charconv_rewrite |  Nathan Woods | 2017-01-01 | 1 | -0/+37 |
| |\ |
|
| | * | [Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization |  Nathan Woods | 2016-12-24 | 1 | -0/+37 |
| * | | [Imgtool] Rewrote charconv; now an interface rather than an enumeration |  Nathan Woods | 2016-12-23 | 1 | -31/+27 |
| |/ |
|
| * | Merge pull request #1827 from npwoods/remove_strncatz |  Vas Crabb | 2016-12-12 | 1 | -12/+0 |
| |\ |
|
| | * | [Imgtool] Removed dead strncatz() function |  Nathan Woods | 2016-12-11 | 1 | -12/+0 |
| * | | Changed a number of declarations in Imgtool to use std::string instead of 'co... |  Nathan Woods | 2016-12-11 | 1 | -13/+14 |
| |/ |
|
| * | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -2/+2 |
| * | Merge pull request #1660 from npwoods/imgtool_fix_implicit_partition |  R. Belmont | 2016-11-11 | 1 | -10/+6 |
| |\ |
|
| | * | [Imgtool] Fixed a recently introduced bug which caused image types that do no... |  Nathan Woods | 2016-11-11 | 1 | -10/+6 |
| * | | No need for osd_malloc, osd_malloc_array and osd_free (nw) |  Miodrag Milanovic | 2016-11-11 | 1 | -11/+11 |
| |/ |
|
| * | Merge pull request #1542 from npwoods/imgtool_list_partitions |  Vas Crabb | 2016-10-24 | 1 | -31/+29 |
| |\ |
|
| | * | Merge branch 'master' into imgtool_list_partitions |  Nathan Woods | 2016-10-23 | 1 | -98/+98 |
| | |\ |
|
| | * | | [Imgtool] Consolidated logic for default implementation of imgtool::image::li... |  Nathan Woods | 2016-10-22 | 1 | -31/+29 |
| * | | | Merge pull request #1543 from npwoods/imgtool_stream_open_smartpointer |  Vas Crabb | 2016-10-24 | 1 | -7/+3 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | [Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr |  Nathan Woods | 2016-10-22 | 1 | -7/+3 |
| | |/ |
|
| * | | srcclean (nw) |  Vas Crabb | 2016-10-23 | 1 | -90/+90 |
| * | | TRUE/FALSE in tools section (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -9/+9 |
| |/ |
|