summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/imgtool/imgtool.h
Commit message (Expand)AuthorAgeFilesLines
* [Imgtool] C++-ification of imgtool_forkent structure Nathan Woods2017-08-021-2/+2
* Imgtool: Eliminated Imgtool-specific rand() function Nathan Woods2017-07-301-1/+0
* Imgtool: Merged normalize_filename() into cannonicalize_path(), C++-ificatio... npwoods2017-07-301-2/+1
* [Imgtool] Cleanups to validity code, and transitioned to std::wcerr Nathan Woods2017-04-301-1/+1
* [Imgtool CoCo/RS-DOS] Miscellaneous cleanups and C++ modernization Nathan Woods2016-12-241-0/+1
* Merge pull request #1827 from npwoods/remove_strncatz Vas Crabb2016-12-121-1/+0
|\
| * [Imgtool] Removed dead strncatz() function Nathan Woods2016-12-111-1/+0
* | Changed a number of declarations in Imgtool to use std::string instead of 'co... Nathan Woods2016-12-111-8/+8
|/
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* [Imgtool] Fixed a recently introduced bug which caused image types that do no... Nathan Woods2016-11-111-1/+1
* srcclean (nw) Vas Crabb2016-10-231-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-35/+35
* trying to fix issue noticed by qmc2 (nw) Miodrag Milanovic2016-10-211-1/+1
* [Imgtool] Changed imgtool::image::info() to use std::stream and std::stringst... Nathan Woods2016-10-171-1/+1
* Merge pull request #1526 from npwoods/imgtool_directory_refs Vas Crabb2016-10-181-3/+3
|\
| * [Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &' Nathan Woods2016-10-171-3/+3
* | [Imgtool] Modernized imgtool::image::list_partitions() Nathan Woods2016-10-171-1/+1
|/
* [Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &' Nathan Woods2016-10-161-13/+13
* [Imgtool] Changed a number of callbacks to be std::function instead of old fa... Nathan Woods2016-10-141-17/+18
* Merge pull request #1500 from npwoods/imgtool_cplusplus_stream Vas Crabb2016-10-151-5/+5
|\
| * [Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &' Nathan Woods2016-10-141-4/+4
| * [Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream) Nathan Woods2016-10-121-5/+5
* | fixed tools build (nw) smf-2016-10-121-2/+1
|/
* [Imgtool] C++-ified a few more classes Nathan Woods2016-10-091-50/+126
* [Imgtool] Fixed a recently introduced bug that could cause module's close() c... Nathan Woods2016-10-081-0/+5
* Made imgtool_image (now imgtool::image) a "real" C++ class Nathan Woods2016-09-271-25/+47
* Merge pull request #1444 from npwoods/imgtool_readsector_uses_stdvector Vas Crabb2016-09-261-2/+1
|\
| * Imgtool: Changed the read_sector apparatus to use std::vector Nathan Woods2016-09-241-2/+1
* | Retired imgtool_basename(), in favor of core_filename_extract_base() Nathan Woods2016-09-241-1/+0
|/
* Imgtool: Changed the Imgtool module list to be std::list Nathan Woods2016-09-101-0/+1
* Imgtool: C++-ized the imgtool_library object (now class imgtool::library) Nathan Woods2016-09-101-1/+1
* Fix up imgtool as well Vas Crabb2016-07-081-4/+4
* Moved tools in proper place, and moved build python scripts together with oth... Miodrag Milanovic2015-10-071-0/+169