summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/imgtool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* imgtool.cpp: Future-proofing AJR2022-11-131-0/+1
* corefile.h: Move filename utilities to path.h AJR2022-09-251-1/+1
* Fix tools build after f52b402f2416ddfd646afe2d132c16d78c6fe9c3 AJR2022-08-281-0/+1
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-1/+1
* Minor changes to various drivers (#8880) shattered2021-11-251-1/+1
* Formats-related refactoring AJR2021-09-111-0/+5
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-4/+8
* -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-241-55/+20
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* IMGTOOL: Added Dragon DOS module [tlindner] tim lindner2020-05-171-5/+6
* use C++ library includes (nw) firewave2020-01-221-2/+2
* Use canonical spelling of "canonical" (nw) AJR2019-08-021-53/+53
* srcclean (nw) Vas Crabb2017-10-221-4/+4
* Created a more flexible imgtool::datetime structure for use within Imgtool (#... npwoods2017-10-171-2/+77
* imgtool: hopefully fixed the "GET" command fulivi2017-08-241-6/+1
* Imgtool: Fixed features.supports_geticoninfo Nathan Woods2017-08-021-0/+2
* [Imgtool] C++-ification of imgtool_forkent structure Nathan Woods2017-08-021-3/+5
* Imgtool: Removed silly intermediate 'const char *' (nw) Nathan Woods2017-07-311-3/+2
* Imgtool: Vas Feedback: Changed another charconverter access (nw) Nathan Woods2017-07-301-3/+3
* Imgtool: Eliminated Imgtool-specific rand() function Nathan Woods2017-07-301-16/+0
* Imgtool: Merged normalize_filename() into cannonicalize_path(), C++-ificatio... npwoods2017-07-301-370/+148
* Imgtool: Changed a pointer to a reference, and fixed a std::string(nullptr) bug Nathan Woods2017-07-241-6/+5
* srcclean (nw) Vas Crabb2017-05-281-2/+2
* [Imgtool] Cleanups to validity code, and transitioned to std::wcerr Nathan Woods2017-04-301-27/+27
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* Restyled some imgtoolerr_t typecasts Nathan Woods2017-01-141-48/+48
* Merge branch 'master' into imgtool_charconv_rewrite Nathan Woods2017-01-011-0/+37
|\
| * [Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization Nathan Woods2016-12-241-0/+37
* | [Imgtool] Rewrote charconv; now an interface rather than an enumeration Nathan Woods2016-12-231-31/+27
|/
* Merge pull request #1827 from npwoods/remove_strncatz Vas Crabb2016-12-121-12/+0
|\
| * [Imgtool] Removed dead strncatz() function Nathan Woods2016-12-111-12/+0
* | Changed a number of declarations in Imgtool to use std::string instead of 'co... Nathan Woods2016-12-111-13/+14
|/
* srcclean (nw) Vas Crabb2016-11-271-2/+2
* Merge pull request #1660 from npwoods/imgtool_fix_implicit_partition R. Belmont2016-11-111-10/+6
|\
| * [Imgtool] Fixed a recently introduced bug which caused image types that do no... Nathan Woods2016-11-111-10/+6
* | No need for osd_malloc, osd_malloc_array and osd_free (nw) Miodrag Milanovic2016-11-111-11/+11
|/
* Merge pull request #1542 from npwoods/imgtool_list_partitions Vas Crabb2016-10-241-31/+29
|\
| * Merge branch 'master' into imgtool_list_partitions Nathan Woods2016-10-231-98/+98
| |\
| * | [Imgtool] Consolidated logic for default implementation of imgtool::image::li... Nathan Woods2016-10-221-31/+29
* | | Merge pull request #1543 from npwoods/imgtool_stream_open_smartpointer Vas Crabb2016-10-241-7/+3
|\ \ \ | |_|/ |/| |
| * | [Imgtool] Changed imgtool::stream::open*() to return imgtool::stream::ptr Nathan Woods2016-10-221-7/+3
| |/
* | srcclean (nw) Vas Crabb2016-10-231-90/+90
* | TRUE/FALSE in tools section (nw) Miodrag Milanovic2016-10-221-9/+9
|/
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-53/+53
* [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst... Nathan Woods2016-10-171-6/+7
* Merge pull request #1526 from npwoods/imgtool_directory_refs Vas Crabb2016-10-181-6/+6
|\
| * [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-6/+6
* | [Imgtool] Modernized imgtool::image::list_partitions() Nathan Woods2016-10-171-16/+11
|/